prima-twig 0.54.34 → 0.54.35
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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 633e871a1ad1075be5d1b80817ca3f06ae95982572cabe781c7b623ba897a62e
|
|
4
|
+
data.tar.gz: 894cc6e71b14579307ffb8363aeeff84df76c1348e62431608a8a4788c219219
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26c980574b5e767ef1c0cb166cc17749bc9981220b66884615b73045029f37ecd12e1609fef4ac7011a5c7fcd16ea8e2cc30b5634d623f2a519f35e775d5682a
|
|
7
|
+
data.tar.gz: f44feb239c4937c39b113c8c1d811c623451af14357fbc5ce0205d97830f95b3c282a6046138e33c9aeda85dc2141b435739c2c1dec2322047279d2cd7040234
|
data/bin/twig-feature
CHANGED
|
@@ -471,7 +471,7 @@ class Release
|
|
|
471
471
|
end
|
|
472
472
|
|
|
473
473
|
def qainit_deploy!(quiet = false)
|
|
474
|
-
`git checkout master && git pull && git remote prune origin`
|
|
474
|
+
`git checkout master && git pull && git submodule update --init --recursive && git remote prune origin`
|
|
475
475
|
|
|
476
476
|
default_name = get_default_branch_name @projects
|
|
477
477
|
feature_number = ''
|
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.54.
|
|
4
|
+
version: 0.54.35
|
|
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-11-
|
|
17
|
+
date: 2019-11-12 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
rubygems_version: 3.0.
|
|
217
|
+
rubygems_version: 3.0.1
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|