commit rubygem-omniauth-google-oauth2 for openSUSE:Factory

2022-04-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-omniauth-google-oauth2 for 
openSUSE:Factory checked in at 2022-04-30 22:52:37

Comparing /work/SRC/openSUSE:Factory/rubygem-omniauth-google-oauth2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-omniauth-google-oauth2.new.1538 
(New)


Package is "rubygem-omniauth-google-oauth2"

Sat Apr 30 22:52:37 2022 rev:10 rq:974060 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-omniauth-google-oauth2/rubygem-omniauth-google-oauth2.changes
2021-07-02 13:28:43.244176965 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth-google-oauth2.new.1538/rubygem-omniauth-google-oauth2.changes
  2022-04-30 22:52:50.164248462 +0200
@@ -1,0 +2,22 @@
+Thu Apr 28 05:39:14 UTC 2022 - Stephan Kulow 
+
+updated to version 1.0.1
+ see installed CHANGELOG.md
+
+  ## 1.0.1 - 2022-03-10
+  
+  ### Added
+  - Output granted scopes in credentials block of the auth hash.
+  - Migrated to GitHub actions.
+  
+  ### Deprecated
+  - Nothing.
+  
+  ### Removed
+  - Nothing.
+  
+  ### Fixed
+  - Overriding the `redirect_uri` via params or JSON request body.
+  
+
+---

Old:

  omniauth-google-oauth2-1.0.0.gem

New:

  omniauth-google-oauth2-1.0.1.gem



Other differences:
--
++ rubygem-omniauth-google-oauth2.spec ++
--- /var/tmp/diff_new_pack.8Zp5Zi/_old  2022-04-30 22:52:50.780249296 +0200
+++ /var/tmp/diff_new_pack.8Zp5Zi/_new  2022-04-30 22:52:50.784249301 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-omniauth-google-oauth2
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-omniauth-google-oauth2
-Version:1.0.0
+Version:1.0.1
 Release:0
 %define mod_name omniauth-google-oauth2
 %define mod_full_name %{mod_name}-%{version}

++ omniauth-google-oauth2-1.0.0.gem -> omniauth-google-oauth2-1.0.1.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/ci.yml new/.github/workflows/ci.yml
--- old/.github/workflows/ci.yml1970-01-01 01:00:00.0 +0100
+++ new/.github/workflows/ci.yml2022-03-11 03:54:09.0 +0100
@@ -0,0 +1,21 @@
+name: CI 
+
+on: [push, pull_request]
+
+jobs:
+  test:
+runs-on: ubuntu-latest
+strategy:
+  matrix:
+ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1']
+
+steps:
+- uses: actions/checkout@v2
+- name: Set up Ruby ${{ matrix.ruby-version }}
+  uses: ruby/setup-ruby@v1
+  with:
+ruby-version: ${{ matrix.ruby-version }}
+bundler-cache: true # 'bundle install' and cache
+- name: Run specs 
+  run: |
+bundle exec rake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2021-03-15 05:08:01.0 +0100
+++ new/.travis.yml 2022-03-11 03:54:09.0 +0100
@@ -1,6 +1,9 @@
 language: ruby
 cache: bundler
 rvm:
-  - '2.3.4'
-  - '2.4.1'
-  - '2.5.0'
+  - '2.3.8'
+  - '2.4.10'
+  - '2.5.8'
+  - '2.6.6'
+  - '2.7.2'
+  - '3.0.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2021-03-15 05:08:01.0 +0100
+++ new/CHANGELOG.md2022-03-11 03:54:09.0 +0100
@@ -1,6 +1,21 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## 1.0.1 - 2022-03-10
+
+### Added
+- Output granted scopes in credentials block of the auth hash.
+- Migrated to GitHub actions.
+
+### Deprecated
+- Nothing.
+
+### Removed
+- Nothing.
+
+### Fixed
+- Overriding the `redirect_uri` via params or JSON request body.
+
 ## 1.0.0 - 2021-03-14
 
 ### Added
@@ -10,7 +25,7 @@
 - Nothing.
 
 ### Removed
-- Support for Omniauth 1.x
+- Support for Omniauth 1.x.
 
 ### Fixed
 - Nothing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2021-03-15 05:08:01.0 +0100
+++ new/README.md   2022-03-11 03:54:09.0 +0100
@@ -1,5 +1,4 @@
 [![Gem 
Version](https://badge.fury.io/rb/omniauth-google-oauth2.svg)](https://badge.fury.io/rb/omniauth-google-oauth2)
-[![Build 
Status](https://travis-ci.org/zquestz/omniauth-google-oauth2.svg)](https://travis-ci.org/zquestz/omniauth-google-oauth2)
 
 # OmniAuth Google OAuth2 Strategy
 
@@ -34,6 +33,7 @@
 Rails.applicatio

commit rubygem-omniauth-google-oauth2 for openSUSE:Factory

2021-07-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-omniauth-google-oauth2 for 
openSUSE:Factory checked in at 2021-07-02 13:27:44

Comparing /work/SRC/openSUSE:Factory/rubygem-omniauth-google-oauth2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-omniauth-google-oauth2.new.2625 
(New)


Package is "rubygem-omniauth-google-oauth2"

Fri Jul  2 13:27:44 2021 rev:9 rq:903524 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-omniauth-google-oauth2/rubygem-omniauth-google-oauth2.changes
2021-01-21 21:56:33.221840411 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth-google-oauth2.new.2625/rubygem-omniauth-google-oauth2.changes
  2021-07-02 13:28:43.244176965 +0200
@@ -1,0 +2,35 @@
+Thu Jun 24 17:42:08 UTC 2021 - Stephan Kulow 
+
+updated to version 1.0.0
+ see installed CHANGELOG.md
+
+  ## 1.0.0 - 2021-03-14
+  
+  ### Added
+  - Support for Omniauth 2.x!
+  
+  ### Deprecated
+  - Nothing.
+  
+  ### Removed
+  - Support for Omniauth 1.x
+  
+  ### Fixed
+  - Nothing.
+  
+  ## 0.8.2 - 2021-03-14
+  
+  ### Added
+  - Constrains the version to Omniauth 1.x.
+  
+  ### Deprecated
+  - Nothing.
+  
+  ### Removed
+  - Nothing.
+  
+  ### Fixed
+  - Nothing.
+  
+
+---

Old:

  omniauth-google-oauth2-0.8.1.gem

New:

  omniauth-google-oauth2-1.0.0.gem



Other differences:
--
++ rubygem-omniauth-google-oauth2.spec ++
--- /var/tmp/diff_new_pack.veV4I1/_old  2021-07-02 13:28:43.644173862 +0200
+++ /var/tmp/diff_new_pack.veV4I1/_new  2021-07-02 13:28:43.644173862 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-omniauth-google-oauth2
-Version:0.8.1
+Version:1.0.0
 Release:0
 %define mod_name omniauth-google-oauth2
 %define mod_full_name %{mod_name}-%{version}

++ omniauth-google-oauth2-0.8.1.gem -> omniauth-google-oauth2-1.0.0.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2020-12-13 06:46:05.0 +0100
+++ new/.travis.yml 2021-03-15 05:08:01.0 +0100
@@ -1,4 +1,5 @@
 language: ruby
+cache: bundler
 rvm:
   - '2.3.4'
   - '2.4.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2020-12-13 06:46:05.0 +0100
+++ new/CHANGELOG.md2021-03-15 05:08:01.0 +0100
@@ -1,6 +1,34 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## 1.0.0 - 2021-03-14
+
+### Added
+- Support for Omniauth 2.x!
+
+### Deprecated
+- Nothing.
+
+### Removed
+- Support for Omniauth 1.x
+
+### Fixed
+- Nothing.
+
+## 0.8.2 - 2021-03-14
+
+### Added
+- Constrains the version to Omniauth 1.x.
+
+### Deprecated
+- Nothing.
+
+### Removed
+- Nothing.
+
+### Fixed
+- Nothing.
+
 ## 0.8.1 - 2020-12-12
 
 ### Added
@@ -14,6 +42,7 @@
 
 ### Fixed
 - A few minor issues with .rubocop.yml.
+- Issues with image resizing code when the image came with size information 
from Google.
 
 ## 0.8.0 - 2019-08-21
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/omniauth/google_oauth2/version.rb 
new/lib/omniauth/google_oauth2/version.rb
--- old/lib/omniauth/google_oauth2/version.rb   2020-12-13 06:46:05.0 
+0100
+++ new/lib/omniauth/google_oauth2/version.rb   2021-03-15 05:08:01.0 
+0100
@@ -2,6 +2,6 @@
 
 module OmniAuth
   module GoogleOauth2
-VERSION = '0.8.1'
+VERSION = '1.0.0'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/omniauth/strategies/google_oauth2.rb 
new/lib/omniauth/strategies/google_oauth2.rb
--- old/lib/omniauth/strategies/google_oauth2.rb2020-12-13 
06:46:05.0 +0100
+++ new/lib/omniauth/strategies/google_oauth2.rb2021-03-15 
05:08:01.0 +0100
@@ -102,7 +102,7 @@
   private
 
   def callback_url
-options[:redirect_uri] || (full_host + script_name + callback_path)
+options[:redirect_uri] || (full_host + callback_path)
   end
 
   def get_access_token(request)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2020-12-13 06:46:05.0 +0100
+++ new/metadata2021-03-15 05:08:01.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: omniauth-google-oauth2
 version: !ruby/object:Gem::Version
-  version: 0.8.1
+  version: 1.0.0
 platform: ruby
 authors:
 - Josh Ellithorp

commit rubygem-omniauth-google-oauth2 for openSUSE:Factory

2021-01-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-omniauth-google-oauth2 for 
openSUSE:Factory checked in at 2021-01-21 21:56:30

Comparing /work/SRC/openSUSE:Factory/rubygem-omniauth-google-oauth2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-omniauth-google-oauth2.new.28504 
(New)


Package is "rubygem-omniauth-google-oauth2"

Thu Jan 21 21:56:30 2021 rev:8 rq:865240 version:0.8.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-omniauth-google-oauth2/rubygem-omniauth-google-oauth2.changes
2020-03-07 21:39:20.756317013 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth-google-oauth2.new.28504/rubygem-omniauth-google-oauth2.changes
 2021-01-21 21:56:33.221840411 +0100
@@ -1,0 +2,21 @@
+Wed Jan 20 13:02:21 UTC 2021 - Stephan Kulow 
+
+updated to version 0.8.1
+ see installed CHANGELOG.md
+
+  ## 0.8.1 - 2020-12-12
+  
+  ### Added
+  - Support reading the access token from a json request body.
+  
+  ### Deprecated
+  - Nothing.
+  
+  ### Removed
+  - No longer verify the iat claim for JWT.
+  
+  ### Fixed
+  - A few minor issues with .rubocop.yml.
+  
+
+---

Old:

  omniauth-google-oauth2-0.8.0.gem

New:

  omniauth-google-oauth2-0.8.1.gem



Other differences:
--
++ rubygem-omniauth-google-oauth2.spec ++
--- /var/tmp/diff_new_pack.UX3lKG/_old  2021-01-21 21:56:33.825840617 +0100
+++ /var/tmp/diff_new_pack.UX3lKG/_new  2021-01-21 21:56:33.829840618 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-omniauth-google-oauth2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-omniauth-google-oauth2
-Version:0.8.0
+Version:0.8.1
 Release:0
 %define mod_name omniauth-google-oauth2
 %define mod_full_name %{mod_name}-%{version}

++ omniauth-google-oauth2-0.8.0.gem -> omniauth-google-oauth2-0.8.1.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2019-08-22 08:40:10.0 +0200
+++ new/.rubocop.yml2020-12-13 06:46:05.0 +0100
@@ -1,11 +1,9 @@
-ClassLength:
-  Enabled: false
-Layout/IndentHeredoc:
+Metrics/ClassLength:
   Enabled: false
 Metrics/AbcSize:
   Enabled: false
 Metrics/BlockLength:
-  ExcludedMethods: ['describe', 'context']
+  ExcludedMethods: ['describe', 'context', 'shared_examples']
 Metrics/CyclomaticComplexity:
   Enabled: false
 Metrics/LineLength:
@@ -20,4 +18,3 @@
   Enabled: false
 Gemspec/RequiredRubyVersion:
   Enabled: false
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2019-08-22 08:40:10.0 +0200
+++ new/.travis.yml 2020-12-13 06:46:05.0 +0100
@@ -1,6 +1,5 @@
 language: ruby
 rvm:
-  - '2.2.7'
   - '2.3.4'
   - '2.4.1'
   - '2.5.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-08-22 08:40:10.0 +0200
+++ new/CHANGELOG.md2020-12-13 06:46:05.0 +0100
@@ -1,6 +1,20 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## 0.8.1 - 2020-12-12
+
+### Added
+- Support reading the access token from a json request body.
+
+### Deprecated
+- Nothing.
+
+### Removed
+- No longer verify the iat claim for JWT.
+
+### Fixed
+- A few minor issues with .rubocop.yml.
+
 ## 0.8.0 - 2019-08-21
 
 ### Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2019-08-22 08:40:10.0 +0200
+++ new/README.md   2020-12-13 06:46:05.0 +0100
@@ -81,7 +81,9 @@
 
 * `include_granted_scopes`: If this is provided with the value true, and the 
authorization request is granted, the authorization will include any previous 
authorizations granted to this user/application combination for other scopes. 
See Google's [Incremental 
Authorization](https://developers.google.com/accounts/docs/OAuth2WebServer#incrementalAuth)
 for additional details.
 
-* `openid_realm`: Set the OpenID realm value, to allow upgrading from OpenID 
based authentication to OAuth 2 based authentication. When this is set 
correctly an `openid_id` value will be set in `[:extra][:id_info]` in the 
authentication hash with the value of the user's OpenID ID URL.
+* `openid_realm`: Set the OpenID realm value, to allow upg