Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
Merge pull request #26 from 18F/federalist
Browse files Browse the repository at this point in the history
Migrate to Federalist
  • Loading branch information
shawnbot authored Apr 18, 2017
2 parents b4fcb4b + 9639843 commit 0bf554a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 73 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
source 'https://rubygems.org'

gem 'jekyll'
gem 'go_script'
gem 'jekyll', '~> 3.1.0'

group :jekyll_plugins do
gem 'guides_style_18f'
Expand Down
96 changes: 33 additions & 63 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,83 +1,53 @@
GEM
remote: https://rubygems.org/
specs:
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.9.1)
colorator (0.1)
execjs (2.4.0)
fast-stemmer (1.0.2)
ffi (1.9.8)
go_script (0.1.4)
bundler (~> 1.10)
safe_yaml (~> 1.0)
guides_style_18f (0.1.0)
jekyll (~> 2.5)
rouge (~> 1.9)
sass (~> 3.4)
hitimes (1.2.2)
jekyll (2.5.3)
classifier-reborn (~> 2.0)
ffi (1.9.18)
guides_style_18f (1.0.0)
jekyll
jekyll_pages_api
jekyll_pages_api_search
rouge
sass
htmlentities (4.3.4)
jekyll (3.1.6)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
liquid (~> 3.0)
mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0)
redcarpet (~> 3.1)
rouge (~> 1.7)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.2.1)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.2.1)
listen (~> 2.7)
kramdown (1.6.0)
liquid (2.6.2)
listen (2.10.0)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.10)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
jekyll_pages_api (0.1.6)
htmlentities (~> 4.3)
jekyll (>= 2.0, < 4.0)
jekyll_pages_api_search (0.4.4)
jekyll_pages_api (~> 0.1.4)
sass (~> 3.4)
kramdown (1.13.2)
liquid (3.0.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
redcarpet (3.2.2)
rouge (1.9.1)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.13)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
yajl-ruby (1.2.1)
sass (3.4.23)

PLATFORMS
ruby

DEPENDENCIES
go_script
guides_style_18f
jekyll
jekyll (~> 3.1.0)

BUNDLED WITH
1.10.6
1.13.6
9 changes: 1 addition & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ description: >
and manual testing in lots of different environments, languages, stacks and
platforms.
url: "http://pages.18f.gov/testing-cookbook/"
github_username: shawnbot
github_username: 18F

# Build settings
markdown: redcarpet
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go

permalink: pretty
Expand Down Expand Up @@ -92,9 +88,6 @@ repos:
description: Main repository
url: https://github.com/18F/testing-cookbook

# Style Variables
brand_color: "#1188ff"

google_analytics_ua: UA-48605964-19

back_link:
Expand Down

0 comments on commit 0bf554a

Please sign in to comment.