18F/team_hub

View on GitHub
lib/team_hub.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)

require 'team_hub/canonicalizer'
require 'team_hub/cross_referencer'
require 'team_hub/joiner'
require 'team_hub/version'
require 'team_hub/page'
require 'team_hub/private_assets'