brightbox-cli 4.3.0 → 4.3.1

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
  SHA256:
3
- metadata.gz: 517f21d7fc3e156180d8558868220e332943bd12ee492754e727d3f23d03d89c
4
- data.tar.gz: ba05065d1729812c1aa1b41f44767872ea863a8295f8074ae8050742c1903e68
3
+ metadata.gz: a05097c67b080ccedd218b30d3e0923b4b1804c76ac5cbe5a76678b75d8f221e
4
+ data.tar.gz: 9c9076964ac3c57b48a7d4d55183e4c2c87214462e564823dc815d566d1f95ad
5
5
  SHA512:
6
- metadata.gz: 1218d3d1956bac00755dde84bc1546f43dc05f4ea3386420b47745039326ad01f50f016faee353474e620beba0105e059de437085334da2bb4c6545392426880
7
- data.tar.gz: 8ca4763dfbc21624b85ca97ea70525da34e4a2adb19abb405b2f95b8f8df500180a7780d0d13ffc6bc9cfade8306ed904a0fbbd56e95af1ad33ab913f16c6e7a
6
+ metadata.gz: 768f52b7d7eaed35b46d606f4699e23b2793f9ba0a00c86feaa0155cda89a55cc7a02e5f53268c554cd8731a0154bd1f5b37a0bdffb2f18c7cf852a97c353516
7
+ data.tar.gz: 5178134a5acd7146df5a1d4e127773d0e9b322e48a0495bc01eba5408c25e81cc4e7f3d08c45ee83332d84cd04e7e562f7d2f0778c1762182e9787b9451e5066
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### v4.3.1 / 2023-01-11
2
+
3
+ [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v4.3.0...v4.3.1)
4
+
5
+ Bug fixes:
6
+
7
+ * Fix `help` output crashing when encountering Array in locale file.
8
+
1
9
  ### v4.3.0 / 2023-01-11
2
10
 
3
11
  [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v4.2.1...v4.3.0)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightbox-cli (4.3.0)
4
+ brightbox-cli (4.3.1)
5
5
  dry-inflector (= 0.2.0)
6
6
  fog-brightbox (>= 1.9.1)
7
7
  fog-core (< 2.0)
@@ -1,3 +1,3 @@
1
1
  module Brightbox
2
- VERSION = "4.3.0".freeze unless defined?(Brightbox::VERSION)
2
+ VERSION = "4.3.1".freeze unless defined?(Brightbox::VERSION)
3
3
  end
data/locales/en.yml CHANGED
@@ -249,7 +249,7 @@ en:
249
249
  desc: Manage an account's volumes
250
250
  args:
251
251
  one: <volume>
252
- optional: [<volume>...]
252
+ optional: "[<volume>...]"
253
253
  many: <volume>...
254
254
  specify_one_id_first: You must specify the volume ID as the first argument
255
255
  specify_many_ids: You must specify volume IDs as arguments
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: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach