commit rubygem-omniauth for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-omniauth for 
openSUSE:Factory checked in at 2020-05-11 13:39:01

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


Package is "rubygem-omniauth"

Mon May 11 13:39:01 2020 rev:4 rq:802357 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-omniauth/rubygem-omniauth.changes
2019-03-04 09:20:32.076599261 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth.new.2738/rubygem-omniauth.changes  
2020-05-11 13:39:02.080825893 +0200
@@ -1,0 +2,6 @@
+Thu May  7 21:10:05 UTC 2020 - Stephan Kulow 
+
+- updated to version 1.9.1
+  no changelog found
+
+---

Old:

  omniauth-1.9.0.gem

New:

  omniauth-1.9.1.gem



Other differences:
--
++ rubygem-omniauth.spec ++
--- /var/tmp/diff_new_pack.hCcFpR/_old  2020-05-11 13:39:02.960827738 +0200
+++ /var/tmp/diff_new_pack.hCcFpR/_new  2020-05-11 13:39:02.964827746 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-omniauth
 #
-# 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
-Version:1.9.0
+Version:1.9.1
 Release:0
 %define mod_name omniauth
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{ruby >= 2.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/omniauth/omniauth
+URL:https://github.com/omniauth/omniauth
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:A generalized Rack framework for multiple-provider 
authentication

++ omniauth-1.9.0.gem -> omniauth-1.9.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-12-14 18:31:47.0 +0100
+++ new/.travis.yml 2020-03-02 18:36:11.0 +0100
@@ -1,7 +1,9 @@
 bundler_args: --without development
 before_install:
-  - gem update --system
-  - gem update bundler
+  - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
+  - gem install bundler -v '1.17.3'
+install:
+ - bundle _1.17.3_ install --jobs=3 --retry=3
 cache: bundler
 env:
   global:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2018-12-14 18:31:47.0 +0100
+++ new/Gemfile 2020-03-02 18:36:11.0 +0100
@@ -13,14 +13,14 @@
 
 group :test do
   gem 'coveralls', :require => false
-  gem 'hashie', '>= 3.4.6', '< 3.7.0', :platforms => [:jruby_18]
+  gem 'hashie', '>= 3.4.6', '~> 4.0.0', :platforms => [:jruby_18]
   gem 'json', '~> 2.0.3', :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 'rack-test'
   gem 'rest-client', '~> 2.0.0', :platforms => [:jruby_18]
   gem 'rspec', '~> 3.5.0'
-  gem 'rubocop', '>= 0.58.2', :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 'tins', '~> 1.13.0', :platforms => %i[jruby_18 jruby_19 ruby_19]
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-12-14 18:31:47.0 +0100
+++ new/README.md   2020-03-02 18:36:11.0 +0100
@@ -2,14 +2,12 @@
 
 [![Gem Version](http://img.shields.io/gem/v/omniauth.svg)][gem]
 [![Build Status](http://img.shields.io/travis/omniauth/omniauth.svg)][travis]
-[![Dependency 
Status](http://img.shields.io/gemnasium/omniauth/omniauth.svg)][gemnasium]
 [![Code 
Climate](http://img.shields.io/codeclimate/github/omniauth/omniauth.svg)][codeclimate]
 [![Coverage 
Status](http://img.shields.io/coveralls/omniauth/omniauth.svg)][coveralls]
 
[![Security](https://hakiri.io/github/omniauth/omniauth/master.svg)](https://hakiri.io/github/omniauth/omniauth/master)
 
 [gem]: https://rubygems.org/gems/omniauth
 [travis]: http://travis-ci.org/omniauth/omniauth
-[gemnasium]: https://gemnasium.com/omniauth/omniauth
 [codeclimate]: https://codeclimate.com/github/omniauth/omniauth
 [coveralls]: https://coveralls.io/r/omniauth/omniauth
 
@@ -122,6 +120,8 @@
 you how you want to implement the particulars of 

commit rubygem-omniauth for openSUSE:Factory

2019-03-04 Thread root
Hello community,

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

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


Package is "rubygem-omniauth"

Mon Mar  4 09:20:29 2019 rev:3 rq:679528 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-omniauth/rubygem-omniauth.changes
2018-02-12 10:13:32.353128556 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth.new.28833/rubygem-omniauth.changes 
2019-03-04 09:20:32.076599261 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 07:12:13 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.9.0
+  no changelog found
+
+---

Old:

  omniauth-1.8.1.gem

New:

  omniauth-1.9.0.gem



Other differences:
--
++ rubygem-omniauth.spec ++
--- /var/tmp/diff_new_pack.zfrXWd/_old  2019-03-04 09:20:32.872599117 +0100
+++ /var/tmp/diff_new_pack.zfrXWd/_new  2019-03-04 09:20:32.876599117 +0100
@@ -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,12 +24,12 @@
 #
 
 Name:   rubygem-omniauth
-Version:1.8.1
+Version:1.9.0
 Release:0
 %define mod_name omniauth
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.1.9}
+BuildRequires:  %{ruby >= 2.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/omniauth/omniauth

++ omniauth-1.8.1.gem -> omniauth-1.9.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2017-12-28 05:44:33.0 +0100
+++ new/.rubocop.yml2018-12-14 18:31:47.0 +0100
@@ -1,6 +1,12 @@
+AllCops:
+  TargetRubyVersion: 2.2
+
 Layout/AccessModifierIndentation:
   EnforcedStyle: outdent
 
+Layout/AlignHash:
+  Enabled: false
+
 Layout/DotPosition:
   EnforcedStyle: trailing
 
@@ -50,6 +56,9 @@
 Style/Encoding:
   Enabled: false
 
+Style/ExpandPathArguments:
+  Enabled: false
+
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-12-28 05:44:33.0 +0100
+++ new/.travis.yml 2018-12-14 18:31:47.0 +0100
@@ -9,11 +9,10 @@
 language: ruby
 rvm:
   - jruby-9000
-  - 2.1.10 # EOL Soon
-  - 2.2.6
-  - 2.3.3
-  - 2.4.0
-  - 2.5.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-28 05:44:33.0 +0100
+++ new/Gemfile 2018-12-14 18:31:47.0 +0100
@@ -13,14 +13,14 @@
 
 group :test do
   gem 'coveralls', :require => false
-  gem 'hashie', '>= 3.4.6', '< 3.6.0', :platforms => [:jruby_18]
+  gem 'hashie', '>= 3.4.6', '< 3.7.0', :platforms => [:jruby_18]
   gem 'json', '~> 2.0.3', :platforms => %i[jruby_18 jruby_19 ruby_19]
   gem 'mime-types', '~> 3.1', :platforms => [:jruby_18]
-  gem 'rack', '>= 1.6.2', :platforms => %i[jruby_18 jruby_19 ruby_19 ruby_20 
ruby_21]
+  gem 'rack', '>= 2.0.6', :platforms => %i[jruby_18 jruby_19 ruby_19 ruby_20 
ruby_21]
   gem 'rack-test'
   gem 'rest-client', '~> 2.0.0', :platforms => [:jruby_18]
   gem 'rspec', '~> 3.5.0'
-  gem 'rubocop', '>= 0.47', :platforms => %i[ruby_20 ruby_21 ruby_22 ruby_23 
ruby_24]
+  gem 'rubocop', '>= 0.58.2', :platforms => %i[ruby_20 ruby_21 ruby_22 ruby_23 
ruby_24]
   gem 'tins', '~> 1.13.0', :platforms => %i[jruby_18 jruby_19 ruby_19]
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2017-12-28 05:44:33.0 +0100
+++ new/Rakefile2018-12-14 18:31:47.0 +0100
@@ -30,6 +30,7 @@
 def call_app(path = ENV['GET_PATH'] || '/')
   result = @app.get(path)
   raise "Did not succeed #{result.body}" unless result.status == 200
+
   result
 end
   end
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/auth_hash.rb 
new/lib/omniauth/auth_hash.rb
--- old/lib/omniauth/auth_hash.rb   2017-12-28 05:44:33.0 +0100
+++ 

commit rubygem-omniauth for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package rubygem-omniauth for 
openSUSE:Factory checked in at 2018-02-12 10:13:31

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


Package is "rubygem-omniauth"

Mon Feb 12 10:13:31 2018 rev:2 rq:574046 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-omniauth/rubygem-omniauth.changes
2018-02-06 16:50:54.199155491 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-omniauth.new/rubygem-omniauth.changes   
2018-02-12 10:13:32.353128556 +0100
@@ -1,0 +2,6 @@
+Tue Jan  9 07:38:19 UTC 2018 - co...@suse.com
+
+- updated to version 1.8.1
+  no changelog found
+
+---

Old:

  omniauth-1.7.1.gem

New:

  omniauth-1.8.1.gem



Other differences:
--
++ rubygem-omniauth.spec ++
--- /var/tmp/diff_new_pack.vo87On/_old  2018-02-12 10:13:33.117101025 +0100
+++ /var/tmp/diff_new_pack.vo87On/_new  2018-02-12 10:13:33.117101025 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-omniauth
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-omniauth
-Version:1.7.1
+Version:1.8.1
 Release:0
 %define mod_name omniauth
 %define mod_full_name %{mod_name}-%{version}

++ omniauth-1.7.1.gem -> omniauth-1.8.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2017-10-02 19:16:46.0 +0200
+++ new/.rubocop.yml2017-12-28 05:44:33.0 +0100
@@ -1,3 +1,12 @@
+Layout/AccessModifierIndentation:
+  EnforcedStyle: outdent
+
+Layout/DotPosition:
+  EnforcedStyle: trailing
+
+Layout/SpaceInsideHashLiteralBraces:
+  EnforcedStyle: no_space
+
 Lint/HandleExceptions:
   Enabled: false
 
@@ -22,9 +31,6 @@
 Metrics/AbcSize:
   Enabled: false
 
-Style/AccessModifierIndentation:
-  EnforcedStyle: outdent
-
 Style/CollectionMethods:
   PreferredMethods:
 map:  'collect'
@@ -35,9 +41,6 @@
 Style/Documentation:
   Enabled: false
 
-Style/DotPosition:
-  EnforcedStyle: trailing
-
 Style/DoubleNegation:
   Enabled: false
 
@@ -55,6 +58,3 @@
 
 Style/RaiseArgs:
   EnforcedStyle: compact
-
-Style/SpaceInsideHashLiteralBraces:
-  EnforcedStyle: no_space
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-10-02 19:16:46.0 +0200
+++ new/.travis.yml 2017-12-28 05:44:33.0 +0100
@@ -1,5 +1,7 @@
 bundler_args: --without development
-before_install: gem update bundler
+before_install:
+  - gem update --system
+  - gem update bundler
 cache: bundler
 env:
   global:
@@ -11,6 +13,7 @@
   - 2.2.6
   - 2.3.3
   - 2.4.0
+  - 2.5.0
   - jruby-head
   - ruby-head
 matrix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2017-10-02 19:16:46.0 +0200
+++ new/Gemfile 2017-12-28 05:44:33.0 +0100
@@ -2,7 +2,7 @@
 
 gem 'jruby-openssl', '~> 0.9.19', :platforms => :jruby
 gem 'rake', '>= 12.0'
-gem 'yard', '>= 0.9'
+gem 'yard', '>= 0.9.11'
 
 group :development do
   gem 'benchmark-ips'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-10-02 19:16:46.0 +0200
+++ new/README.md   2017-12-28 05:44:33.0 +0100
@@ -194,7 +194,7 @@
 OmniAuth, how it works, and how to use it.
 
 ## Supported Ruby Versions
-OmniAuth is tested under 2.1.10, 2.2.6, 2.3.3, 2.4.0, and JRuby.
+OmniAuth is tested under 2.1.10, 2.2.6, 2.3.3, 2.4.0, 2.5.0, and JRuby.
 
 ## Versioning
 This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2017-10-02 19:16:46.0 +0200
+++ new/Rakefile2017-12-28 05:44:33.0 +0100
@@ -10,7 +10,7 @@
   RuboCop::RakeTask.new
 rescue LoadError
   task :rubocop do
-$stderr.puts 'RuboCop is disabled'
+warn 'RuboCop is disabled'
   end
 end
 
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/version.rb new/lib/omniauth/version.rb
--- old/lib/omniauth/version.rb