Skip to content

Commit

Permalink
adding a generated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Sep 2, 2011
1 parent cb9eeed commit 210a30d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Gemfile
@@ -0,0 +1,11 @@
# -*- ruby -*-

# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.

source :gemcutter


gem "minitest", "~>2.5", :group => [:development, :test]
gem "hoe", "~>2.10", :group => [:development, :test]

# vim: syntax=ruby
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -7,6 +7,7 @@ Hoe.plugins.delete :rubyforge
Hoe.plugin :minitest
Hoe.plugin :gemspec # `gem install hoe-gemspec`
Hoe.plugin :git # `gem install hoe-git`
Hoe.plugin :bundler # `gem install hoe-bundler`

Hoe.spec 'rack-router' do
developer('Aaron Patterson', 'aaron@tenderlovemaking.com')
Expand Down

0 comments on commit 210a30d

Please sign in to comment.