shipwright 1.1.3 → 1.1.4

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: c62b2beddabf65ee63976348e553e32cc0181825
4
- data.tar.gz: 42626cef0e2c23e20dd0f612757bcfa086abfa5e
3
+ metadata.gz: 2b7257f8b05aefeb274e4e120b05003495867b12
4
+ data.tar.gz: e5ce3c4a0099330c53f750cbdcb62fe5b5700c57
5
5
  SHA512:
6
- metadata.gz: 0f269c665b3d2265950762c7994386f6c0b80a3c8350ab5f55a47775391ab2bb99ca1970c5b742edcc165f5e5d02e26ad9c4255118386a69ac9f909984a6dcb6
7
- data.tar.gz: 601ed2e66c474b043da9e96058ff1b744044c2ae9382dbc1f48f46830a6179191fc814a5e2e442f6d3395ec0f227fcc6ce48b434f01ee87a7a125500c5194539
6
+ metadata.gz: 68cd20deb0559b90247e2bb36b9d0d42a0912ec0f164c10c004f0fb310bca7fea1848aaced63cca8f6ca2c081e3e1102a6d1dcb16749927af7351c3968ca1754
7
+ data.tar.gz: 55b1215c29c11cf24d98c9270225aa621144af1139004ed85c59e78c421601a1da44089be8e70fddf1f645b22f533aa53541c353f45b5f512fd5bb46167d2bf5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
data/shipwright.gemspec CHANGED
@@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
22
22
  end
23
23
 
24
24
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
- spec.bindir = "bin"
26
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ["lib"]
28
28
 
29
29
  spec.add_dependency 'aws-sdk', '~> 2'
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shipwright
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Hunter
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2015-05-29 00:00:00.000000000 Z
12
12
  dependencies:
@@ -140,8 +140,6 @@ description: CLI Client for implementing the harbor pattern on AWS Elastic Beans
140
140
  email:
141
141
  - adamhunter@me.com
142
142
  executables:
143
- - console
144
- - setup
145
143
  - shipwright
146
144
  extensions: []
147
145
  extra_rdoc_files: []
@@ -155,7 +153,7 @@ files:
155
153
  - VERSION
156
154
  - bin/console
157
155
  - bin/setup
158
- - bin/shipwright
156
+ - exe/shipwright
159
157
  - lib/shipwright.rb
160
158
  - lib/shipwright/builder.rb
161
159
  - lib/shipwright/cli.rb
File without changes