deploy-context 2.0.2 → 2.0.2.1.g00ce101

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1041e2323ff94a6c137a1ebd2ac67ab8e4acecb33105946e404358d856c8c5c7
4
- data.tar.gz: 93262321fe15227cdb79896e8cb0621a6adbae2e05dd26f1341ade8232715cbe
3
+ metadata.gz: 010c29b545b275720289e8e458047bce3f5a2d8cc1e65a8cdec480c2af517354
4
+ data.tar.gz: 1a033ffcca01a64799ae3fcf949fd7e31e66a371047a69ebcede580cab951b82
5
5
  SHA512:
6
- metadata.gz: 92eb0ca60787000a9875bf55bc348303e95f16ecd158380d8021a62b67cc57ea288d9131aa5a318f55c2d2782a65b758f5cf975cc981e8187c2e7d0d9f7185eb
7
- data.tar.gz: 48109e74ec0a4681e2a5b9667ea20d42a62146316cb222caf994479f8c34557e3dbfcc63a93c3b192336b05edf1c466fa73a3b7d755f9a0f36424cff95fc3386
6
+ metadata.gz: 75e5e6cf45c26ca18f23dd9a5509e12fcbe70c25c054d17e3805fc224955d253b539c4a460a606cfad96173013aeac08fbd370c5c6db59174a615bf32c65be5b
7
+ data.tar.gz: 034a94eb0072987ed8214be61dbd2839c0cc767cb7cfb1a2d46044af5e2a561bee67e114894117b4cea2ff42650bebf3ff5e3b8037cde5b4948ed07a8ca2c8e4
checksums.yaml.gz.sig CHANGED
Binary file
@@ -13,30 +13,30 @@ end
13
13
  # end
14
14
 
15
15
  Alors('démarrer un simple cycle de {word}') do |project_name|
16
- context_exec [project_name, 'once'] || abort!('Issue with life cycle')
16
+ context_exec [project_name, 'once'] || abort("#{project_name} ERROR: Issue with life cycle")
17
17
  end
18
18
 
19
19
  Alors('déployer le projet {word}') do |project_name|
20
- context_exec [project_name, 'release'] || abort!('Issue with deploy steps')
20
+ context_exec [project_name, 'release'] || abort("#{project_name} ERROR: Issue with deploy steps")
21
21
  end
22
22
 
23
23
  Alors('tester le projet {word}') do |project_name|
24
- context_exec [project_name, 'test'] || abort!('Issue with testing steps')
24
+ context_exec [project_name, 'test'] || abort("#{project_name} ERROR: Issue with testing steps")
25
25
  end
26
26
 
27
27
  Étantdonnéque('le projet {word} à du code à updater') do |project_name|
28
- context_exec [project_name, 'check_code_to_update'] || abort!('Issue to check updated code')
28
+ context_exec [project_name, 'check_code_to_update'] || abort("#{project_name} ERROR: Issue to check updated code")
29
29
  end
30
30
 
31
31
  Alors('bumper la version du patch de {word}') do |project_name|
32
- context_exec [project_name, 'bump'] || abort!('Issue with bumping version')
32
+ context_exec [project_name, 'bump'] || abort("#{project_name} ERROR: Issue with bumping version")
33
33
  end
34
34
 
35
35
  Étantdonnéque('le projet {word} à la bonne version d\'installer') do |project_name|
36
- context_exec [project_name, 'check_installed_version'] || abort!('Issue to check installed version')
36
+ context_exec [project_name, 'check_installed_version'] || abort("#{project_name} ERROR: Issue to check installed version")
37
37
  end
38
38
 
39
39
  Étantdonnéque('le projet {word} à une nouvelle version de disponible') do |project_name|
40
- context_exec [project_name, 'check_new_version'] || abort!('Issue to check newer version available')
40
+ context_exec [project_name, 'check_new_version'] || abort("#{project_name} ERROR: Issue to check newer version available")
41
41
  end
42
42
 
@@ -62,6 +62,7 @@ module Context
62
62
  false
63
63
  when 'reset'
64
64
  puts "\nReset versionning\n"
65
+ system('rake')
65
66
  # context.cucumber_test(deployer)
66
67
  false
67
68
  else
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploy-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.2.1.g00ce101
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
@@ -131,9 +131,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
- - - ">="
134
+ - - ">"
135
135
  - !ruby/object:Gem::Version
136
- version: '0'
136
+ version: 1.3.1
137
137
  requirements: []
138
138
  rubygems_version: 3.2.32
139
139
  signing_key:
metadata.gz.sig CHANGED
Binary file