Skip to content

Commit

Permalink
Add Gemfile to simplify gem dependecies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislav.martincik committed Apr 27, 2010
1 parent b4c2721 commit 1280b11
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@

gem "rake"
gem "json"
gem "git"
gem "technicalpickles-jeweler"

group :test do
gem "rspec"
end

source "http://gems.github.com"

0 comments on commit 1280b11

Please sign in to comment.