mongoid 2.8.0 → 2.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1564e49a8049502f8f1b3322bcf12bafe95ab6aa
4
- data.tar.gz: 87d0063dd51edaa22881bb72aa7b96950063d7e8
3
+ metadata.gz: 24f065d8df0d24d181d0e957e52a161052fab547
4
+ data.tar.gz: 8e962ff16a835b9b383fe32598eb5de07aa87354
5
5
  SHA512:
6
- metadata.gz: 5ee1b4315f45709cf58108f4d95cb59c7136fde9c550145601959135f80ef80ba420de1cb2993044d6b4108b0709aec51144552d84a5ad5065df28d1a7958b8e
7
- data.tar.gz: 4eb46288d5e6272b4148d28750ef4fc885c8ad49765233f97203c77191a00648bf69199c07061e7d7c7d9655861f80c8f22b01a680e982867ea6d9f66473303d
6
+ metadata.gz: 78f88ae8270a5e6cab265888027f0f893e4d6e400346996067177f87dc3df40034fd475a47cc602e4785d873895cf184a1e95a5000df825c7601ae4ddf15532b
7
+ data.tar.gz: 9e1cedda754906969e14159b748584fc7f4fcbe2728a16e500454f8b788b6073dcc3cc134581f1b4b786e8c264834cb406e2be04624791486173c4db9a13cc28
@@ -3,6 +3,10 @@
3
3
  For instructions on upgrading to newer versions, visit
4
4
  [mongoid.org](http://mongoid.org/docs/upgrading.html).
5
5
 
6
+ ## 2.8.1
7
+
8
+ * Mongoid now requires Ruby driver ~> 1.9.
9
+
6
10
  ## 2.7.1
7
11
 
8
12
  ### Resolved Issues
@@ -22,7 +22,7 @@ module Mongoid #:nodoc:
22
22
  connection = Mongo::ReplSetConnection.new(hosts.clone, options.symbolize_keys)
23
23
 
24
24
  if authenticating?
25
- connection.add_auth(database, username, password)
25
+ connection.add_auth(database, username, password, nil)
26
26
  connection.apply_saved_authentication
27
27
  end
28
28
 
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Mongoid #:nodoc
3
- VERSION = "2.8.0"
3
+ VERSION = "2.8.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durran Jordan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-08 00:00:00.000000000 Z
11
+ date: 2013-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel