Skip to content

Commit

Permalink
Add Gemfile for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Pfenniger committed May 19, 2011
1 parent cc2cf07 commit 52bd876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
example.rb example.rb
pkg/* pkg/*
tmp/* tmp/*
Gemfile.lock
2 changes: 2 additions & 0 deletions Gemfile
@@ -0,0 +1,2 @@
source :rubygems
gemspec
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@ begin
s.homepage = "http://github.com/peritor/happening" s.homepage = "http://github.com/peritor/happening"
s.description = "An EventMachine based S3 client - using em-http-request" s.description = "An EventMachine based S3 client - using em-http-request"
s.authors = ["Jonathan Weiss"] s.authors = ["Jonathan Weiss"]
s.files = FileList["[A-Z]*.*", "{lib}/**/*"] s.files = FileList["[A-Z]*.*", "{lib}/**/*"] - ["Gemfile.lock"]
s.add_dependency('em-http-request') s.add_dependency('em-http-request')
s.add_dependency('activesupport') s.add_dependency('activesupport')
s.add_dependency('i18n') s.add_dependency('i18n')
Expand Down

0 comments on commit 52bd876

Please sign in to comment.