prima-twig 0.53.1 → 0.53.10

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 +4 -4
  2. data/bin/twig-feature +1 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d952682f211b41bc81b067dd1fbcabb51a06c89ac165606d85d84030b6a1efe
4
- data.tar.gz: b8f01e03d167870dcf33f458283696cfcaadd9877a28cb6a0fa4eb32ff5e3449
3
+ metadata.gz: 4c1926245252be403da69fcb1bcea1a260652a892058935e336ea681e674d740
4
+ data.tar.gz: 89427c92d0fa37eb0e084b3ded263814e91e73bd48315776903322b6d2febf6d
5
5
  SHA512:
6
- metadata.gz: 13ecc95e927204d19cb4bd61e9b3e21079df30556e96c15249a1a1b08e3b3ef1d14958cd82aa44190d9f029898b7355fcd3f8f125bbfb269757cd2f33e5cf519
7
- data.tar.gz: 389928a3ef6b672a929a649f9e42f31bdc8a09206ef33a3a34c1d08e3ab200aca1d6791868cee15772f25df80c932f6ab4842c1aeb377f9b6b53ac9d039bb7f0
6
+ metadata.gz: 8d3e06aef4280022b7d8033b06de957fb28954add42f48756e7f763ca85cac0a57e1496a0fb45a46bf1788eb0549a4f3b4b91866ac47aa48e57c3deec02cacaa
7
+ data.tar.gz: e9e3603dbaad5c8e7043da4065b901a110ca5036e25c33ab6eb86623f48fba86304949c634c4c387c36f18ae459ff1bc641af52d36ac41de711b849ac0189b4b
data/bin/twig-feature CHANGED
@@ -664,8 +664,7 @@ class Release
664
664
  end
665
665
 
666
666
  def qainit_write_output(file_message, output_message)
667
- `mkdir -p /drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}`
668
- qa_file_name = "/drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}/output"
667
+ qa_file_name = "/etc/qainit-output/output"
669
668
  File.open(qa_file_name, 'w') { |file| file.write(file_message) }
670
669
  File.open(qa_file_name + '.txt', 'w') { |file| file.write(file_message) }
671
670
  output "#{output_message} #{qa_file_name}".green
@@ -2345,7 +2344,6 @@ class Release
2345
2344
  MIX_ENV=dev mix compile.sms && \
2346
2345
  MIX_ENV=dev mix compile.html && \
2347
2346
  MIX_ENV=dev mix compile.heml && \
2348
- MIX_ENV=dev mix compile.app_notification && \
2349
2347
  rm -rf _build/qa/rel/ && \
2350
2348
  mix release --env=qa'"
2351
2349
  ].each do |cmd|
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.53.1
4
+ version: 0.53.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  - !ruby/object:Gem::Version
215
215
  version: '0'
216
216
  requirements: []
217
- rubygems_version: 3.0.3
217
+ rubygems_version: 3.0.1
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: The Prima twig toolbelt