brightbox-cli 2.11.1 → 2.11.2

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
  SHA256:
3
- metadata.gz: 7ae61bb6692d3ca464e62b876cd95de2776807b395a359f7cf1f790173340fb3
4
- data.tar.gz: 13426b8f9d2063c4634aea8a1758394ff2e9860cd5d4db848666d5d056eecda1
3
+ metadata.gz: f37c9c63622674d0abcab2e4322d1e087a87ca656f0893064e9116adf443d686
4
+ data.tar.gz: 01d93f26714e55f2b49b97fe9f89c027789431b4d51534835318ca33f28f4305
5
5
  SHA512:
6
- metadata.gz: 8712275a21474e90fad2faee6b27cb7ce18ac36fc4b96af2fd3fd9261567fd7a11f58a122e6c5b5423420c2dc50c3178923c5ab3127f402b603d89d1cc59936c
7
- data.tar.gz: aeebdf7e4daa6fe5279e192bd62238dbc5222c57939f499e54169497774b343b6091989b2b367b9151e3139e9ebf725f4bf14d7f4a6ef133a438be4a7e6a4429
6
+ metadata.gz: 7905407733ca6343b596ff0c51ea9edce92f850d4bed7c86a1dcf214f8ad6098c19a861df69d642ecb568ffdaf72b764d525596e5d5cae7ee6b8a6397daa2f4d
7
+ data.tar.gz: bec68ef541a8d3a2a2adb7951abeddae676d98b4c3f3da15b1506a7aeab791cfa82eda052901a7d811203d72559f3ec5ffa0c3f05a3aca220476c7d85d9f8b31
@@ -1,3 +1,11 @@
1
+ ### v2.11.2 / 2020-01-07
2
+
3
+ [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v2.11.1...v2.11.2)
4
+
5
+ Bug fixes:
6
+
7
+ * Update `excon` to v0.71.0 to fix security issue.
8
+
1
9
  ### v2.11.1 / 2019-10-29
2
10
 
3
11
  [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v2.11.0...v2.11.1)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightbox-cli (2.11.1)
4
+ brightbox-cli (2.11.2)
5
5
  dry-inflector (< 0.2)
6
6
  fog-brightbox (>= 0.16.0, < 1.0)
7
7
  fog-core (< 2.0)
@@ -16,13 +16,13 @@ GEM
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
18
  addressable (2.3.8)
19
- builder (3.2.3)
19
+ builder (3.2.4)
20
20
  coderay (1.0.9)
21
21
  crack (0.4.2)
22
22
  safe_yaml (~> 1.0.0)
23
23
  diff-lcs (1.2.5)
24
24
  dry-inflector (0.1.2)
25
- excon (0.62.0)
25
+ excon (0.71.1)
26
26
  fog-brightbox (0.16.1)
27
27
  dry-inflector
28
28
  fog-core
@@ -1,3 +1,3 @@
1
1
  module Brightbox
2
- VERSION = "2.11.1" unless defined?(Brightbox::VERSION)
2
+ VERSION = "2.11.2" unless defined?(Brightbox::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.1
4
+ version: 2.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach