blockspring-cli 0.0.5 → 0.0.6

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: 40fc4b8327edac4958e68b52e7e194b748b3b9f6
4
- data.tar.gz: e36d3719f2fe7c13256ee9339f9cb97d2989d61c
3
+ metadata.gz: 6ffcfde424c2580b6d4ef04601e741f1f3f540ba
4
+ data.tar.gz: 24f830080543bd5799cd4a8efe7e62d0c62755a4
5
5
  SHA512:
6
- metadata.gz: b36c9bff1f7765f623a54ca615e5e0e36c496c11b1e0663478944e5bc0b71568c3a281192e6bffd33e63dae873e1ed532758cc41ed3258724f3218ee90c09588
7
- data.tar.gz: 72873bebf67836331326951cfca76c6a9da5f56535852377d8a47bcbcb21f5d7d8bcd428fcf9b673491b280a384f2a4f2f243095988a0d1434b35b29aa06ad99
6
+ metadata.gz: 9db8dcddfca1a4c15dafd14aae29a65e8888b536ebb2caedb29e13372d0c98e933e42ec747ce66238e51657bcbb0f44f9d32503e1c221b64c1b4578bfaf3de07
7
+ data.tar.gz: 63975d283959392ac337c6f2771180909ed53fc74eeb1cc04f4bff3fa0424f76fd739f97bb4d757f1116667da896eb11670236854ab70f6fc40a85dcdbf5c464
@@ -95,7 +95,7 @@ class Blockspring::CLI::Command::Help < Blockspring::CLI::Command::Base
95
95
  help_for_namespace(name)
96
96
  puts
97
97
  elsif command.nil?
98
- error "#{name} is not a blockspring command. See `heroku help`."
98
+ error "#{name} is not a blockspring command. See `blockspring help`."
99
99
  end
100
100
  end
101
101
 
@@ -1,5 +1,5 @@
1
1
  module Blockspring
2
2
  module CLI
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blockspring-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blockspring