18F/team_hub

View on GitHub
lib/team_hub/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# team_hub - Components for creating a team Hub using Jekyll
#
# Written in 2015 by Mike Bland (michael.bland@gsa.gov)
# on behalf of the 18F team, part of the US General Services Administration:
# https://18f.gsa.gov/
#
# To the extent possible under law, the author(s) have dedicated all copyright
# and related and neighboring rights to this software to the public domain
# worldwide. This software is distributed without any warranty.
#
# You should have received a copy of the CC0 Public Domain Dedication along
# with this software. If not, see
# <https://creativecommons.org/publicdomain/zero/1.0/>.
#
# @author Mike Bland (michael.bland@gsa.gov)
#
# ---
#
# This gem contains components from the 18F Hub that are reusable across Hub
# implementations. The 18F Public Hub is hosted at:
#   https://18f.gsa.gov/hub/
# The 18F Hub repository is:
#   https://github.com/18F/hub"

module TeamHub
  VERSION = "0.0.6"
end