Skip to content

Commit

Permalink
Getting ready for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Feb 9, 2011
1 parent 604fae4 commit db4e3a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
simplecov (0.3.9)
simplecov-html (>= 0.3.7)
simplecov (0.4.0)
simplecov-html (~> 0.4.0)

GEM
remote: http://rubygems.org/
Expand All @@ -19,7 +19,7 @@ GEM
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
shoulda (2.10.3)
simplecov-html (0.3.8)
simplecov-html (0.4.0)

PLATFORMS
java
Expand All @@ -29,4 +29,4 @@ DEPENDENCIES
rspec (~> 2.0.0)
shoulda (= 2.10.3)
simplecov!
simplecov-html (>= 0.3.7)
simplecov-html (~> 0.4.0)
2 changes: 1 addition & 1 deletion lib/simplecov/version.rb
@@ -1,3 +1,3 @@
module SimpleCov
VERSION = "0.3.9"
VERSION = "0.4.0"
end
2 changes: 1 addition & 1 deletion simplecov.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "simplecov"

s.add_dependency 'simplecov-html', ">= 0.3.7"
s.add_dependency 'simplecov-html', "~> 0.4.0"
s.add_development_dependency "shoulda", "2.10.3"
s.add_development_dependency "rspec", "~> 2.0.0"

Expand Down

0 comments on commit db4e3a7

Please sign in to comment.