From db4e3a7a4bbb6309fa7f640938ce16d17a96640a Mon Sep 17 00:00:00 2001 From: Christoph Olszowka Date: Wed, 9 Feb 2011 16:18:50 +0100 Subject: [PATCH] Getting ready for 0.4.0 --- Gemfile.lock | 8 ++++---- lib/simplecov/version.rb | 2 +- simplecov.gemspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index df26b51c..f5cdf328 100644 --- a/Gemfile.lock +++ b/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/ @@ -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 @@ -29,4 +29,4 @@ DEPENDENCIES rspec (~> 2.0.0) shoulda (= 2.10.3) simplecov! - simplecov-html (>= 0.3.7) + simplecov-html (~> 0.4.0) diff --git a/lib/simplecov/version.rb b/lib/simplecov/version.rb index 3724ab4c..0a109b28 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,3 +1,3 @@ module SimpleCov - VERSION = "0.3.9" + VERSION = "0.4.0" end diff --git a/simplecov.gemspec b/simplecov.gemspec index 78d88885..e99e0595 100644 --- a/simplecov.gemspec +++ b/simplecov.gemspec @@ -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"