prima-twig 0.48.10 → 0.48.11
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 +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 3b3203a756f5535fce930f417c77a383d8bfeb52
|
|
4
|
+
data.tar.gz: a9af4be6b7c8821cad09f8a9c66c5f850b2aa609
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb69191ae1ba2a76bc3576c7dae192700eec3b37404da5f69ceec657a31f01054092fb802a8ddd8b0eac93023802b7830da81a4554c267fd5f25d100a5f25554
|
|
7
|
+
data.tar.gz: 19c3cdb6fd0befcc49de53b0c4ae2a2fe7a34f36a85ff3530a6b42217c278d77aa50eea723f7c3e855cfd9f866e84a875110532dff3fb2047e4171b06af4304f
|
data/bin/twig-feature
CHANGED
|
@@ -1510,7 +1510,7 @@ class Release
|
|
|
1510
1510
|
},
|
|
1511
1511
|
{
|
|
1512
1512
|
parameter_key: "GraphqlEndpoint",
|
|
1513
|
-
parameter_value: "https://backoffice-#{@dns_record_identifier}.qa.colaster.com/
|
|
1513
|
+
parameter_value: "https://backoffice-#{@dns_record_identifier}.qa.colaster.com/graphql"
|
|
1514
1514
|
},
|
|
1515
1515
|
{
|
|
1516
1516
|
parameter_key: "AuthEndpoint",
|
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.48.
|
|
4
|
+
version: 0.48.11
|
|
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-07-
|
|
17
|
+
date: 2019-07-03 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -214,7 +214,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
217
|
+
rubyforge_project:
|
|
218
|
+
rubygems_version: 2.5.2.3
|
|
218
219
|
signing_key:
|
|
219
220
|
specification_version: 4
|
|
220
221
|
summary: The Prima twig toolbelt
|