prima-twig 0.40.5 → 0.40.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 +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8d8858442d6c88a442d97bd1b16e2880de00426
|
|
4
|
+
data.tar.gz: 51c3db7d8bc467b4f87f21501183d598d7bdc45a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0bede9834ee28193ca5d77194c64711459db93efa78eab35d5dcb54055178cbd8e8f14fbaf19cdc7731775360a36a3af7c7186dc783140805764c5cc3c87fba
|
|
7
|
+
data.tar.gz: 229f111ccea3c9b0340e414513d144a9d4565171b73ee0ac8d673dab638a152ab6253070b52f205068f7b5e18a20b8075cdcee7872778d3259a5103b17e25f58
|
data/bin/twig-feature
CHANGED
|
@@ -2813,6 +2813,7 @@ class Release
|
|
|
2813
2813
|
name = branch_name.split(' ')[0]
|
|
2814
2814
|
revision = branch_name.split(' ')[1]
|
|
2815
2815
|
committer_email = branch_name.split(' ')[2].tr('<>', '')
|
|
2816
|
+
return {} if project_name == 'crash' && branch_name == 'master'
|
|
2816
2817
|
{ name: name, revision: revision[0..14], committer: committer_email, default_branch: select_master }
|
|
2817
2818
|
end
|
|
2818
2819
|
|