Version bump to 0.5.2

This commit is contained in:
Ben Mabey 2010-04-15 22:28:01 -06:00
parent f0a59f59b8
commit 968d14c17b
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
0.5.x (In Git)
== 0.5.2
=== Bugfixes
* Removes extraneous puts call from configuration.rb. (Ben Mabey)
== 0.5.1 - The Mongoid Release
This release also attempts to fix AR for Rails 3 support. I have seen mixed reviews on this. Some people

View File

@ -1,5 +1,5 @@
---
:minor: 5
:patch: 1
:patch: 2
:build:
:major: 0

View File

@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{database_cleaner}
s.version = "0.5.1"
s.version = "0.5.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Mabey"]
s.date = %q{2010-04-13}
s.date = %q{2010-04-15}
s.description = %q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
s.email = %q{ben@benmabey.com}
s.extra_rdoc_files = [