cucumber-ci-environment 8.1.0 → 9.0.0
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/lib/cucumber/ci_environment/CiEnvironments.json +6 -12
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1292449161604186dd58873a044886eed7427da563b3f2172dd3a1107007ed69
|
4
|
+
data.tar.gz: 6214b6ab20c1c91ffc7585a3fb9ea207144f304021ec170cf1cfe5c1488fd524
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79bd805cd33679777a0779248d8c295586fb2768f6609122174141a48bdaf028c809dc9b92a163c75f104f8a328a3aac372e0d273e05631ec8db31a72120faae
|
7
|
+
data.tar.gz: cc73d17d21639bab099d2d7efd4419c87c4e3c186c01777a4e373f3032b9fc9e791e652a4dd55460cca455def86e15c5557718fe471ce0e56c74454e0b1aba07
|
@@ -17,8 +17,7 @@
|
|
17
17
|
"git": {
|
18
18
|
"remote": "${bamboo_planRepository_repositoryUrl}",
|
19
19
|
"revision": "${bamboo_planRepository_revision}",
|
20
|
-
"branch": "${bamboo_planRepository_branch}"
|
21
|
-
"tag": null
|
20
|
+
"branch": "${bamboo_planRepository_branch}"
|
22
21
|
}
|
23
22
|
},
|
24
23
|
{
|
@@ -61,8 +60,7 @@
|
|
61
60
|
"git": {
|
62
61
|
"remote": "${CF_COMMIT_URL/(.*)\\/commit.+$/\\1}.git",
|
63
62
|
"revision": "${CF_REVISION}",
|
64
|
-
"branch": "${CF_BRANCH}"
|
65
|
-
"tag": null
|
63
|
+
"branch": "${CF_BRANCH}"
|
66
64
|
}
|
67
65
|
},
|
68
66
|
{
|
@@ -72,8 +70,7 @@
|
|
72
70
|
"git": {
|
73
71
|
"remote": "${CI_PULL_REQUEST/(.*)\\/pull\\/\\d+/\\1.git}",
|
74
72
|
"revision": "${CI_COMMIT_ID}",
|
75
|
-
"branch": "${CI_BRANCH}"
|
76
|
-
"tag": null
|
73
|
+
"branch": "${CI_BRANCH}"
|
77
74
|
}
|
78
75
|
},
|
79
76
|
{
|
@@ -105,8 +102,7 @@
|
|
105
102
|
"git": {
|
106
103
|
"remote": "${GO_SCM_*_PR_URL/(.*)\\/pull\\/\\d+/\\1.git}",
|
107
104
|
"revision": "${GO_REVISION}",
|
108
|
-
"branch": "${GO_SCM_*_PR_BRANCH/.*:(.*)/\\1}"
|
109
|
-
"tag": null
|
105
|
+
"branch": "${GO_SCM_*_PR_BRANCH/.*:(.*)/\\1}"
|
110
106
|
}
|
111
107
|
},
|
112
108
|
{
|
@@ -116,8 +112,7 @@
|
|
116
112
|
"git": {
|
117
113
|
"remote": "${GIT_URL}",
|
118
114
|
"revision": "${GIT_COMMIT}",
|
119
|
-
"branch": "${GIT_LOCAL_BRANCH}"
|
120
|
-
"tag": null
|
115
|
+
"branch": "${GIT_LOCAL_BRANCH}"
|
121
116
|
}
|
122
117
|
},
|
123
118
|
{
|
@@ -149,8 +144,7 @@
|
|
149
144
|
"git": {
|
150
145
|
"remote": "http://${WERCKER_GIT_DOMAIN}/${WERCKER_GIT_OWNER}/${WERCKER_GIT_REPOSITORY}.git",
|
151
146
|
"revision": "${WERCKER_GIT_COMMIT}",
|
152
|
-
"branch": "${WERCKER_GIT_BRANCH}"
|
153
|
-
"tag": null
|
147
|
+
"branch": "${WERCKER_GIT_BRANCH}"
|
154
148
|
}
|
155
149
|
}
|
156
150
|
]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-ci-environment
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 9.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vincent Prêtre
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -92,7 +92,7 @@ requirements: []
|
|
92
92
|
rubygems_version: 3.2.32
|
93
93
|
signing_key:
|
94
94
|
specification_version: 4
|
95
|
-
summary: cucumber-ci-environment-
|
95
|
+
summary: cucumber-ci-environment-9.0.0
|
96
96
|
test_files:
|
97
97
|
- spec/capture_warnings.rb
|
98
98
|
- spec/cucumber/ci_environment/ci_environment_spec.rb
|