mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
releases v0.6.7
This commit is contained in:
parent
f19cdedca5
commit
e8607e504e
3 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
== 0.6.x (in git)
|
||||
|
||||
== 0.6.7 (in git) 2011-04-21
|
||||
|
||||
=== Bugfixes
|
||||
* Explicity require ERB. (Vít Ondruch)
|
||||
* Cache DB connections, fixes referential integrity bug when using multiple DBs. (John Ferlito)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
:patch: 6
|
||||
:patch: 7
|
||||
:major: 0
|
||||
:build:
|
||||
:minor: 7
|
||||
:minor: 6
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{database_cleaner}
|
||||
s.version = "0.6.7.RC"
|
||||
s.version = "0.6.7"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Ben Mabey"]
|
||||
s.date = %q{2011-03-24}
|
||||
s.date = %q{2011-04-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 = [
|
||||
|
@ -51,6 +51,7 @@ Gem::Specification.new do |s|
|
|||
"features/support/env.rb",
|
||||
"features/support/feature_runner.rb",
|
||||
"lib/database_cleaner.rb",
|
||||
"lib/database_cleaner/active_record/#transaction.rb#",
|
||||
"lib/database_cleaner/active_record/base.rb",
|
||||
"lib/database_cleaner/active_record/deletion.rb",
|
||||
"lib/database_cleaner/active_record/transaction.rb",
|
||||
|
|
Loading…
Reference in a new issue