prima-twig 0.31.0 → 0.31.1
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 101de521a31bf054b2642be15b80adafb4fb998e
|
|
4
|
+
data.tar.gz: d851a7a0c8e8aedb8807ad93896126bca5b4dd7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6757dfb7c78f1df2703d9ea9d35fa08684533d0934536b9ac2227297d32081d28df49a03388e8ddfd846086c5e09cf3879d06c4537b3484f6b8f0385a88f21b2
|
|
7
|
+
data.tar.gz: 938a531398ea60012ede9d4a41e6065ce03bbe053d6858007aaeafe5af661b2d2d8a2e8514219414222cc667da8436c4b8ef35ea09f37a06aa1ecfdcf3cfdca6
|
data/bin/twig-feature
CHANGED
|
@@ -1294,7 +1294,7 @@ class Release
|
|
|
1294
1294
|
crash_qa_host = get_route53_hostname(stack_name_crash)
|
|
1295
1295
|
|
|
1296
1296
|
ws_endpoint = "wss://#{crash_qa_host}/socket/websocket?vsn=1.0.0"
|
|
1297
|
-
frontend_endpoint = "https://#{crash_qa_host}/"
|
|
1297
|
+
frontend_endpoint = "https://#{crash_qa_host}/graphql"
|
|
1298
1298
|
|
|
1299
1299
|
[
|
|
1300
1300
|
'docker-compose build web',
|
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.31.
|
|
4
|
+
version: 0.31.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2017-11-
|
|
16
|
+
date: 2017-11-28 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|