mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Version bump to 0.4.1
This commit is contained in:
parent
3c039be996
commit
bc2a480e9b
3 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
|||
0.4.x (In Git)
|
||||
|
||||
== 0.4.1 2010-01-07
|
||||
|
||||
=== Bufixes
|
||||
* Postgres tables with FKs now truncate (added TRUNCADE CASCADE) using Datamapper. (Ben Mabey)
|
||||
|
||||
== 0.4.0 2009-12-23 (The MongoMapper Edition)
|
||||
|
||||
=== New features
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
:minor: 4
|
||||
:patch: 0
|
||||
:patch: 1
|
||||
:build:
|
||||
:major: 0
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{database_cleaner}
|
||||
s.version = "0.4.0"
|
||||
s.version = "0.4.1"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Ben Mabey"]
|
||||
s.date = %q{2009-12-23}
|
||||
s.date = %q{2010-01-07}
|
||||
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