brightbox-cli 2.3.2 → 2.3.3

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: 64b6a83d3028b61fae3934610acd34693072a1ba
4
- data.tar.gz: 3aaca9503b8091d98c4e896b733bbf4e50dc3434
3
+ metadata.gz: 341aea988c85cfae2bae2a480ed6a3536423fd97
4
+ data.tar.gz: 4891a8b6731c6f002b8629d077f155026763441c
5
5
  SHA512:
6
- metadata.gz: 44ceff7d8ffe9093fc1237ac5838664a961b8c704ea55569b107109f924251bcb8cb36ac7932b7ca5f06619e1c33c3251a35ad28354e4ec51d6cc192e2b13dd0
7
- data.tar.gz: 6c57722ae172093641fedae161d45c0520811f495c29407718d1839dd3eb0fee64e83f626243c8cfe9f5a2eb0cd0694052fabf7315c4400db416f7134d59f41f
6
+ metadata.gz: 90e8b0b8efe3011b75f13355103bbd0da84b0b346df32b5a2edaa3a370b10a59b91fc5ef6741c095efdf9ddba7dc5c6c1217a72e0a74b263ddbf6de9af500257
7
+ data.tar.gz: ab82aa008e71a0759ae29a3e5e5053dd880bef75c95798abb02815a7c9e6824f8f563849ac7b09405a750b8376204cac091614a1a78f465a4ac12787fdcafcf6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### v2.3.3 / 2015-11-04
2
+
3
+ [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v2.3.2...v2.3.3)
4
+
5
+ Bug fixes:
6
+
7
+ * Fixed issue where `brightbox servers show` would not display a server's zone.
8
+
1
9
  ### v2.3.2 / 2015-10-26
2
10
 
3
11
  [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v2.3.1...v2.3.2)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightbox-cli (2.3.2)
4
+ brightbox-cli (2.3.3)
5
5
  fog-brightbox (>= 0.9.0)
6
6
  gli (~> 2.12.0)
7
7
  highline (~> 1.6.0)
@@ -3,7 +3,7 @@ module Brightbox
3
3
  def to_row
4
4
  row_attributes = attributes
5
5
 
6
- row_attributes[:compatibility_mode] = attributes["compatibility_mode"]
6
+ row_attributes[:compatibility_mode] = row_attributes["compatibility_mode"]
7
7
 
8
8
  if server_type
9
9
  row_attributes[:type] = server_type['id']
@@ -1,3 +1,3 @@
1
1
  module Brightbox
2
- VERSION = "2.3.2" unless defined?(Brightbox::VERSION)
2
+ VERSION = "2.3.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: 2.3.2
4
+ version: 2.3.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: 2015-10-26 00:00:00.000000000 Z
11
+ date: 2015-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-brightbox