mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
releasing v0.6.1
This commit is contained in:
parent
88abd67b87
commit
8094293085
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
== 0.6.1 (in git)
|
||||
== 0.6.2 (in git)
|
||||
|
||||
== 0.6.1 2011-01-27
|
||||
|
||||
=== New Features
|
||||
* Default strategies for all ORM libs are defined. (GH-36, GH-38 Prem Sichanugrist)
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{database_cleaner}
|
||||
s.version = "0.6.1.rc2"
|
||||
s.version = "0.6.1"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Ben Mabey"]
|
||||
s.date = %q{2011-01-26}
|
||||
s.date = %q{2011-01-27}
|
||||
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