releases v1.0.0

This commit is contained in:
Ben Mabey 2013-05-13 16:10:14 -06:00
parent 9e164c4513
commit 1bde606594
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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