database_cleaner 0.5.1 → 0.5.2

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.
data/History.txt CHANGED
@@ -1,5 +1,10 @@
1
1
  0.5.x (In Git)
2
2
 
3
+ == 0.5.2
4
+
5
+ === Bugfixes
6
+ * Removes extraneous puts call from configuration.rb. (Ben Mabey)
7
+
3
8
  == 0.5.1 - The Mongoid Release
4
9
 
5
10
  This release also attempts to fix AR for Rails 3 support. I have seen mixed reviews on this. Some people
data/README.textile CHANGED
@@ -5,7 +5,7 @@ The original use case was to ensure a clean state during tests. Each strategy
5
5
  is a small amount of code but is code that is usually needed in any ruby app
6
6
  that is testing with a database.
7
7
 
8
- ActiveRecord, DataMapper, MongoMapper and CouchPotato are supported.
8
+ ActiveRecord, DataMapper, MongoMapper, Mongoid, and CouchPotato are supported.
9
9
 
10
10
  h2. How to use
11
11
 
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 5
3
- :patch: 1
3
+ :patch: 2
4
4
  :build:
5
5
  :major: 0
@@ -83,7 +83,6 @@ module DatabaseCleaner
83
83
  end
84
84
 
85
85
  def orm_strategy(strategy)
86
- puts "Strategy is : #{strategy} and ORM is #{orm}"
87
86
  require "database_cleaner/#{orm}/#{strategy}"
88
87
  orm_module.const_get(strategy.to_s.capitalize)
89
88
  rescue LoadError => e
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: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Mabey
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-04-13 00:00:00 -06:00
12
+ date: 2010-04-15 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15