cicd-builder 0.9.63 → 0.9.64
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 +4 -4
- data/Gemfile.lock +2 -2
- data/lib/cicd/builder/mixlib/repo/S3.rb +2 -1
- data/lib/cicd/builder/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a19ed83a0bb9df4179020ee5ff45757274f2399d
|
|
4
|
+
data.tar.gz: dc60b449189ea2af8f4de33d6adb86297e25fa33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b14b68bfaa7d3ad3de0cb68ae27d9b7c61854abe5ec67d17b92ff0f27a3da42ac5dd21798ea38e8229c67f5866d34a7666a0825068dbc59829c21a2ebcab2fb2
|
|
7
|
+
data.tar.gz: 01779152b8f0158242c02808abe7cd7bbbb28b62f2de454bd8fcf8b27d4c644e383edb02bbd9d57c6d8bbf048e50b238134b8a72868c2c332dde6f6e00bbb812
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cicd-builder (0.9.
|
|
4
|
+
cicd-builder (0.9.64)
|
|
5
5
|
artifactory (>= 2.2.1, < 2.3)
|
|
6
6
|
awesome_print (>= 1.6, < 2.0)
|
|
7
7
|
aws-sdk (>= 2.0, < 2.1)
|
|
@@ -84,7 +84,7 @@ GEM
|
|
|
84
84
|
mixlib-authentication (1.3.0)
|
|
85
85
|
mixlib-log
|
|
86
86
|
mixlib-cli (1.5.0)
|
|
87
|
-
mixlib-config (2.
|
|
87
|
+
mixlib-config (2.2.0)
|
|
88
88
|
mixlib-log (1.6.0)
|
|
89
89
|
mixlib-shellout (2.0.1)
|
|
90
90
|
multi_json (1.11.0)
|
|
@@ -234,7 +234,8 @@ EC2 Instance profile
|
|
|
234
234
|
'release' => args['release'],
|
|
235
235
|
}
|
|
236
236
|
if args['artifacts']
|
|
237
|
-
filing['artifacts'] = args['artifacts'].map { |artifact| File.basename(artifact[:key]) }
|
|
237
|
+
# filing['artifacts'] = args['artifacts'].map { |artifact| File.basename(artifact[:key]) }
|
|
238
|
+
filing['artifacts'] = args['artifacts'].map { |artifact| artifact[:key].gsub(%r|^.*#{args['drawer']}/|, '') }
|
|
238
239
|
end
|
|
239
240
|
assembly = json['container']['assembly'] or raise("Expected an 'assembly'")
|
|
240
241
|
if assembly['extension'] != args['build_ext']
|
data/lib/cicd/builder/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ module CiCd
|
|
|
4
4
|
# file = File.expand_path("#{File.dirname(__FILE__)}/../../../VERSION")
|
|
5
5
|
# lines = File.readlines(file)
|
|
6
6
|
# version = lines[0]
|
|
7
|
-
version = '0.9.
|
|
7
|
+
version = '0.9.64'
|
|
8
8
|
VERSION = version unless const_defined?('VERSION')
|
|
9
9
|
major, minor, tiny = VERSION.split('.')
|
|
10
10
|
MAJOR = major unless const_defined?('MAJOR')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cicd-builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.64
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christo De Lange
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: awesome_print
|