database_cleaner 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,9 @@
1
+ == 1.1.1 2013-08-01
2
+
3
+ === Bug Fixes
4
+
5
+ * Fixes typo in Postgres superclass (POSTGRE_ADAPTER_PARENT > POSTGRES_ADAPTER_PARENT) (Joel Nimety)
6
+
1
7
  == 1.1.0 2013-08-01
2
8
 
3
9
  === New Features/Changes
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 1
3
3
  :build:
4
- :patch: 0
4
+ :patch: 1
5
5
  :major: 1
@@ -27,7 +27,7 @@ module ActiveRecord
27
27
  end
28
28
  end
29
29
 
30
- class PostgreSQLAdapter < POSTGRE_ADAPTER_PARENT
30
+ class PostgreSQLAdapter < POSTGRES_ADAPTER_PARENT
31
31
  def delete_table(table_name)
32
32
  execute("DELETE FROM #{quote_table_name(table_name)};")
33
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: database_cleaner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: