simplecov.gemspec in simplecov-0.4.1 vs simplecov.gemspec in simplecov-0.4.2

- old
+ new

@@ -12,10 +12,10 @@ s.summary = %Q{Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites} s.description = %Q{Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites} s.rubyforge_project = "simplecov" - s.add_dependency 'simplecov-html', "~> 0.4.3" + s.add_dependency 'simplecov-html', "~> 0.4.4" s.add_development_dependency "shoulda", "2.10.3" s.add_development_dependency "rspec", "~> 2.0.0" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") \ No newline at end of file