gitlab-qa 2.13.0 → 2.13.1
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/gitlab/qa/scenario/test/integration/oauth.rb +2 -2
- data/lib/gitlab/qa/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b30f0beb5c4bf5dbcafff124f80654b462e5c5d91a9e3bfda44c2fe1b644427a
|
|
4
|
+
data.tar.gz: f1b1f4776f80efac054598b1c70bf65a3a0d2d26ed8dfce726c860ad2828eea2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70b019a6ffa35174cd17751138b3180a7b155b7ac5246ce3d773be0ee8595d75db4e618422ca2eb47d74ea6a22d279670b1140642aa14eaeaebaea07239a8f4f
|
|
7
|
+
data.tar.gz: 716111739e1c955d51decc30c078f5d6aeeb15797683069ada7dcbd0acea857470b082dad6c663085d1ee0ee4cc60aa033dd5585ab620ec42e664f1b1641bf92
|
|
@@ -28,8 +28,8 @@ module Gitlab
|
|
|
28
28
|
gitlab_rails['omniauth_providers'] = [
|
|
29
29
|
{
|
|
30
30
|
name: 'github',
|
|
31
|
-
app_id: '
|
|
32
|
-
app_secret: '
|
|
31
|
+
app_id: '$GITHUB_OAUTH_APP_ID',
|
|
32
|
+
app_secret: '$GITHUB_OAUTH_APP_SECRET',
|
|
33
33
|
url: 'https://github.com/',
|
|
34
34
|
verify_ssl: false,
|
|
35
35
|
args: { scope: 'user:email' }
|
data/lib/gitlab/qa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlab-qa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.13.
|
|
4
|
+
version: 2.13.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Grzegorz Bizon
|
|
@@ -208,7 +208,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
208
208
|
- !ruby/object:Gem::Version
|
|
209
209
|
version: '0'
|
|
210
210
|
requirements: []
|
|
211
|
-
|
|
211
|
+
rubyforge_project:
|
|
212
|
+
rubygems_version: 2.7.6
|
|
212
213
|
signing_key:
|
|
213
214
|
specification_version: 4
|
|
214
215
|
summary: Integration tests for GitLab
|