cicd-builder 0.9.28 → 0.9.29

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: f1292566262e8d37935da0cd8fa62469e6bc2ae2
4
- data.tar.gz: 1f29f999a3157626139cee70fa91179c684ae8ed
3
+ metadata.gz: 415377fd7d8dfce4e54220f50ba5d65099c746d0
4
+ data.tar.gz: 9e51456f4685596fd9362cf81832bfecd95d84a7
5
5
  SHA512:
6
- metadata.gz: ccfd4687b72ab03643ee139ad163558f9f27e5116c2a03a8c80a3ad8e1f68534f6c8178292aa4b6927222bd2fd533cd471104a1220fe9db0c5b8b264bdd51c06
7
- data.tar.gz: c5975d2711a7e1a443c5ec19a790dca1f38aef1d9446e1ec86cfa41f62874cfbc6168200e3b6bcc1f69b11e95b49f8e28a2d58dc0e20a0968eb2a83d22522f4a
6
+ metadata.gz: 1b9e02aa90451bbcb104cfc0524de52298848d21977a14ef0cbc3fd1a72c9e29f7bd4feea07abd1da9145fd5a85c5d3fc836c7ccd5aa03a6f6dea0dce905962d
7
+ data.tar.gz: b4d532f9cbf491fd790130c166595a33dee3ebc7b1464a41962d2ed109711eb1716251f8a0a936dd9f1168c7debf4bd6ace23ff791d28cf6131c72ebe8d6e952
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cicd-builder (0.9.28)
4
+ cicd-builder (0.9.29)
5
5
  artifactory (>= 2.2.1, < 2.3)
6
6
  awesome_print (>= 1.6, < 2.0)
7
7
  aws-sdk (>= 2.0, < 2.1)
@@ -106,7 +106,7 @@ module CiCd
106
106
  unless file_name.empty? or file_name.match(%r'^-')
107
107
  file_name = "-#{file_name}"
108
108
  end
109
- artifact_name = "#{data[:name]}-#{data[:version]}#{file_name}-#{data[:build]}.#{file_ext}" # -#{@vars[:variant]}
109
+ artifact_name = "#{data[:name]}-#{data[:version]}#{file_name}-#{@vars[:variant]}.#{file_ext}" # -#{data[:build]}
110
110
  artifact_path = "#{artifactory_org_path()}/#{data[:name]}/#{data[:version]}-#{@vars[:variant]}/#{artifact_name}"
111
111
  manifest[data[:name]] = artifact_path
112
112
  if objects.nil? or objects.size == 0
@@ -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.28'
7
+ version = '0.9.29'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cicd-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.28
4
+ version: 0.9.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christo De Lange