prima-twig 0.47.5 → 0.47.6
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 +5 -5
- data/bin/twig-feature +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: aff456e4f4c99bd64c2971ae1c11391d85574f528d5cadeaa5d2eb7e3beecd7f
|
|
4
|
+
data.tar.gz: 7aab2b3339707a2da8c691ae5e7451c92ef8808dc3ef2efa9d5a6690e6d1be06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43803f31fd76fd1dbfef8b2000cd1261d82cee861d92daf250bb53f267753c9d4ec855eed8c462dee4eef1a78bc358a016e5e1ff9c86597c5d584d6d3ecea5dd
|
|
7
|
+
data.tar.gz: a7e2e96403ac4ddfe9739aa752ff1e7c168fd0ac7687b4ccbc7f697b267e871a5abac0d7d2dfafdce55d892bdc9f1064a00ffd51915d9529e1f125b4cfd03539
|
data/bin/twig-feature
CHANGED
|
@@ -2597,7 +2597,7 @@ class Release
|
|
|
2597
2597
|
|
|
2598
2598
|
artifact_path = "/tmp/skynet-#{revision}-qa.tar.gz"
|
|
2599
2599
|
|
|
2600
|
-
exec_step "tar cfz #{artifact_path} core config pickles web tests logstash application_log configuration.py wsgi.py requirements.txt requirements_training.txt"
|
|
2600
|
+
exec_step "tar cfz #{artifact_path} core config oracles pickles web tests logstash application_log configuration.py wsgi.py requirements.txt requirements_training.txt"
|
|
2601
2601
|
|
|
2602
2602
|
upload_artifact(artifact_path, "microservices/skynet/#{revision}-qa.tar.gz", "#{@s3_bucket}-encrypted")
|
|
2603
2603
|
|
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.47.
|
|
4
|
+
version: 0.47.6
|
|
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: 2019-06-
|
|
17
|
+
date: 2019-06-24 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
218
|
-
rubygems_version: 2.5.2.3
|
|
217
|
+
rubygems_version: 3.0.1
|
|
219
218
|
signing_key:
|
|
220
219
|
specification_version: 4
|
|
221
220
|
summary: The Prima twig toolbelt
|