entity_store 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30f617fca0c61a9c61bdcc39476dce4357eb9013
4
- data.tar.gz: 265910d7a72f2314e85fbe3c5d1c31b3d3d7f541
3
+ metadata.gz: 09a2238ae22b823eb65cacce1f43a7f94733ab5f
4
+ data.tar.gz: 6d18a742b0e7666363eeac9a4a51e282a90d635b
5
5
  SHA512:
6
- metadata.gz: f78b3aa54050b33203a8328396fb8609d1ecc3c04ddc5389292b50f6ea2b56c6421c530a37471f9f4fcc680455d260f544903587fa2a33df127a664da620a735
7
- data.tar.gz: 2a0a355a4c2b8dab8bbd7383e4e9cfab1c10013593391afe29b7ec60ad882a1828e358a225db1b7a64b5396331c6330f83f1c99ae26f3b85ba8f23493c048f92
6
+ metadata.gz: 238db945f6836367e0c73d5ffdd85886815928134dceb8ad8b50502590fee7d42680abc64b85b2206709cc2b8356054b54ce35a80892d5013af3ff0b36e557d4
7
+ data.tar.gz: e737e0eb77949e522c6817382a6609394af432d47cf16638ec09ae90f0884cb1820f6384923b0fee0e1c9e14a4cf406c5ff46017c84f707321fc348f2e66f70b
@@ -11,7 +11,7 @@ module EntityStore
11
11
  attr_writer :connect_timeout
12
12
 
13
13
  def connection
14
- @_connection ||= Mongo::MongoClient.from_uri(MongoEntityStore.connection_profile, :connect_timeout => EntityStore::Config.connect_timeout)
14
+ @_connection ||= Mongo::MongoClient.from_uri(MongoEntityStore.connection_profile, :connect_timeout => EntityStore::Config.connect_timeout, :refresh_mode => :sync)
15
15
  end
16
16
 
17
17
  def database
@@ -1,3 +1,3 @@
1
1
  module EntityStore
2
- VERSION = "0.3.8".freeze
2
+ VERSION = "0.3.9".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: entity_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Bird
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-31 00:00:00.000000000 Z
11
+ date: 2014-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongo