cicd-builder 0.9.40 → 0.9.41

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: 18260696b0b012ac7829365baf9563565d756772
4
- data.tar.gz: 3f62a59b205626956a73875be89bd1ef52b5ba2e
3
+ metadata.gz: 27f4479395f206dae79d65796b923310db34ad82
4
+ data.tar.gz: 7ac42a269e3a8f601fdacdccd8b06ec0da7414fb
5
5
  SHA512:
6
- metadata.gz: 35e767175775594fa15a1156b54e6d33fa521ab23d2002ed97b1de252a4d171a5f5caf428f39c8f5809b52b008d81c3aaf43ee2775104a9d979ad6934ef6e7d4
7
- data.tar.gz: 3257f84bf9bbd4a24346cc6d106f3a602815a039d380b5d4cff0a1f2cb88d64abe5c48ce6204b12a32f8cf596f504cac54508f9fd2679051f4ce6742b973a804
6
+ metadata.gz: 9720fb521c45800ac95fd22655c30bd8d551b1e15732de9623043a94e06b332994a495da596730cecaaa7107ba845f5fd0904e467bd61a9809b4bf35523fc34d
7
+ data.tar.gz: febc844300a8c9ef2d318c90999f3bddaf9589818dc10f80c68eb7ffdc47bcc563223128c0f632425602fde2ffb5594bd1d546416c851b50e1aad2e155335142
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cicd-builder (0.9.40)
4
+ cicd-builder (0.9.41)
5
5
  artifactory (>= 2.2.1, < 2.3)
6
6
  awesome_print (>= 1.6, < 2.0)
7
7
  aws-sdk (>= 2.0, < 2.1)
@@ -199,7 +199,7 @@ module CiCd
199
199
  chkit = S3Etag.calc(file: local, threshold: part_size, min_part_size: part_size, max_parts: parts)
200
200
  @logger.debug "S3Etag Calculated #{chkit} : (#{size} / #{part_size}) <= #{parts}"
201
201
  end
202
- raise "Unable to match etag #{etag}!" if chkit != etag
202
+ @logger.warn "Unable to match etag #{etag}!" if chkit != etag
203
203
  chkit
204
204
  else
205
205
  Digest::MD5.file(local).hexdigest
@@ -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.40'
7
+ version = '0.9.41'
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.40
4
+ version: 0.9.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christo De Lange