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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ab02645e69c3bdce48457796f4cd377c415f8e82f8cfca4c92f5711fdddcc93
4
- data.tar.gz: 98345a14f3197560446be7f8eecbb3a1d7a2e062d5304d2a1df3f2d3e014ec81
3
+ metadata.gz: 001d4fee85c079223bd4f4815c8fe17d448ac786774fe05c9c52e7384c4f1522
4
+ data.tar.gz: 5981727656d1001a02c52de019965386397fb7d99c8dfe5582316053bf0f0aac
5
5
  SHA512:
6
- metadata.gz: c49f629d139b7133c5322eb95efbec57da0dd7a0747e4318886c5d02a651fd3e49ae4e04e586af4f7ce54598875509460266ecb32133a2d6a68dae87a37b0422
7
- data.tar.gz: 3f5118cef68d0f30213ff7eefc6bb7b8812e3e662107aeb782556eb437a0b89d9283bd987da94c51367550c2f615904a5ac14aabd04cc52ba8a93e77a2b4a1c1
6
+ metadata.gz: 2ae042ff37d3f0c5b9c880e5e188ab5677abe3a60d21b92a7ab2e776442079648506e7bf7c3cd35df8f0e2949cd352e16ed0ae53a056a4ec8adb9fbf21437762
7
+ data.tar.gz: 7b3fb01702dab83ac7d2125692a1c26c155d985b1b54007e9444546c1ac55eeaf64ff22a73459bd87716786b8355e5fe95f5e716c781dbd3a3439ec2775e2dab
@@ -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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-oauth2-generic (0.2.5)
4
+ omniauth-oauth2-generic (0.2.6)
5
5
  omniauth-oauth2 (~> 1.0)
6
6
  rake
7
7
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module OAuth2Generic
5
- VERSION = '0.2.5'
5
+ VERSION = '0.2.6'
6
6
  end
7
7
  end
@@ -4,7 +4,7 @@ module Satorix
4
4
  module Custom
5
5
 
6
6
  # Ensure the files required by the available_jobs method are available.
7
- require_relative 'CI/deploy/rubygems.rb'
7
+ require_relative 'CI/deploy/rubygems'
8
8
  require_relative 'CI/test/custom_bundler_audit'
9
9
 
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-oauth2-generic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Satorix