omniauth-oauth2-generic 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +1 -3
- data/Gemfile.lock +1 -1
- data/lib/omniauth-oauth2-generic/version.rb +1 -1
- data/satorix/custom.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 001d4fee85c079223bd4f4815c8fe17d448ac786774fe05c9c52e7384c4f1522
|
4
|
+
data.tar.gz: 5981727656d1001a02c52de019965386397fb7d99c8dfe5582316053bf0f0aac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ae042ff37d3f0c5b9c880e5e188ab5677abe3a60d21b92a7ab2e776442079648506e7bf7c3cd35df8f0e2949cd352e16ed0ae53a056a4ec8adb9fbf21437762
|
7
|
+
data.tar.gz: 7b3fb01702dab83ac7d2125692a1c26c155d985b1b54007e9444546c1ac55eeaf64ff22a73459bd87716786b8355e5fe95f5e716c781dbd3a3439ec2775e2dab
|
data/.gitlab-ci.yml
CHANGED
@@ -15,7 +15,7 @@ cache:
|
|
15
15
|
# bundler-audit
|
16
16
|
# Patch-level verification for Bundler
|
17
17
|
# https://github.com/rubysec/bundler-audit
|
18
|
-
# TODO : Restore original version
|
18
|
+
# TODO : Restore original version when https://github.com/omniauth/omniauth/pull/809 is resolved
|
19
19
|
custom_bundler_audit:
|
20
20
|
<<: *satorix
|
21
21
|
|
@@ -32,8 +32,6 @@ rspec:
|
|
32
32
|
# https://github.com/bbatsov/rubocop
|
33
33
|
rubocop:
|
34
34
|
<<: *satorix
|
35
|
-
allow_failure: true
|
36
|
-
|
37
35
|
|
38
36
|
|
39
37
|
# This is a custom job, defined at satorix/CI/deploy/rubygems.rb
|
data/Gemfile.lock
CHANGED
data/satorix/custom.rb
CHANGED