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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 610411d4e1c66e3bfdbd2ce7a8b9dcf0d8aa2fa9
4
- data.tar.gz: 559b1751eb70d23b7164e2b8f8cabe93f23d0b94
3
+ metadata.gz: c8d8858442d6c88a442d97bd1b16e2880de00426
4
+ data.tar.gz: 51c3db7d8bc467b4f87f21501183d598d7bdc45a
5
5
  SHA512:
6
- metadata.gz: 2da1d6c1cc8247c79b976fd3ec0c3a0298160d88c354dcbec07e01773d54f10e447e6208bd5b10cf62c8a692cd86634af7e6bdc95a61dac71ea770f697b164fd
7
- data.tar.gz: d6b502767dc0e2a4882fc2c23325f3d2902d65fc5914639129372711a0c86255d8adf65064c8e70945bc550e4b049dc97158610fd57c8f670a0bb4ec3f635be2
6
+ metadata.gz: c0bede9834ee28193ca5d77194c64711459db93efa78eab35d5dcb54055178cbd8e8f14fbaf19cdc7731775360a36a3af7c7186dc783140805764c5cc3c87fba
7
+ data.tar.gz: 229f111ccea3c9b0340e414513d144a9d4565171b73ee0ac8d673dab638a152ab6253070b52f205068f7b5e18a20b8075cdcee7872778d3259a5103b17e25f58
@@ -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
 
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.40.5
4
+ version: 0.40.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino