mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
releases v0.7.2
This commit is contained in:
parent
dc246adcc6
commit
4cf003a08e
3 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,12 @@
|
|||
== 0.7.x (in git)
|
||||
|
||||
== 0.7.2 2012-03-21
|
||||
|
||||
* Proper Mysql2Adapter superclass fix. (Jonathan Viney)
|
||||
* Sequel::Transaction works with latest Sequel. (David Barri)
|
||||
* Postgres Adapter no longer generates invalid SQL when no tables provided. (Michael-Keith Bernard)
|
||||
* Documenation fixes/improvements. (David Barri, Ben Mabey, Kevin Moore)
|
||||
|
||||
== 0.7.1 2012-01-15
|
||||
|
||||
=== New Features
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
:major: 0
|
||||
:build:
|
||||
:minor: 7
|
||||
:patch: 1
|
||||
:patch: 2
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{database_cleaner}
|
||||
s.version = "0.7.1"
|
||||
s.version = "0.7.2"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = [%q{Ben Mabey}]
|
||||
s.date = %q{2012-01-15}
|
||||
s.date = %q{2012-03-21}
|
||||
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