Skip to content

Commit

Permalink
Bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Sep 12, 2011
1 parent 357fe1b commit a162b2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
v0.5.2 (2011-09-12)
===================

* Another fix for a bug in JSON processing introduced with MultiJSON in 0.5.1
(see https://github.com/colszowka/simplecov/pull/75, thanks @sferik)

v0.5.1 (2011-09-12)
===================
**Note: Yanked 2011-09-12 because the MultiJSON-patch had a crucial bug**

* Fix for invalid gemspec dependency string (see https://github.com/colszowka/simplecov/pull/70,
http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yacc.html, thanks @jspradlin)
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -21,7 +21,7 @@ automatically when you launch SimpleCov. If you're curious, you can find it at h

Update your Gemfile with this and do a bundle install:

gem 'simplecov', '>= 0.4.0', :require => false, :group => :test
gem 'simplecov', '>= 0.5.2', :require => false, :group => :test

Then, add the following to your test/test_helper.rb (right at the top, line 00) or spec_helper.rb or cucumber env.rb or whatever
test framework you prefer, really - just make sure simplecov is loaded and started BEFORE your app code is loaded:
Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov/version.rb
@@ -1,3 +1,3 @@
module SimpleCov
VERSION = "0.5.1"
VERSION = "0.5.2"
end

0 comments on commit a162b2f

Please sign in to comment.