prima-twig 0.63.23 → 0.63.24
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 +3 -3
- 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: d2badee061677f73d39130077da041bcdd2247d1b756d1f00afb79572aed599d
|
|
4
|
+
data.tar.gz: 65a403dac3cef0f7ff548f1faa7a25af8bb3668ef55e92e7146e08beb7e6568a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a04222ae8f06331a9a09cf680380c864042aa13e44c35bfef79eb7f7e9ed55084e8cdcd43b6ae43f9f4d563f3cd42e0eeac1588de2cb7e19992d85fe9932be6a
|
|
7
|
+
data.tar.gz: b2c330447db0eb8cd61eeab062e8a848c4fd979025a21565270482eebe1baf7c5e34d50f7728cd4e9c20ef148f513b64657bf2f91dd47215a9022b473453cb53
|
data/bin/twig-feature
CHANGED
|
@@ -1861,9 +1861,9 @@ class Release
|
|
|
1861
1861
|
output "Deploy effettuato, everything is awesome!\n".green
|
|
1862
1862
|
|
|
1863
1863
|
if @projects['prima']['name'] != 'master' then
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1864
|
+
output "Lancio il batch job per la visual regression..."
|
|
1865
|
+
launch_bocelli_test(prima_hostname)
|
|
1866
|
+
output "Visual regression lanciata con successo!"
|
|
1867
1867
|
|
|
1868
1868
|
output "Lancio i test con Lighthouse..."
|
|
1869
1869
|
launch_lighthouse_test(prima_hostname, "mobile")
|
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.24
|
|
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
|