Skip to content

Commit

Permalink
add bundler Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
evanelias committed Jun 4, 2012
1 parent 6986f28 commit 5eca415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source :rubygems

gemspec
2 changes: 1 addition & 1 deletion jetpants.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.authors = ["Evan Elias", "Dallas Marlow"]
s.date = "2012-06-04"
s.email = ["me@evanelias.com", "dallasmarlow@gmail.com"]
s.files = FileList['README.rdoc', 'doc/*', 'lib/**/*.rb', 'bin/**', 'plugins/**/*.rb', 'tasks/**', 'etc/jetpants.yaml.sample'].to_a
s.files = FileList['Gemfile', 'README.rdoc', 'doc/*', 'lib/**/*.rb', 'bin/**', 'plugins/**/*.rb', 'tasks/**', 'etc/jetpants.yaml.sample'].to_a
s.require_paths = ["lib"]
s.executables = ["jetpants"]
s.default_executable = "jetpants"
Expand Down

0 comments on commit 5eca415

Please sign in to comment.