brightbox-cli 1.4.2 → 1.4.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4555c3c010d5ee23a9452ff90f83209cd288d374
4
- data.tar.gz: 6d263b203d1eb74b04352d5c29412b572ff11b56
3
+ metadata.gz: 29533e756026749e72115155385719115451994b
4
+ data.tar.gz: b603ce0f0d7806cce0d5026305ba1dbeeb646e5f
5
5
  SHA512:
6
- metadata.gz: f4ae0a7e3751cd8554ad91f9cf019f9ca2e704055d757c125139a1dd70bb2cc6b83273af2d85307215cb4af2c82ffebc228662247ff8a9475449becb4d945f34
7
- data.tar.gz: 06756bf7cd97a648828d46e277182761825c2c7d1a4a6c956d9c418fcd1a40435295745d41d82b5d81287de57b2c686372b0733c406ca8f7b26644bb011f9a24
6
+ metadata.gz: 0ac0ab798b0c7d52e2bbf19289c199e69adc93eea542ea044e1cbb6fc5f143f036da11fe1dd3b469bca7bdb9ba3c5a785989e315823a300e5a1dd5735935dc68
7
+ data.tar.gz: 6b026cb3b891744bb34fec64ca7241b4ad1ecfd640ef34d90f57d7e02fd421ca3cfd0e69c5411aeb7f07817fd3fa673916472555e778f8aeb4cf055cab798c4c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### v1.4.3 / 2015-02-12
2
+ [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v1.4.2...v1.4.3)
3
+
4
+ Bug fixes:
5
+
6
+ * Display error messages when DEBUG mode is enabled rather than suppressing.
7
+
1
8
  ### v1.4.2 / 2014-12-09
2
9
  [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v1.4.1...v1.4.2)
3
10
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightbox-cli (1.4.2)
4
+ brightbox-cli (1.4.3)
5
5
  fog-brightbox (~> 0.7, >= 0.7.1)
6
6
  fog-core (~> 1.25)
7
7
  gli (~> 2.9)
@@ -22,7 +22,7 @@ GEM
22
22
  fog-core (~> 1.22)
23
23
  fog-json
24
24
  inflecto (~> 0.0.2)
25
- fog-core (1.25.0)
25
+ fog-core (1.27.2)
26
26
  builder
27
27
  excon (~> 0.38)
28
28
  formatador (~> 0.2)
@@ -35,7 +35,7 @@ GEM
35
35
  gli (2.12.2)
36
36
  highline (1.6.21)
37
37
  hirb (0.7.2)
38
- i18n (0.6.11)
38
+ i18n (0.7.0)
39
39
  inflecto (0.0.2)
40
40
  metaclass (0.0.1)
41
41
  method_source (0.8.1)
@@ -102,7 +102,12 @@ module Brightbox
102
102
  rescue Brightbox::Api::ApiError
103
103
  error "Unable to authenticate with supplied details"
104
104
  false
105
- rescue
105
+ rescue Exception => e
106
+ if ENV["DEBUG"]
107
+ debug e
108
+ debug e.class.to_s
109
+ debug e.backtrace.join("\n")
110
+ end
106
111
  false
107
112
  ensure
108
113
  $config.debug_tokens
@@ -1,3 +1,3 @@
1
1
  module Brightbox
2
- VERSION = "1.4.2" unless defined?(Brightbox::VERSION)
2
+ VERSION = "1.4.3" unless defined?(Brightbox::VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-09 00:00:00.000000000 Z
11
+ date: 2015-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-brightbox
@@ -687,7 +687,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
687
687
  version: '0'
688
688
  requirements: []
689
689
  rubyforge_project: brightbox-cli
690
- rubygems_version: 2.2.2
690
+ rubygems_version: 2.4.5
691
691
  signing_key:
692
692
  specification_version: 4
693
693
  summary: The Brightbox cloud management system