prima-twig 0.39.15 → 0.39.16
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 +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 0fb4aa9f74bc7ce1d6ff19fd0b02f52a78f8ecb5
|
|
4
|
+
data.tar.gz: f7c8712cabb3faccbf17bdcf6340440a2b443d58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b53f61080554973dfd587b0f9d1021a568656dc0918f2677f8df25c520417ab92620fb9e4cc78c822b61426e01c9cd104465826fc4b77cf90526d8786d268238
|
|
7
|
+
data.tar.gz: 0e2d34724159e408543327fe6c0e8beddaa1b5388d9cfe6eeb33210c8102b2bf90c7c3dfe2175e41fba250dbb640f00f17f6d7062f99ac79a4cc129ccbb594ca
|
data/bin/twig-feature
CHANGED
|
@@ -611,8 +611,9 @@ class Release
|
|
|
611
611
|
|
|
612
612
|
def qainit_write_output(file_message, output_message)
|
|
613
613
|
`mkdir -p /drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}`
|
|
614
|
-
qa_file_name = "/drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}/output
|
|
614
|
+
qa_file_name = "/drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}/output"
|
|
615
615
|
File.open(qa_file_name, 'w') { |file| file.write(file_message) }
|
|
616
|
+
File.open(qa_file_name + '.txt', 'w') { |file| file.write(file_message) }
|
|
616
617
|
output "#{output_message} #{qa_file_name}".green
|
|
617
618
|
end
|
|
618
619
|
|
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.39.
|
|
4
|
+
version: 0.39.16
|
|
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: 2018-08-
|
|
16
|
+
date: 2018-08-21 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
216
|
rubyforge_project:
|
|
217
|
-
rubygems_version: 2.
|
|
217
|
+
rubygems_version: 2.6.11
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|