mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
changes version back to 0.6.1 and updates history
This commit is contained in:
parent
8533f5b131
commit
ccaf05ffab
4 changed files with 11 additions and 7 deletions
|
@ -1,10 +1,8 @@
|
||||||
== 0.6.2 (In Git)
|
== 0.6.1 (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)
|
|
||||||
|
|
||||||
=== Bugfixes
|
=== 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)
|
* 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)
|
* Do not remove MongoDB reserved system collections. (GH-24 Ches Martin)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
:minor: 6
|
:minor: 6
|
||||||
:patch: 2
|
:patch: 1
|
||||||
:build:
|
:build:
|
||||||
:major: 0
|
:major: 0
|
||||||
|
|
||||||
|
|
BIN
database_cleaner-0.6.0.gem
Normal file
BIN
database_cleaner-0.6.0.gem
Normal file
Binary file not shown.
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{database_cleaner}
|
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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Ben Mabey"]
|
s.authors = ["Ben Mabey"]
|
||||||
|
@ -26,7 +26,13 @@ Gem::Specification.new do |s|
|
||||||
"cucumber.yml",
|
"cucumber.yml",
|
||||||
"examples/Gemfile",
|
"examples/Gemfile",
|
||||||
"examples/Gemfile.lock",
|
"examples/Gemfile.lock",
|
||||||
|
"examples/config/database.yml",
|
||||||
"examples/config/database.yml.example",
|
"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/db/sqlite_databases_go_here",
|
||||||
"examples/features/example.feature",
|
"examples/features/example.feature",
|
||||||
"examples/features/example_multiple_db.feature",
|
"examples/features/example_multiple_db.feature",
|
||||||
|
|
Loading…
Add table
Reference in a new issue