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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cbcaaea56aeb6d58f0c6619e14c97ada2f896edb
4
- data.tar.gz: 7155296c173631359b1fd1b9b52582af4dc5998c
3
+ metadata.gz: a19ed83a0bb9df4179020ee5ff45757274f2399d
4
+ data.tar.gz: dc60b449189ea2af8f4de33d6adb86297e25fa33
5
5
  SHA512:
6
- metadata.gz: fc2f8a8a8ee4e7252ba7f38cc2f8985f1a7d65ba1f0baafff162497b880bab4d2f09875f75bb2f1490c56ea2437329ac2c87bd2e248ad1143a88a8fd880e696b
7
- data.tar.gz: 6ecc482d13efe1ff3b3459739de14a6939ab10a4b04ef2c5b106ff83eb238a793e7c26e8191387dae284fe822d3c3540e23b9a67dd3c965e3423095b6aeefa72
6
+ metadata.gz: b14b68bfaa7d3ad3de0cb68ae27d9b7c61854abe5ec67d17b92ff0f27a3da42ac5dd21798ea38e8229c67f5866d34a7666a0825068dbc59829c21a2ebcab2fb2
7
+ data.tar.gz: 01779152b8f0158242c02808abe7cd7bbbb28b62f2de454bd8fcf8b27d4c644e383edb02bbd9d57c6d8bbf048e50b238134b8a72868c2c332dde6f6e00bbb812
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cicd-builder (0.9.63)
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.1.0)
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']
@@ -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.63'
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.63
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-05-12 00:00:00.000000000 Z
11
+ date: 2015-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print