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.
- checksums.yaml +4 -4
- data/bin/twig-feature +1 -3
- 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: 4c1926245252be403da69fcb1bcea1a260652a892058935e336ea681e674d740
|
|
4
|
+
data.tar.gz: 89427c92d0fa37eb0e084b3ded263814e91e73bd48315776903322b6d2febf6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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.
|
|
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.
|
|
217
|
+
rubygems_version: 3.0.1
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|