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.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/bin/twig-feature +2 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 3f43ebdf2f0c49a69ebf37881aada5b67665306e3c6721cff5af8ba5120cc1a9
4
- data.tar.gz: 0c37c105da96f0dfaa51c164a7edf9a891e0695462e48984882cbd2206adae3c
2
+ SHA1:
3
+ metadata.gz: 0fb4aa9f74bc7ce1d6ff19fd0b02f52a78f8ecb5
4
+ data.tar.gz: f7c8712cabb3faccbf17bdcf6340440a2b443d58
5
5
  SHA512:
6
- metadata.gz: 52696ee07983814eaf4300b502479dd44bcc16742cc72a3c39e5275e9025718a92ed47fb8c6e47742096be019236241835382f867b32b2ba5f7e947ee7466c2b
7
- data.tar.gz: ec213498b7d6b4bf6b1d142de732c8cc1aaca204ed52c37d4e9d77d92c7231d34b904fbe4ece3e2db421fb1eedb15dab77a5b89a0a1c839b5f095ea17eed21c2
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.txt"
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.15
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-17 00:00:00.000000000 Z
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.7.7
217
+ rubygems_version: 2.6.11
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: The Prima twig toolbelt