mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Version bump to 0.2.1
This commit is contained in:
parent
3a5d52dba5
commit
9421204d57
3 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,11 @@
|
|||
(In Git)
|
||||
|
||||
=== New features
|
||||
=== Bufixes
|
||||
=== New features
|
||||
|
||||
== 0.2.1 2009-05-08
|
||||
=== Bufixes
|
||||
* Removed extraneous TruncationBase class definition. (Ben Mabey)
|
||||
|
||||
== 0.2.0 2009-05-08 - The Datamapper Release
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
:patch: 0
|
||||
:patch: 1
|
||||
:major: 0
|
||||
:minor: 2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{database_cleaner}
|
||||
s.version = "0.2.0"
|
||||
s.version = "0.2.1"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Ben Mabey"]
|
||||
|
|
Loading…
Reference in a new issue