commit rubygem-omniauth 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 for 
openSUSE:Factory checked in at 2022-04-30 22:52:36

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


Package is "rubygem-omniauth"

Sat Apr 30 22:52:36 2022 rev:7 rq:974059 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-omniauth/rubygem-omniauth.changes
2021-07-02 13:28:42.592182024 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth.new.1538/rubygem-omniauth.changes  
2022-04-30 22:52:47.964245486 +0200
@@ -1,0 +2,6 @@
+Thu Apr 28 05:38:51 UTC 2022 - Stephan Kulow 
+
+updated to version 2.1.0
+  no changelog found
+
+---

Old:

  omniauth-2.0.4.gem

New:

  omniauth-2.1.0.gem



Other differences:
--
++ rubygem-omniauth.spec ++
--- /var/tmp/diff_new_pack.Jnx6J3/_old  2022-04-30 22:52:49.248247223 +0200
+++ /var/tmp/diff_new_pack.Jnx6J3/_new  2022-04-30 22:52:49.252247228 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-omniauth
 #
-# 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
-Version:2.0.4
+Version:2.1.0
 Release:0
 %define mod_name omniauth
 %define mod_full_name %{mod_name}-%{version}

++ omniauth-2.0.4.gem -> omniauth-2.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/main.yml 
new/.github/workflows/main.yml
--- old/.github/workflows/main.yml  2021-04-07 22:18:29.0 +0200
+++ new/.github/workflows/main.yml  2022-04-13 20:45:53.0 +0200
@@ -20,7 +20,7 @@
   fail-fast: false
   matrix:
 os: [ubuntu, macos]
-ruby: [2.5, 2.6, 2.7, head, debug, truffleruby, truffleruby-head]
+ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head, debug, truffleruby, 
truffleruby-head]
 steps:
 - uses: actions/checkout@v2
 - name: Set up Ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2021-04-07 22:18:29.0 +0200
+++ new/.gitignore  2022-04-13 20:45:53.0 +0200
@@ -11,3 +11,4 @@
 measurement/*
 pkg/*
 .DS_Store
+.tool-versions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2021-04-07 22:18:29.0 +0200
+++ new/Gemfile 2022-04-13 20:45:53.0 +0200
@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-gem 'jruby-openssl', '~> 0.10.5', :platforms => :jruby
+gem 'jruby-openssl', '~> 0.10.5', platforms: :jruby
 gem 'rake', '>= 12.0'
 gem 'yard', '>= 0.9.11'
 
@@ -13,17 +13,16 @@
 
 group :test do
   gem 'coveralls_reborn', '~> 0.19.0', require: false
-  gem 'hashie', '>= 3.4.6', '~> 4.0.0', :platforms => [:jruby_18]
-  gem 'json', '~> 2.3.0', :platforms => %i[jruby_18 jruby_19 ruby_19]
-  gem 'mime-types', '~> 3.1', :platforms => [:jruby_18]
-  gem 'rack', '>= 2.0.6', :platforms => %i[jruby_18 jruby_19 ruby_19 ruby_20 
ruby_21]
+  gem 'hashie', '>= 3.4.6', '~> 4.0.0', platforms: [:jruby_18]
+  gem 'json', '~> 2.3.0', platforms: %i[jruby_18 jruby_19 ruby_19]
+  gem 'mime-types', '~> 3.1', platforms: [:jruby_18]
   gem 'rack-test'
-  gem 'rest-client', '~> 2.0.0', :platforms => [:jruby_18]
+  gem 'rest-client', '~> 2.0.0', platforms: [:jruby_18]
   gem 'rspec', '~> 3.5'
   gem 'rack-freeze'
-  gem 'rubocop', '>= 0.58.2', '< 0.69.0', :platforms => %i[ruby_20 ruby_21 
ruby_22 ruby_23 ruby_24]
+  gem 'rubocop', '>= 0.58.2', '< 0.69.0', platforms: %i[ruby_20 ruby_21 
ruby_22 ruby_23 ruby_24]
   gem 'simplecov-lcov'
-  gem 'tins', '~> 1.13', :platforms => %i[jruby_18 jruby_19 ruby_19]
+  gem 'tins', '~> 1.13', platforms: %i[jruby_18 jruby_19 ruby_19]
 end
 
 gemspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2021-04-07 22:18:29.0 +0200
+++ new/README.md   2022-04-13 20:45:53.0 +0200
@@ -10,7 +10,7 @@
 [codeclimate]: https://codeclimate.com/github/omniauth/omniauth
 [coveralls]: https://coveralls.io/r/omniauth/omniauth
 
-This is the documentation for the version 
[v2.0.4](https://github.com/omniauth/omniauth/tree/v2.0.4) of OmniAuth.
+This is the documentation for our latest release 
[v2.1.0](https://github.com/omniauth/omniauth/releases/tag/v2.1.0). 
 
 ## An Introduction
 OmniAut

commit rubygem-omniauth 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 for 
openSUSE:Factory checked in at 2021-07-02 13:27:44

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


Package is "rubygem-omniauth"

Fri Jul  2 13:27:44 2021 rev:6 rq:903523 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-omniauth/rubygem-omniauth.changes
2021-01-21 21:56:02.113822344 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth.new.2625/rubygem-omniauth.changes  
2021-07-02 13:28:42.592182024 +0200
@@ -1,0 +2,6 @@
+Thu Jun 24 17:41:31 UTC 2021 - Stephan Kulow 
+
+updated to version 2.0.4
+  no changelog found
+
+---

Old:

  omniauth-2.0.1.gem

New:

  omniauth-2.0.4.gem



Other differences:
--
++ rubygem-omniauth.spec ++
--- /var/tmp/diff_new_pack.f6v1Fu/_old  2021-07-02 13:28:42.964179138 +0200
+++ /var/tmp/diff_new_pack.f6v1Fu/_new  2021-07-02 13:28:42.968179107 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-omniauth
-Version:2.0.1
+Version:2.0.4
 Release:0
 %define mod_name omniauth
 %define mod_full_name %{mod_name}-%{version}

++ omniauth-2.0.1.gem -> omniauth-2.0.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/main.yml 
new/.github/workflows/main.yml
--- old/.github/workflows/main.yml  2021-01-16 22:19:44.0 +0100
+++ new/.github/workflows/main.yml  2021-04-07 22:18:29.0 +0200
@@ -38,7 +38,7 @@
   fail-fast: false
   matrix:
 os: [ubuntu, macos]
-jruby: [jruby, jruby-head]
+jruby: [jruby] # TODO: Add back jruby-head once we figure out why 
there's a bundler mismatch
 steps:
 - uses: actions/checkout@v2
 - name: Set up Ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2021-01-16 22:19:44.0 +0100
+++ new/README.md   2021-04-07 22:18:29.0 +0200
@@ -10,7 +10,7 @@
 [codeclimate]: https://codeclimate.com/github/omniauth/omniauth
 [coveralls]: https://coveralls.io/r/omniauth/omniauth
 
-This is the documentation for version 2.0.1.
+This is the documentation for the version 
[v2.0.4](https://github.com/omniauth/omniauth/tree/v2.0.4) of OmniAuth.
 
 ## An Introduction
 OmniAuth is a library that standardizes multi-provider authentication for
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/strategy.rb new/lib/omniauth/strategy.rb
--- old/lib/omniauth/strategy.rb2021-01-16 22:19:44.0 +0100
+++ new/lib/omniauth/strategy.rb2021-04-07 22:18:29.0 +0200
@@ -180,9 +180,10 @@
 raise(error)
   end
 
-  warn_if_using_get
-
   @env = env
+
+  warn_if_using_get_on_request_path
+
   @env['omniauth.strategy'] = self if on_auth_path?
 
   return mock_call!(env) if OmniAuth.config.test_mode
@@ -193,13 +194,16 @@
 return callback_call if on_callback_path?
 return other_phase if respond_to?(:other_phase)
   rescue StandardError => e
+raise e if env.delete('omniauth.error.app')
+
 return fail!(e.message, e)
   end
 
   @app.call(env)
 end
 
-def warn_if_using_get
+def warn_if_using_get_on_request_path
+  return unless on_request_path?
   return unless OmniAuth.config.allowed_request_methods.include?(:get)
   return if OmniAuth.config.silence_get_warning
 
@@ -299,10 +303,11 @@
 # in test mode.
 def mock_call!(*)
   begin
-OmniAuth.config.request_validation_phase.call(env) if 
OmniAuth.config.request_validation_phase
 return mock_request_call if on_request_path? && 
OmniAuth.config.allowed_request_methods.include?(request.request_method.downcase.to_sym)
 return mock_callback_call if on_callback_path?
   rescue StandardError => e
+raise e if env.delete('omniauth.error.app')
+
 return fail!(e.message, e)
   end
 
@@ -313,7 +318,10 @@
   setup_phase
 
   session['omniauth.params'] = request.GET
+
+  OmniAuth.config.request_validation_phase.call(env) if 
OmniAuth.config.request_validation_phase
   OmniAuth.config.before_request_phase.call(env) if 
OmniAuth.config.before_request_phase
+
   if options.origin_param
 if request.params[options.origin_param]
   session['omniauth.origin'] = request.params[options.origin_param]
@@ -460,6 +468,9 @@
 

commit rubygem-omniauth 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 for 
openSUSE:Factory checked in at 2021-01-21 21:56:00

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


Package is "rubygem-omniauth"

Thu Jan 21 21:56:00 2021 rev:5 rq:865210 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-omniauth/rubygem-omniauth.changes
2020-05-11 13:39:02.080825893 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth.new.28504/rubygem-omniauth.changes 
2021-01-21 21:56:02.113822344 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 13:01:14 UTC 2021 - Stephan Kulow 
+
+updated to version 2.0.1
+  no changelog found
+
+---

Old:

  omniauth-1.9.1.gem

New:

  omniauth-2.0.1.gem



Other differences:
--
++ rubygem-omniauth.spec ++
--- /var/tmp/diff_new_pack.9o28ui/_old  2021-01-21 21:56:02.729822773 +0100
+++ /var/tmp/diff_new_pack.9o28ui/_new  2021-01-21 21:56:02.733822776 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-omniauth
 #
-# 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
-Version:1.9.1
+Version:2.0.1
 Release:0
 %define mod_name omniauth
 %define mod_full_name %{mod_name}-%{version}

++ omniauth-1.9.1.gem -> omniauth-2.0.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/FUNDING.yml new/.github/FUNDING.yml
--- old/.github/FUNDING.yml 1970-01-01 01:00:00.0 +0100
+++ new/.github/FUNDING.yml 2021-01-16 22:19:44.0 +0100
@@ -0,0 +1,2 @@
+github: bobbymcwho
+tidelift: rubygems/omniauth
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/main.yml 
new/.github/workflows/main.yml
--- old/.github/workflows/main.yml  1970-01-01 01:00:00.0 +0100
+++ new/.github/workflows/main.yml  2021-01-16 22:19:44.0 +0100
@@ -0,0 +1,89 @@
+# This workflow uses actions that are not certified by GitHub.
+# They are provided by a third-party and are governed by
+# separate terms of service, privacy policy, and support
+# documentation.
+# This workflow will download a prebuilt Ruby version, install dependencies 
and run tests with Rake
+# For more information see: 
https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
+
+name: Ruby
+
+on:
+  push:
+branches: [ master ]
+  pull_request:
+branches: [ master ]
+
+jobs:
+  test:
+runs-on: ubuntu-18.04
+strategy:
+  fail-fast: false
+  matrix:
+os: [ubuntu, macos]
+ruby: [2.5, 2.6, 2.7, head, debug, truffleruby, truffleruby-head]
+steps:
+- uses: actions/checkout@v2
+- name: Set up Ruby
+  uses: ruby/setup-ruby@v1
+  with:
+ruby-version: ${{ matrix.ruby }}
+bundler-cache: true
+- name: Install dependencies
+  run: bundle install
+- name: Run tests
+  run: bundle exec rake
+  test-jruby:
+runs-on: ubuntu-18.04
+strategy:
+  fail-fast: false
+  matrix:
+os: [ubuntu, macos]
+jruby: [jruby, jruby-head]
+steps:
+- uses: actions/checkout@v2
+- name: Set up Ruby
+  uses: ruby/setup-ruby@v1
+  with:
+ruby-version: ${{ matrix.jruby }}
+bundler-cache: true
+- name: Install dependencies
+  env:
+JRUBY_OPTS: --debug
+  run: bundle install
+- name: Run tests
+  env:
+JRUBY_OPTS: --debug
+  run: bundle exec rake
+  frozen-string-compat:
+runs-on: ubuntu-18.04
+steps:
+- uses: actions/checkout@v2
+- name: Set up Ruby
+  uses: ruby/setup-ruby@v1
+  with:
+ruby-version: 2.6
+bundler-cache: true
+- name: Install dependencies
+  run: bundle install
+- name: Run tests
+  env:
+RUBYOPT: "--enable-frozen-string-literal"
+  run: bundle exec rake
+  coveralls:
+runs-on: ubuntu-18.04
+steps:
+- uses: actions/checkout@v2
+- name: Set up Ruby
+  uses: ruby/setup-ruby@v1
+  with:
+ruby-version: 2.6
+bundler-cache: true
+- name: Install dependencies
+  run: bundle install
+- name: Run tests
+  run: bundle exec rake
+- name: Coveralls GitHub Action
+  uses: coverallsapp/github-action@v1.1.2
+  with:
+github-token: ${{ secrets.github_token }}
+path-to-lcov: './coverage/lcov/omn