mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
releases v1.0.0
This commit is contained in:
parent
9e164c4513
commit
1bde606594
3 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
== 1.0.0 2012-03-xx
|
== 1.0.0 2013-05-13
|
||||||
|
|
||||||
=== New Features/Changes
|
=== New Features/Changes
|
||||||
|
|
||||||
* Dropping support for Ruby 1.8.x; Only 1.9.x and beyond will be supported going forward.
|
* 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 support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen)
|
||||||
* Adds Rails 4 support for SQLite3Adapter
|
* Adds Rails 4 support for SQLite3Adapter
|
||||||
* Suppport for Moped when used without Mongoid (Cyprian Kowalczyk)
|
* Suppport for Moped when used without Mongoid (Cyprian Kowalczyk)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
:minor: 0
|
:minor: 0
|
||||||
:build: RC1
|
:build:
|
||||||
:patch: 0
|
:patch: 0
|
||||||
:major: 1
|
:major: 1
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "database_cleaner"
|
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.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Ben Mabey"]
|
s.authors = ["Ben Mabey"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue