prima-twig 0.40.13 → 0.40.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +2 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9b5401daff0f053397cca587b871725d2be6f66
4
- data.tar.gz: 737201434eda45cb2566f21b77256cfcd3db25b7
3
+ metadata.gz: d210f131a0cbd9bd3bb32557c06f5f23b52dd621
4
+ data.tar.gz: 79018607ac8bdb0cbcaf5c016ebea6e6d86aab37
5
5
  SHA512:
6
- metadata.gz: 718061c291e8ce3339e62af4a437bac6e3ca43ce87d98509b703f45bbf2e64b6c2f68cec3185d1cfa18d673a0dc465a93fbbcbaf68da0e36ccac2f5f48d8e423
7
- data.tar.gz: 0de7e8d0891555bd91ebf9295db158b99baa09801a9c85e909fea451af156497aa78568bb4ed328c3eb9a922e073641a08e14623b9f5f2a147393445fe69c983
6
+ metadata.gz: 3272c2c61e0b360e4c84bca39a68fc62f96c9bbd08239d37ccccfc05e526093fff9b51379171534212b24677aba7088f59497e507507f2e71e616ba1fd6099fa
7
+ data.tar.gz: a798b019f0eb10f989c28655b4f7a629633c7184266b078c08101ea1e35dc64956c5fd5e915e00e1787b1bde2aa17a6d1a73777138c2efebbb74fe9bf3a3c6dd
@@ -1965,7 +1965,7 @@ class Release
1965
1965
  end
1966
1966
 
1967
1967
  def deploy_crash?
1968
- !@projects['crash'].empty? && @projects['crash'][:name] != :master && !@projects['crash'][:default_branch]
1968
+ !@projects['crash'].empty? && @projects['crash'][:name] != 'master' && !@projects['crash'][:default_branch]
1969
1969
  end
1970
1970
 
1971
1971
  def create_crash_artifact(revision, deploy_id, minimal = false)
@@ -2970,6 +2970,7 @@ class Release
2970
2970
  @projects["borat"] = choose_branch_to_deploy('borat')
2971
2971
  @projects['crash'] = choose_branch_to_deploy('crash')
2972
2972
  @projects['activia'] = choose_branch_to_deploy('activia')
2973
+ @projects['skynet'] = choose_branch_to_deploy('skynet')
2973
2974
  else
2974
2975
  stop_unless File.directory?("./projects/#{project_name}"), "progetto #{project_name} inesistente o non supportato"
2975
2976
  @projects[project_name] = choose_branch_to_deploy(project_name)
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.13
4
+ version: 0.40.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino