bogo-cli 0.2.0 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/bogo-cli/command.rb +4 -2
- data/lib/bogo-cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92b58b5c767135d9451ed4230b6e4a0bdd5476a5
|
4
|
+
data.tar.gz: 3d8c6aa78a970f40cf81ec487db49b33839aeb9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bf019f2e81b6d2315b02b970396a7a599aaf6eacc718847183bd72cfa53772fb13094c1b5e3000be633e87db09610fd311b820b8aa763ccd25969ee2263683a
|
7
|
+
data.tar.gz: 05f495f97664d00e93b1953929bfacbf90caea4caff2dc37ce78745abcb9b1e448d7a766f7eeca7187ea64e915eba159a7a37ffa762e06a8ad6dc98f4ee8c2ee
|
data/CHANGELOG.md
CHANGED
data/lib/bogo-cli/command.rb
CHANGED
@@ -93,10 +93,12 @@ module Bogo
|
|
93
93
|
end
|
94
94
|
if(config_inst)
|
95
95
|
options.delete(:config)
|
96
|
+
defaults_inst = config_class.new(defaults.to_smash)
|
97
|
+
options_inst = config_class.new(options.to_smash)
|
96
98
|
@options = config_class.new(
|
97
|
-
|
99
|
+
defaults_inst.to_smash.deep_merge(
|
98
100
|
config_inst.to_smash.deep_merge(
|
99
|
-
|
101
|
+
options_inst.to_smash
|
100
102
|
)
|
101
103
|
)
|
102
104
|
).to_smash
|
data/lib/bogo-cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bogo-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Roberts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bogo
|