prima-twig 0.51.0 → 0.51.1
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 -2
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 0eea39b12bd9bc22c64c217553b48bac1920aa27
|
|
4
|
+
data.tar.gz: a78c6adf899b35ee5df425eeef06d0d171701ac8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb98025739f9da6ee6d4c155e8ac7a69595a4cbd98a21065e08d6f3b6e2aa0d52e131af8df0d32436feacd9259f938d108be190b688979960f133c18f0afa582
|
|
7
|
+
data.tar.gz: 596b2d378a66a4e09be573976e97e926480f12cebd2abd8be9f17a9ee5191f097dc8f586f9a73fd01cc150548c721e0fd559658bec487fbe1660d3c46ea1a2a6
|
data/bin/twig-feature
CHANGED
|
@@ -2662,7 +2662,7 @@ class Release
|
|
|
2662
2662
|
mix phx.digest && \
|
|
2663
2663
|
mix compile && mix deps.compile && \
|
|
2664
2664
|
rm -rf _build/qa/rel/ && \
|
|
2665
|
-
mix release --env=qa'"
|
|
2665
|
+
mix distillery.release --env=qa'"
|
|
2666
2666
|
].each do |cmd|
|
|
2667
2667
|
execute_command cmd
|
|
2668
2668
|
end
|
|
@@ -2683,7 +2683,7 @@ class Release
|
|
|
2683
2683
|
mix phx.digest && \
|
|
2684
2684
|
mix compile && mix deps.compile && \
|
|
2685
2685
|
rm -rf _build/qa/rel/ && \
|
|
2686
|
-
mix release --env=qa'"
|
|
2686
|
+
mix distillery.release --env=qa'"
|
|
2687
2687
|
].each do |cmd|
|
|
2688
2688
|
execute_command cmd
|
|
2689
2689
|
end
|
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.51.
|
|
4
|
+
version: 0.51.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -214,7 +214,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
217
|
+
rubyforge_project:
|
|
218
|
+
rubygems_version: 2.5.2.3
|
|
218
219
|
signing_key:
|
|
219
220
|
specification_version: 4
|
|
220
221
|
summary: The Prima twig toolbelt
|