bosh-gen 0.93.0 → 0.94.0

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: 45918f88e325e22d93f99107fdc2fead2e125813
4
- data.tar.gz: 046050e3a5af22580cb57da6e3e89045f4f98763
3
+ metadata.gz: 9773fa2e39d0ae8a6d5513bd2ae6cad27178403a
4
+ data.tar.gz: 35c45b8490b916e4f6fc4bb57ac668a6dd780d3a
5
5
  SHA512:
6
- metadata.gz: 364abd05e67751691f519cc459f34d32d5988737f4961d9669228c6fa925575aee63563d11673c68a61374a65f9cda68c9748ffec2a484a0e322f8b20bc54588
7
- data.tar.gz: 4ba2284c7218284b9f5dfada1fb29c7534869df3ff24f727296fd6118682465d210994862cb30be2edf2df4fcf76925845a8201ad23e11c94ee9b955f0c83fca
6
+ metadata.gz: 30dca4e17c40d0439a51ed3df4a4cb06e120afc178296c02556f2f95838d4264287def8633f95cb91584242a08035bdd89b23a4c3344a21394d75a16943ce84c
7
+ data.tar.gz: 3267dd6bff4060740824d643a67b2916eb0fa30aa8c5983162a97db3c3d4171c24cc01d4f8efb75963062dd409ef9dd0c3d21890339aa2026c51d630388e9475
@@ -74,7 +74,7 @@ module Bosh::Gen
74
74
 
75
75
  def readme
76
76
  if @blobs
77
- say_status "readme", "Upload blobs with 'bosh upload blobs'"
77
+ say_status "readme", "Upload blobs with 'bosh upload-blobs'"
78
78
  end
79
79
  end
80
80
 
@@ -61,7 +61,7 @@ module Bosh::Gen
61
61
 
62
62
  def readme
63
63
  if flags[:blob]
64
- say_status "readme", "Upload blobs with 'bosh upload blobs'"
64
+ say_status "readme", "Upload blobs with 'bosh upload-blobs'"
65
65
  end
66
66
  end
67
67
 
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Gen
3
- VERSION = "0.93.0"
3
+ VERSION = "0.94.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-17 00:00:00.000000000 Z
11
+ date: 2017-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  requirements: []
245
245
  rubyforge_project:
246
- rubygems_version: 2.6.12
246
+ rubygems_version: 2.6.13
247
247
  signing_key:
248
248
  specification_version: 4
249
249
  summary: ''