Skip to content

Commit

Permalink
Updated shoulda dev gem version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Sep 3, 2010
1 parent c3ad9f6 commit 1be6ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -7,11 +7,11 @@ begin
gem.name = "simplecov"
gem.summary = %Q{Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites}
gem.description = %Q{Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites}
gem.email = "christoph at olszowka.de"
gem.email = "christoph at olszowka de"
gem.homepage = "http://github.com/colszowka/simplecov"
gem.authors = ["Christoph Olszowka"]
gem.add_dependency 'simplecov-html', ">= 0.3.7"
gem.add_development_dependency "shoulda", "= 2.10.3"
gem.add_development_dependency "shoulda", "2.10.3"
gem.add_development_dependency "rspec", "~> 2.0.0.beta.20"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down

0 comments on commit 1be6ef7

Please sign in to comment.