prima-twig 0.63.6 → 0.63.7
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-feature +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa3e359366f2a1ae86f7231ca578f7c50e0084df8b9871c10ce5d08b0db30665
|
|
4
|
+
data.tar.gz: cdfb3fe8517e4aae0d576d7272a9929f0ad1e0a4968260eee9ede6b01b322655
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ad1eac954aa7d7ca528958cf7215ddba1c51c681a7ac3e902b33d37e8dd3fe8f916c5cd97e0bc5c3741e949e86f502e16a17046d4043df5568212ec84e78594
|
|
7
|
+
data.tar.gz: e6e6fde08ce12fc79d3e28bcdc25dd42755dc5b6af714bc3945c9a8c1ace2c8029409adc3075ebf2c440c3fa0d749a4f88333be11de74cc949501c53d86931ed
|
data/bin/twig-feature
CHANGED
|
@@ -2586,7 +2586,7 @@ class Release
|
|
|
2586
2586
|
|
|
2587
2587
|
`mv docker-compose-ci.yml docker-compose.yml`
|
|
2588
2588
|
exec_step 'prepare-docker-compose --directory starsky && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2589
|
-
exec_step "sed s/qa_deploy_id/#{get_deploy_id}/ .env.dist.qa"
|
|
2589
|
+
exec_step "sed s/qa_deploy_id/#{get_deploy_id}/g .env.dist.qa"
|
|
2590
2590
|
exec_step "cp .env.dist.qa .env"
|
|
2591
2591
|
|
|
2592
2592
|
[
|
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.63.
|
|
4
|
+
version: 0.63.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
326
326
|
- !ruby/object:Gem::Version
|
|
327
327
|
version: '0'
|
|
328
328
|
requirements: []
|
|
329
|
-
rubygems_version: 3.0.
|
|
329
|
+
rubygems_version: 3.0.3
|
|
330
330
|
signing_key:
|
|
331
331
|
specification_version: 4
|
|
332
332
|
summary: The Prima twig toolbelt
|