diff --git a/History.txt b/History.txt index ccabe5f..5e3381c 100644 --- a/History.txt +++ b/History.txt @@ -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) diff --git a/VERSION.yml b/VERSION.yml index e507674..1a35128 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- -:patch: 6 +:patch: 7 :major: 0 :build: -:minor: 7 +:minor: 6 diff --git a/database_cleaner.gemspec b/database_cleaner.gemspec index fe7e6e4..84f0835 100755 --- a/database_cleaner.gemspec +++ b/database_cleaner.gemspec @@ -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",