Skip to content

Commit

Permalink
Merge branch 'bundler'
Browse files Browse the repository at this point in the history
* bundler:
  Update to rspec 2.0.1
  • Loading branch information
mattscilipoti committed Oct 29, 2010
2 parents 653e08f + 27c1f2d commit cc5a267
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -15,16 +15,16 @@ GEM
rubyforge (>= 2.0.0)
json_pure (1.4.6)
rake (0.8.7)
rspec (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
rspec-mocks (= 2.0.0.rc)
rspec-core (2.0.0.rc)
rspec-expectations (2.0.0.rc)
rspec (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rspec-mocks (~> 2.0.1)
rspec-core (2.0.1)
rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
simplecov (0.3.6)
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -16,8 +16,8 @@ begin
gem.homepage = "http://github.com/endium/bible_reference_parser"
gem.authors = ["Nathan McWilliams"]

gem.add_development_dependency "rspec", ">= 2.0.0.rc"
gem.add_development_dependency "simplecov", ">= 0.3.5"
gem.add_development_dependency "rspec", "~> 2.0.0"
gem.add_development_dependency "simplecov", "~> 0.3.5"
end
Jeweler::GemcutterTasks.new
rescue LoadError => ex
Expand Down

0 comments on commit cc5a267

Please sign in to comment.