deploy-context 0.11.56 → 0.11.57.1.ga274362
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
- checksums.yaml.gz.sig +0 -0
- data/features/deploy-context.feature +1 -0
- data/features/step_definitions/deploy-context.rb +4 -0
- data/lib/deploy-context/context/binary.rb +2 -0
- data/lib/deploy-context/deploy/ruby.rb +0 -1
- data/lib/deploy-context.rb +2 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47666b3c9525f790b793fd3065e71f1a48e23d3ea38a10db335991e8a5ccd507
|
4
|
+
data.tar.gz: 1573aae1c83adb27009c5b13eb703566f2fadd8eca6cc95afdb0be4b26eccd86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a604bf110a55ec57744bdd6ec16bdf3d614596eb4967acd170b05769a9fe84b7dd512a2fe26c813bcbaad8a3ec9f3c267e492a36ded2a8a58a0410ec5194cd56
|
7
|
+
data.tar.gz: fbe567348f0cd14fa996015aea8b32647bf9ed46bc12d5ddfdd1f4801f94dbd4abdcd423f0d13438fb9390b5ef1dd7c839060e78ac243dff8b6cef441476d9ae
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -7,6 +7,7 @@ Fonctionnalité: Je suis le testeur du déployeur de deploy-context
|
|
7
7
|
Alors démarrer un simple cycle de <project_name>
|
8
8
|
Et bumper la version de <project_name>
|
9
9
|
Et déployer le projet <project_name>
|
10
|
+
Et tester le projet <project_name>
|
10
11
|
|
11
12
|
Exemples:
|
12
13
|
| project_name |
|
data/lib/deploy-context.rb
CHANGED
@@ -19,6 +19,7 @@ module Context
|
|
19
19
|
|
20
20
|
def cycle
|
21
21
|
ruby_cycle(self)
|
22
|
+
cucumber_test(self)
|
22
23
|
end
|
23
24
|
|
24
25
|
def test_context_successful?
|
@@ -27,7 +28,7 @@ module Context
|
|
27
28
|
puts "deploy_context_installed = #{deploy_context_installed}"
|
28
29
|
case deploy_context_installed
|
29
30
|
when 'true'
|
30
|
-
|
31
|
+
true
|
31
32
|
when 'false'
|
32
33
|
puts "Test context has failed"
|
33
34
|
false
|
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: 0.11.
|
4
|
+
version: 0.11.57.1.ga274362
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Provencher
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
+V3ectLBpuoKM8f/ZFMnUPA0mAv5e7J6u9IBwyNj/cy+wLOAbpPdmhoKZXCpQcno
|
36
36
|
ysBBJbi//0tgFWwC4vOaDMch
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2023-10-
|
38
|
+
date: 2023-10-03 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: chef
|
@@ -129,9 +129,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
129
|
version: '0'
|
130
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
131
131
|
requirements:
|
132
|
-
- - "
|
132
|
+
- - ">"
|
133
133
|
- !ruby/object:Gem::Version
|
134
|
-
version:
|
134
|
+
version: 1.3.1
|
135
135
|
requirements: []
|
136
136
|
rubygems_version: 3.2.32
|
137
137
|
signing_key:
|
metadata.gz.sig
CHANGED
Binary file
|