commit rubygem-omniauth-oauth2 for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-omniauth-oauth2 for 
openSUSE:Factory checked in at 2020-10-05 19:32:33

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


Package is "rubygem-omniauth-oauth2"

Mon Oct  5 19:32:33 2020 rev:3 rq:838060 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-omniauth-oauth2/rubygem-omniauth-oauth2.changes
  2019-03-04 09:20:40.860597680 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth-oauth2.new.4249/rubygem-omniauth-oauth2.changes
2020-10-05 19:32:34.941064285 +0200
@@ -1,0 +2,6 @@
+Fri Sep 25 14:29:27 UTC 2020 - Stephan Kulow 
+
+updated to version 1.7.0
+  no changelog found
+
+---

Old:

  omniauth-oauth2-1.6.0.gem

New:

  omniauth-oauth2-1.7.0.gem



Other differences:
--
++ rubygem-omniauth-oauth2.spec ++
--- /var/tmp/diff_new_pack.TJgSFN/_old  2020-10-05 19:32:35.625067170 +0200
+++ /var/tmp/diff_new_pack.TJgSFN/_new  2020-10-05 19:32:35.629067187 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-omniauth-oauth2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-oauth2
-Version:1.6.0
+Version:1.7.0
 Release:0
 %define mod_name omniauth-oauth2
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/omniauth/omniauth-oauth2
+URL:https://github.com/omniauth/omniauth-oauth2
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:An abstract OAuth2 strategy for OmniAuth

++ omniauth-oauth2-1.6.0.gem -> omniauth-oauth2-1.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2018-12-14 22:29:48.0 +0100
+++ new/.rubocop.yml2020-08-11 17:42:09.0 +0200
@@ -1,15 +1,34 @@
+AllCops:
+  NewCops: enable
+
+Gemspec/RequiredRubyVersion:
+  Enabled: false
+
 Layout/AccessModifierIndentation:
   EnforcedStyle: outdent
 
+Layout/LineLength:
+  AllowURI: true
+  Enabled: false
+
 Layout/SpaceInsideHashLiteralBraces:
   EnforcedStyle: no_space
 
+Lint/MissingSuper:
+  Enabled: false
+
+Metrics/AbcSize:
+  Max: 18
+
+Metrics/BlockLength:
+  Exclude:
+- spec/omniauth/strategies/oauth2_spec.rb
+
 Metrics/BlockNesting:
   Max: 2
 
-Metrics/LineLength:
-  AllowURI: true
-  Enabled: false
+Metrics/ClassLength:
+  Max: 110
 
 Metrics/MethodLength:
   CountComments: false
@@ -19,6 +38,10 @@
   Max: 4
   CountKeywordArgs: true
 
+Naming/FileName:
+  Exclude:
+- lib/omniauth-oauth2.rb
+
 Style/CollectionMethods:
   PreferredMethods:
 map:  'collect'
@@ -35,6 +58,9 @@
 Style/ExpandPathArguments:
   Enabled: false
 
+Style/FrozenStringLiteralComment:
+  Enabled: false
+
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
@@ -52,4 +78,3 @@
 
 Style/TrailingCommaInArrayLiteral:
   EnforcedStyleForMultiline: comma
-  
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-12-14 22:29:48.0 +0100
+++ new/.travis.yml 2020-08-11 17:42:09.0 +0200
@@ -9,8 +9,6 @@
 language: ruby
 rvm:
   - jruby-9000
-  - 2.2.9
-  - 2.3.5
   - 2.4.4
   - 2.5.3
   - jruby-head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-12-14 22:29:48.0 +0100
+++ new/README.md   2020-08-11 17:42:09.0 +0200
@@ -2,16 +2,14 @@
 
 [![Gem Version](http://img.shields.io/gem/v/omniauth-oauth2.svg)][gem]
 [![Build 
Status](http://img.shields.io/travis/omniauth/omniauth-oauth2.svg)][travis]
-[![Dependency 
Status](http://img.shields.io/gemnasium/omniauth/omniauth-oauth2.svg)][gemnasium]
-[![Code 
Climate](http://img.shields.io/codeclimate/github/intridea/omniauth-oauth2.svg)][codeclimate]
+[![Code 
Climate](http://img.shields.io/codeclimate/maintainability/intridea/omniauth-oauth2.svg)][codeclimate]
 [![Coverage 
Status](http://img.shields.io/coveralls/intridea/omniauth-oauth2.svg)][coveralls]
 
[![Security](https://hakiri.io/github/omniauth/omniauth-oauth2/master.svg)](https://hakiri.io/github/omn

commit rubygem-omniauth-oauth2 for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package rubygem-omniauth-oauth2 for 
openSUSE:Factory checked in at 2019-03-04 09:20:39

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


Package is "rubygem-omniauth-oauth2"

Mon Mar  4 09:20:39 2019 rev:2 rq:679530 version:1.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-omniauth-oauth2/rubygem-omniauth-oauth2.changes
  2018-02-15 13:25:12.668619236 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth-oauth2.new.28833/rubygem-omniauth-oauth2.changes
   2019-03-04 09:20:40.860597680 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 07:12:27 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.6.0
+  no changelog found
+
+---

Old:

  omniauth-oauth2-1.5.0.gem

New:

  omniauth-oauth2-1.6.0.gem



Other differences:
--
++ rubygem-omniauth-oauth2.spec ++
--- /var/tmp/diff_new_pack.Yg9qA7/_old  2019-03-04 09:20:41.716597526 +0100
+++ /var/tmp/diff_new_pack.Yg9qA7/_new  2019-03-04 09:20:41.720597525 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-omniauth-oauth2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-omniauth-oauth2
-Version:1.5.0
+Version:1.6.0
 Release:0
 %define mod_name omniauth-oauth2
 %define mod_full_name %{mod_name}-%{version}

++ omniauth-oauth2-1.5.0.gem -> omniauth-oauth2-1.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2017-12-13 19:44:51.0 +0100
+++ new/.rubocop.yml2018-12-14 22:29:48.0 +0100
@@ -32,6 +32,9 @@
 Style/DoubleNegation:
   Enabled: false
 
+Style/ExpandPathArguments:
+  Enabled: false
+
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
@@ -44,5 +47,9 @@
 Style/TrailingCommaInArguments:
   EnforcedStyleForMultiline: comma
 
-Style/TrailingCommaInLiteral:
+Style/TrailingCommaInHashLiteral:
+  EnforcedStyleForMultiline: comma
+
+Style/TrailingCommaInArrayLiteral:
   EnforcedStyleForMultiline: comma
+  
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-12-13 19:44:51.0 +0100
+++ new/.travis.yml 2018-12-14 22:29:48.0 +0100
@@ -1,14 +1,18 @@
-before_install: gem install bundler
+bundler_args: --without development
+before_install:
+  - gem update --system
+  - gem update bundler
+cache: bundler
 env:
   global:
 - JRUBY_OPTS="$JRUBY_OPTS --debug"
 language: ruby
 rvm:
   - jruby-9000
-  - 2.1.10 # EOL Soon
-  - 2.2.6
-  - 2.3.3
-  - 2.4.0
+  - 2.2.9
+  - 2.3.5
+  - 2.4.4
+  - 2.5.3
   - jruby-head
   - ruby-head
 matrix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2017-12-13 19:44:51.0 +0100
+++ new/Gemfile 2018-12-14 22:29:48.0 +0100
@@ -1,6 +1,6 @@
-source "http://rubygems.org";
+source "https://rubygems.org";
 
-gem "rake", "~> 10.5"
+gem "rake", "~> 12.0"
 
 group :test do
   gem "addressable", "~> 2.3.8", :platforms => %i[jruby ruby_18]
@@ -8,11 +8,11 @@
   gem "json", :platforms => %i[jruby ruby_18 ruby_19]
   gem "mime-types", "~> 1.25", :platforms => %i[jruby ruby_18]
   gem "rack-test"
-  gem "rest-client", "~> 1.7.3", :platforms => %i[jruby ruby_18]
+  gem "rest-client", "~> 1.8.0", :platforms => %i[jruby ruby_18]
   gem "rspec", "~> 3.2"
   gem "rubocop", ">= 0.51", :platforms => %i[ruby_19 ruby_20 ruby_21 ruby_22 
ruby_23 ruby_24]
   gem "simplecov", ">= 0.9"
-  gem "webmock", "~> 1.0"
+  gem "webmock", "~> 3.0"
 end
 
 # Specify your gem's dependencies in omniauth-oauth2.gemspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-12-13 19:44:51.0 +0100
+++ new/README.md   2018-12-14 22:29:48.0 +0100
@@ -5,12 +5,13 @@
 [![Dependency 
Status](http://img.shields.io/gemnasium/omniauth/omniauth-oauth2.svg)][gemnasium]
 [![Code 
Climate](