prima-twig 0.48.5 → 0.48.6
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 +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b27618c896384311391a6265985eadfadf77b8110aac7e57414826a72a045168
|
|
4
|
+
data.tar.gz: 69115519f8c78b31c945d980c69e0dd51e9e845c120ab065fd5bb91532f78833
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfab461f2bf929becc24c0853ac4019d1ae8fc37bcfd48403b6c4f86cef8d67ac977b376afaa0b4c3971eca017a23a8664031e6b211763a5c85e11c1d86f6c87
|
|
7
|
+
data.tar.gz: 977f32143f95ae11444a25e4d81e96d7556cf10f47da5c8f5fe69ce676763f5ede3bc1684ef67f2219e84539dfeacbaa7f37086aea5dc0deb375abd6f8650818
|
data/bin/twig-feature
CHANGED
|
@@ -535,7 +535,7 @@ class Release
|
|
|
535
535
|
menu.shell = true
|
|
536
536
|
former_branches.delete('master')
|
|
537
537
|
former_branches.each_with_index do |branch, index|
|
|
538
|
-
msg = index.odd? ? branch.light_blue.on_black : branch.
|
|
538
|
+
msg = index.odd? ? branch.light_blue.on_black : branch.light_yellow.on_black
|
|
539
539
|
menu.choice(msg) { branch }
|
|
540
540
|
end
|
|
541
541
|
end
|
|
@@ -582,7 +582,7 @@ class Release
|
|
|
582
582
|
menu.shell = true
|
|
583
583
|
former_branches.delete('master')
|
|
584
584
|
former_branches.each_with_index do |branch, index|
|
|
585
|
-
msg = index.odd? ? branch.light_blue.on_black : branch.
|
|
585
|
+
msg = index.odd? ? branch.light_blue.on_black : branch.light_yellow.on_black
|
|
586
586
|
menu.choice(msg) { branch }
|
|
587
587
|
end
|
|
588
588
|
end
|