changes version back to 0.6.1 and updates history

This commit is contained in:
Ben Mabey 2010-11-24 21:37:42 -07:00
parent 8533f5b131
commit ccaf05ffab
4 changed files with 11 additions and 7 deletions

View file

@ -1,10 +1,8 @@
== 0.6.2 (In Git)
* Exclude database views from tables_to_truncate, if the connection adapter
supports reading from the ANSI standard information_schema views. (Samer Abukhait)
== 0.6.1 (In Git)
== 0.6.1 (in git)
=== Bugfixes
* Exclude database views from tables_to_truncate, if the connection adapter
supports reading from the ANSI standard information_schema views. (GH-25 Samer Abukhait)
* ORM types can be specified in string format and not mysteriously blowup. (GH-26 Ben Mabey)
* Do not remove MongoDB reserved system collections. (GH-24 Ches Martin)

View file

@ -1,6 +1,6 @@
---
:minor: 6
:patch: 2
:patch: 1
:build:
:major: 0

BIN
database_cleaner-0.6.0.gem Normal file

Binary file not shown.

View file

@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{database_cleaner}
s.version = "0.6.2"
s.version = "0.6.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Mabey"]
@ -26,7 +26,13 @@ Gem::Specification.new do |s|
"cucumber.yml",
"examples/Gemfile",
"examples/Gemfile.lock",
"examples/config/database.yml",
"examples/config/database.yml.example",
"examples/db/activerecord_one.db",
"examples/db/activerecord_two.db",
"examples/db/datamapper_default.db",
"examples/db/datamapper_one.db",
"examples/db/datamapper_two.db",
"examples/db/sqlite_databases_go_here",
"examples/features/example.feature",
"examples/features/example_multiple_db.feature",