prima-twig 0.48.17 → 0.48.18
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 +7 -8
- 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: 3bee91b715124a73066fa85434a1e61ab4fd999a7b489b506242c61fefbc81a7
|
|
4
|
+
data.tar.gz: 49fdb025cb27a89e1a1e67710306e19c726d0b3bcd7489df55818f683291870c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d11dd6a1b2c01ac0663fa85a55a04f6a622ced8203060de987da0809657d6a31372f898467ec0d5abcb22e2b0e6680f6ce57c313e53cb8c92fbaf5545a8a550
|
|
7
|
+
data.tar.gz: eb44cb62a7a264419b1d9ad2d3f50a334f079e5750aa7ec6caea220b9c1cd72f19dd92c1530bd9de865d8fc1d31c690872446acab86378dfe25cf6c20f61f926
|
data/bin/twig-feature
CHANGED
|
@@ -703,14 +703,13 @@ class Release
|
|
|
703
703
|
@s3.get_object({bucket: "prima-deploy", key: 'cloudformation/stacks/elb/alb-public-qa.yml', response_target: 'cloudformation/stacks/elb/alb-public-qa.yml'})
|
|
704
704
|
end
|
|
705
705
|
|
|
706
|
-
def calculate_deploy_id
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
@projects
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
end
|
|
706
|
+
def calculate_deploy_id
|
|
707
|
+
hashable = `git rev-parse --abbrev-ref HEAD`
|
|
708
|
+
# @projects.each_key do |project_key|
|
|
709
|
+
# if @projects[project_key][:name]
|
|
710
|
+
# hashable += @projects[project_key][:name] unless project_key == 'rachele'
|
|
711
|
+
# end
|
|
712
|
+
# end
|
|
714
713
|
hash = Digest::MD5.hexdigest(hashable)
|
|
715
714
|
end
|
|
716
715
|
|
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.18
|
|
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-22 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|