mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
releases v1.1.1 to fix typo bug
This commit is contained in:
parent
2263dc0b71
commit
0c053a7552
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
== 1.1.1 2013-08-01
|
||||
|
||||
=== Bug Fixes
|
||||
|
||||
* Fixes typo in Postgres superclass (POSTGRE_ADAPTER_PARENT > POSTGRES_ADAPTER_PARENT) (Joel Nimety)
|
||||
|
||||
== 1.1.0 2013-08-01
|
||||
|
||||
=== New Features/Changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
:minor: 1
|
||||
:build:
|
||||
:patch: 0
|
||||
:patch: 1
|
||||
:major: 1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "database_cleaner"
|
||||
s.version = "1.1.0"
|
||||
s.version = "1.1.1"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Ben Mabey"]
|
||||
|
|
Loading…
Reference in a new issue