opsworks-cli 0.1.0 → 0.1.1

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: 3dce3800bcff9f369454aab457becf9716146ad9
4
- data.tar.gz: 76c70f6e2ef658083f9643ada130827ba584878a
3
+ metadata.gz: d0ca9871d55cd6847c8d7e7b562e732aac030c37
4
+ data.tar.gz: 374570003f75f56fde1b47b13b518825f47b68c5
5
5
  SHA512:
6
- metadata.gz: 507226df1efe63108f37d6f202389b1d429d1df580ce80f72b1a39ffffa9794641872ce8d2dca1b594f46ba9d4d96240500fb7343fd3bcb1bf5248cf7ddf0319
7
- data.tar.gz: 818cf0dc76e545f5a754792131ef02acd9526bfb97d7331524f05f52ada266cc3fd17465df5ecbbc582c7dfbde194d753a96ea492f3c71672cf1efa0baf54d83
6
+ metadata.gz: 2b4f5789be4a47fccaded15e70f3dab8f5e3640834ea1c179dfefc7d16ca131232b5fbb070143f854fb0d7ac2e87161d4db31b38421ec03773b285cb30a7fb3c
7
+ data.tar.gz: 982fec8649404dee3f3b59486ffe1edfb6e78ab982e663b0eb64f56ff06e2890b8d1e8a28078d1c231ac9b2f579ce26ca36066021f1f313fb8dbbb06f15b6dea
@@ -25,7 +25,7 @@ module OpsWorks
25
25
 
26
26
  desc 'version', 'Print OpsWorks CLI version'
27
27
  def version
28
- puts "opsworks-cli v#{OpsWorks::CLI::VERSION}"
28
+ say "opsworks-cli v#{OpsWorks::CLI::VERSION}"
29
29
  end
30
30
  end
31
31
  end
@@ -1,5 +1,5 @@
1
1
  module OpsWorks
2
2
  module CLI
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
data/opsworks-cli.gemspec CHANGED
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
16
16
  spec.license = 'MIT'
17
17
 
18
18
  spec.files = `git ls-files`.split($RS)
19
+ spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) }
19
20
  spec.test_files = spec.files.grep(/^spec\//)
20
21
  spec.require_paths = ['lib']
21
22
 
@@ -6,7 +6,7 @@ describe OpsWorks::CLI::Agent do
6
6
  describe '#version' do
7
7
  it 'should print the version' do
8
8
  version = OpsWorks::CLI::VERSION
9
- expect(STDOUT).to receive(:puts).with "opsworks-cli v#{version}"
9
+ expect(subject).to receive(:say).with "opsworks-cli v#{version}"
10
10
  subject.version
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opsworks-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Macreery
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-18 00:00:00.000000000 Z
11
+ date: 2014-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -125,7 +125,8 @@ dependencies:
125
125
  description: OpsWorks CLI
126
126
  email:
127
127
  - frank@macreery.com
128
- executables: []
128
+ executables:
129
+ - opsworks
129
130
  extensions: []
130
131
  extra_rdoc_files: []
131
132
  files: