Version bump to 0.4.0

This commit is contained in:
Ben Mabey 2009-12-23 18:21:15 -07:00
parent 857c5cf93c
commit a857732b9a
3 changed files with 14 additions and 6 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
---
:minor: 4
:patch: 0
:build:
:major: 0
:minor: 3

View File

@ -1,11 +1,11 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
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.authors = ["Ben Mabey"]
@ -14,7 +14,8 @@ Gem::Specification.new do |s|
s.email = %q{ben@benmabey.com}
s.extra_rdoc_files = [
"LICENSE",
"README.textile"
"README.textile",
"TODO"
]
s.files = [
"History.txt",
@ -71,3 +72,4 @@ Gem::Specification.new do |s|
else
end
end