From 0901eb2c645b0d3860cdc12f5f0014973c94110c Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Sun, 20 Dec 2009 22:19:25 -0700 Subject: [PATCH] updated history and bumped version to 0.3.0 --- History.txt | 11 +++++++++-- VERSION.yml | 4 ++-- database_cleaner.gemspec | 26 +++++++++++++++----------- 3 files changed, 26 insertions(+), 15 deletions(-) diff --git a/History.txt b/History.txt index 4df3b3f..2e2b2e2 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,11 @@ -0.2.x (In Git) +0.3.x (In Git) + +== 0.3.0 2009-12-20 + + === New features + * DataMapper 0.10.0 Compatible. (Martin Gamsjaeger) + === Bufixes + * Postgres tables with FKs now truncate (added TRUNCADE CASCADE). (Vika - yozhyk on github) == 0.2.3 2009-05-30 @@ -24,7 +31,7 @@ == 0.1.3 2009-04-30 - === New features + === New features * PostgresSQLAdapter for AR to support the truncation strategy. (Alberto Perdomo) === Bufixes * Added missing quotes around table names in truncation calls. (Michael MacDonald) diff --git a/VERSION.yml b/VERSION.yml index 91ea78d..70b7076 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- -:patch: 2 +:patch: 0 :major: 0 -:minor: 2 +:minor: 3 diff --git a/database_cleaner.gemspec b/database_cleaner.gemspec index bae64ba..d0cc8f0 100755 --- a/database_cleaner.gemspec +++ b/database_cleaner.gemspec @@ -1,17 +1,21 @@ +# Generated by jeweler +# 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.2.4" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Ben Mabey", "Yozhyk"] - s.date = %q{2009-08-20} + s.authors = ["Ben Mabey"] + s.date = %q{2009-12-20} 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 = [ "LICENSE", - "README.textile" + "README.textile", + "TODO" ] s.files = [ "History.txt", @@ -40,20 +44,19 @@ Gem::Specification.new do |s| "spec/spec.opts", "spec/spec_helper.rb" ] - s.has_rdoc = true s.homepage = %q{http://github.com/bmabey/database_cleaner} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.2} + s.rubygems_version = %q{1.3.5} s.summary = %q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.} s.test_files = [ - "spec/spec_helper.rb", + "spec/database_cleaner/active_record/truncation_spec.rb", "spec/database_cleaner/configuration_spec.rb", - "spec/database_cleaner/active_record/truncation_spec.rb", - "examples/lib/datamapper.rb", - "examples/lib/activerecord.rb", + "spec/spec_helper.rb", "examples/features/step_definitions/example_steps.rb", - "examples/features/support/env.rb" + "examples/features/support/env.rb", + "examples/lib/activerecord.rb", + "examples/lib/datamapper.rb" ] if s.respond_to? :specification_version then @@ -66,3 +69,4 @@ Gem::Specification.new do |s| else end end +