Skip to content

Commit

Permalink
Fix Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
David McCullars authored and David McCullars committed Jul 1, 2011
1 parent a43456e commit a937340
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
source :rubygems
gemspec

gem "rspec", '~> 1.3', :require => false
gem 'simplecov', '>= 0.4.0', :require => false
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ PATH
GEM
remote: http://rubygems.org/
specs:
rspec (1.3.1)
simplecov (0.4.2)
simplecov-html (~> 0.4.4)
simplecov-html (0.4.5)

PLATFORMS
ruby

DEPENDENCIES
dir_checksum!
rspec (~> 1.3)
simplecov (>= 0.4.0)
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
require 'bundler/gem_tasks'
require 'bundler'
Bundler::GemHelper.install_tasks

0 comments on commit a937340

Please sign in to comment.