prima-twig 0.63.27 → 1.0.0
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/bin/twig-build +125 -176
- data/bin/twig-feature +2255 -5
- data/lib/prima_aws_client.rb +0 -6
- metadata +3 -3
data/lib/prima_aws_client.rb
CHANGED
@@ -341,7 +341,6 @@ module PrimaAwsClient
|
|
341
341
|
ready = artifact_exists?(bucket, path)
|
342
342
|
sleep_seconds = 13
|
343
343
|
output "Attendo che lo sia pronto l'artefatto #{path}...\n".yellow
|
344
|
-
retries = 0
|
345
344
|
while !ready
|
346
345
|
ready = true if artifact_exists?(bucket, path)
|
347
346
|
seconds_elapsed = 0
|
@@ -351,11 +350,6 @@ module PrimaAwsClient
|
|
351
350
|
sleep 1
|
352
351
|
seconds_elapsed += 1
|
353
352
|
end
|
354
|
-
retries += 1
|
355
|
-
if retries > 150
|
356
|
-
output "\n Timeout raggiunto aspettando #{path}\n".red
|
357
|
-
exit
|
358
|
-
end
|
359
353
|
end
|
360
354
|
output "\nArtefatto #{path} creato!\n".green
|
361
355
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prima-twig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matteo Giachino
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2020-04-
|
17
|
+
date: 2020-04-10 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: aws-sdk-autoscaling
|
@@ -328,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
328
328
|
- !ruby/object:Gem::Version
|
329
329
|
version: '0'
|
330
330
|
requirements: []
|
331
|
-
rubygems_version: 3.0.
|
331
|
+
rubygems_version: 3.0.1
|
332
332
|
signing_key:
|
333
333
|
specification_version: 4
|
334
334
|
summary: The Prima twig toolbelt
|