cloner 0.5.4 → 0.5.5

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: a976f4c658e427e47949ba187908652734a484e6
4
- data.tar.gz: 4a05f678a461b6126971dfd2cffcb20787f8e32c
3
+ metadata.gz: 354f1d6814200d8582483573b73ea9748d9419d7
4
+ data.tar.gz: 0630f26b0cdd952f1ab24784a34bf79c3d4334af
5
5
  SHA512:
6
- metadata.gz: 701d3f0f91cb47bc92ed1bdc04deeccc16a6b100854a704d60a5bc3c24086865c2e1813205f6fd25b9bf7a1ec11654f35ba234614b6cd3fb23d3e8c424128bb4
7
- data.tar.gz: cf7cb50911b222812df0fcdb11512d35d55826713c1d5b5953eb3249c242f2c78f6b20bb29cfae66e644f480e9040bf480336b91744f910c635c243c047df7f6
6
+ metadata.gz: 0389680adf3b531e8e6b808e825b06dd9772dfbd283a6c9e77f0d74a9216729753871953aa19607ea4a7c872182812414510ee8d944de298d1709256681d83cc
7
+ data.tar.gz: e5e2a2c037620aba492ad1fc946eb1aa8bd582709b72c27286d9523fc5413825da9ba2cf292bea93166df74ca938b6382f8f3c7483d905a3151a5aef59e82b4e
@@ -41,7 +41,7 @@ module Cloner::MongoDB
41
41
  end
42
42
 
43
43
  def mongodb_local_auth
44
- if mongodb_conf['options'].present? && mongodb_conf['password'].present?
44
+ if mongodb_conf['options'].present? && mongodb_conf['options']['password'].present?
45
45
  "-u #{e mongodb_conf['options']['user']} -p #{e mongodb_conf['options']['password']}"
46
46
  elsif mongodb_conf['password'].present?
47
47
  "-u #{e mongodb_conf['username']} -p #{e mongodb_conf['password']}"
@@ -1,4 +1,4 @@
1
1
  module Cloner
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-27 00:00:00.000000000 Z
11
+ date: 2016-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor