mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Version bump to 0.5.2
This commit is contained in:
parent
f0a59f59b8
commit
968d14c17b
3 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
:minor: 5
|
||||
:patch: 1
|
||||
:patch: 2
|
||||
:build:
|
||||
:major: 0
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue