daengine 0.0.8.alpha → 0.0.9.alpha

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/lib/daengine.rb CHANGED
@@ -12,9 +12,8 @@ module Daengine
12
12
 
13
13
  @mongoid_config = {
14
14
  'database' => 'ssc_assets', # mongoid database name
15
- 'host' => 'foo', # mongoid server
16
- 'port' => 27017, # mongodb server port
17
- 'slave_ok' => true
15
+ 'hosts' => '[foo:27017]', # mongoid server
16
+ # 'port' => 27017 # mongodb server port
18
17
  }
19
18
 
20
19
  @valid_mongoid_keys = @mongoid_config.keys
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.0.8.alpha"
2
+ VERSION = "0.0.9.alpha"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 0.0.8.alpha
5
+ version: 0.0.9.alpha
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia