mince_mongo_db 1.0.0.pre.2 → 1.0.0.pre.3

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.
@@ -32,7 +32,7 @@ module MinceMongoDb # :nodoc:
32
32
  attr_accessor :primary_key, :database_name
33
33
 
34
34
  def initialize
35
- self.primary_key = :_id
35
+ self.primary_key = '_id'
36
36
  self.database_name = 'mince'
37
37
  end
38
38
 
@@ -9,7 +9,7 @@ module MinceMongoDb
9
9
  end
10
10
 
11
11
  def self.patch
12
- "0.pre.2"
12
+ "0.pre.3"
13
13
  end
14
14
  end
15
15
 
@@ -2,7 +2,7 @@ require_relative '../../../lib/mince_mongo_db/config'
2
2
 
3
3
  describe MinceMongoDb::Config do
4
4
  it 'contains the primary key to used by the db interface' do
5
- described_class.primary_key.should == :_id
5
+ described_class.primary_key.should == '_id'
6
6
  end
7
7
 
8
8
  describe 'the database name' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mince_mongo_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.2
4
+ version: 1.0.0.pre.3
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -222,7 +222,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
222
222
  version: '0'
223
223
  segments:
224
224
  - 0
225
- hash: -3411619680046133823
225
+ hash: 1499999616384769131
226
226
  required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  none: false
228
228
  requirements: