Skip to content

Commit

Permalink
Gemfile to be able to run rake
Browse files Browse the repository at this point in the history
  • Loading branch information
sflinter committed Feb 1, 2011
1 parent 781693e commit f32e80e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source :gemcutter
gem "jeweler", "~> 1.5.2"
gem "rcov", "0.9.9"
17 changes: 17 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
GEM
remote: http://rubygems.org/
specs:
git (1.2.5)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
rake (0.8.7)
rcov (0.9.9)

PLATFORMS
ruby

DEPENDENCIES
jeweler (~> 1.5.2)
rcov

0 comments on commit f32e80e

Please sign in to comment.