mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Version bump to 0.4.0
This commit is contained in:
parent
857c5cf93c
commit
a857732b9a
3 changed files with 14 additions and 6 deletions
|
@ -1,4 +1,9 @@
|
||||||
0.3.x (In Git)
|
0.4.x (In Git)
|
||||||
|
|
||||||
|
== 0.4.0 2009-12-23 (The MongoMapper Edition)
|
||||||
|
|
||||||
|
=== New features
|
||||||
|
* MongoMapper support for the truncation strategy. (Aubrey Holland)
|
||||||
|
|
||||||
== 0.3.0 2009-12-20
|
== 0.3.0 2009-12-20
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
:minor: 4
|
||||||
:patch: 0
|
:patch: 0
|
||||||
|
:build:
|
||||||
:major: 0
|
:major: 0
|
||||||
:minor: 3
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Generated by jeweler
|
# Generated by jeweler
|
||||||
# DO NOT EDIT THIS FILE
|
# DO NOT EDIT THIS FILE DIRECTLY
|
||||||
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{database_cleaner}
|
s.name = %q{database_cleaner}
|
||||||
s.version = "0.3.0"
|
s.version = "0.4.0"
|
||||||
|
|
||||||
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"]
|
||||||
|
@ -14,7 +14,8 @@ Gem::Specification.new do |s|
|
||||||
s.email = %q{ben@benmabey.com}
|
s.email = %q{ben@benmabey.com}
|
||||||
s.extra_rdoc_files = [
|
s.extra_rdoc_files = [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.textile"
|
"README.textile",
|
||||||
|
"TODO"
|
||||||
]
|
]
|
||||||
s.files = [
|
s.files = [
|
||||||
"History.txt",
|
"History.txt",
|
||||||
|
@ -71,3 +72,4 @@ Gem::Specification.new do |s|
|
||||||
else
|
else
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue