bogo-cli 0.2.6 → 0.2.8

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: aa1bac8e744144eedd5cdfb0d7bdc9e3eb3bdc94
4
- data.tar.gz: 9b78369bfb1d30d91e91421e83533e52b10c64dc
3
+ metadata.gz: 47d199edb05585ecebc6d8c01f3b877acae51a38
4
+ data.tar.gz: 706ebf4fed414233ef6947a38bef9f2fabc80398
5
5
  SHA512:
6
- metadata.gz: 0a5cea369dcdedcef346635947575ce38bcc2514c37f5ae181c267fe918089f3ce8b8d106be2e6a8ced468bce0a8d6970a288905186b3bd6daba61800c9b2680
7
- data.tar.gz: 2287af27189bc5249fc7ec045dc0209a8a618cc44a06ee79946040b8f51d026fda6b78cb87b3797727d51490945e52d6446a36191783c222f656527cf6610fc4
6
+ metadata.gz: c59702693afcf787b69db55adf5ee83862ac94f0b61866a5254dc85449230e5a62529495b44e08f004f5bad64168d6644fee8e193b9c75f24ca94bbd41d755e9
7
+ data.tar.gz: ed327e759fadb1538a534f000558501f84d9db3bbbbbd9d2805dc5e72dc0e7d7ebb2a0d4683d0aa92d3fbc7c61a7f8c7a3cb5fe2156bec93b761e8ace249c397
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v0.2.8
2
+ * Load configuration file prior to UI init
3
+
1
4
  # v0.2.6
2
5
  * Customize error output on configuration file load error (#9)
3
6
 
@@ -33,13 +33,13 @@ module Bogo
33
33
  end
34
34
  end
35
35
  @arguments = validate_arguments!(args)
36
+ load_config!
36
37
  ui_args = Smash.new(
37
38
  :app_name => options.fetch(:app_name,
38
39
  self.class.name.split('::').first
39
40
  )
40
- ).merge(cli_opts.to_hash.to_smash).merge(opts)
41
+ ).merge(options)
41
42
  @ui = options.delete(:ui) || Ui.new(ui_args)
42
- load_config!
43
43
  end
44
44
 
45
45
  # Execute the command
@@ -1,6 +1,6 @@
1
1
  module Bogo
2
2
  module Cli
3
3
  # Current library version
4
- VERSION = Gem::Version.new('0.2.6')
4
+ VERSION = Gem::Version.new('0.2.8')
5
5
  end
6
6
  end
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.6
4
+ version: 0.2.8
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-03-28 00:00:00.000000000 Z
11
+ date: 2016-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bogo
@@ -141,8 +141,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.5.1
144
+ rubygems_version: 2.4.8
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: CLI Helper libraries
148
148
  test_files: []
149
+ has_rdoc: