shipwright 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/shipwright.gemspec +2 -2
- metadata +3 -5
- /data/{bin → exe}/shipwright +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b7257f8b05aefeb274e4e120b05003495867b12
|
4
|
+
data.tar.gz: e5ce3c4a0099330c53f750cbdcb62fe5b5700c57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68cd20deb0559b90247e2bb36b9d0d42a0912ec0f164c10c004f0fb310bca7fea1848aaced63cca8f6ca2c081e3e1102a6d1dcb16749927af7351c3968ca1754
|
7
|
+
data.tar.gz: 55b1215c29c11cf24d98c9270225aa621144af1139004ed85c59e78c421601a1da44089be8e70fddf1f645b22f533aa53541c353f45b5f512fd5bb46167d2bf5
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
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 = "
|
26
|
-
spec.executables = spec.files.grep(%r{^
|
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.
|
4
|
+
version: 1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Hunter
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
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
|
-
-
|
156
|
+
- exe/shipwright
|
159
157
|
- lib/shipwright.rb
|
160
158
|
- lib/shipwright/builder.rb
|
161
159
|
- lib/shipwright/cli.rb
|
/data/{bin → exe}/shipwright
RENAMED
File without changes
|