From 1bde606594e864fdb1aa0639ac654a3adbcafdbc Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Mon, 13 May 2013 16:10:14 -0600 Subject: [PATCH] releases v1.0.0 --- History.txt | 4 ++-- VERSION.yml | 2 +- database_cleaner.gemspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/History.txt b/History.txt index 921cf0a..f019b54 100644 --- a/History.txt +++ b/History.txt @@ -1,9 +1,9 @@ -== 1.0.0 2012-03-xx +== 1.0.0 2013-05-13 === New Features/Changes * Dropping support for Ruby 1.8.x; Only 1.9.x and beyond will be supported going forward. - * Now supporting (and testing against 2.0.x). + * Now supporting (and testing against ruby 2.0.x). * Adds support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen) * Adds Rails 4 support for SQLite3Adapter * Suppport for Moped when used without Mongoid (Cyprian Kowalczyk) diff --git a/VERSION.yml b/VERSION.yml index e697e1b..a2b5081 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- :minor: 0 -:build: RC1 +:build: :patch: 0 :major: 1 diff --git a/database_cleaner.gemspec b/database_cleaner.gemspec index f343662..64c5775 100644 --- a/database_cleaner.gemspec +++ b/database_cleaner.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "database_cleaner" - s.version = "1.0.0.RC1" + s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Ben Mabey"]