Skip to content

Commit

Permalink
Add Rakefile and prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremia Kimelman committed Oct 31, 2017
1 parent efbf406 commit 05c3a40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ GEM
pathutil (0.16.0)
forwardable-extended (~> 2.6)
public_suffix (3.0.0)
rake (12.2.1)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand All @@ -58,8 +59,9 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.12)
bundler
jekyll_pages_api_search
rake
uswds-jekyll!

BUNDLED WITH
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require "bundler"
Bundler::GemHelper.install_tasks name: "uswds-jekyll"
3 changes: 2 additions & 1 deletion uswds-jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "jekyll", "~> 3.4"

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
end

0 comments on commit 05c3a40

Please sign in to comment.