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 - [email protected] + +- 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.yml 2017-10-02 19:16:46.000000000 +0200 +++ new/.rubocop.yml 2017-12-28 05:44:33.000000000 +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.000000000 +0200 +++ new/.travis.yml 2017-12-28 05:44:33.000000000 +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.000000000 +0200 +++ new/Gemfile 2017-12-28 05:44:33.000000000 +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.000000000 +0200 +++ new/README.md 2017-12-28 05:44:33.000000000 +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/Rakefile 2017-10-02 19:16:46.000000000 +0200 +++ new/Rakefile 2017-12-28 05:44:33.000000000 +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 2017-10-02 19:16:46.000000000 +0200 +++ new/lib/omniauth/version.rb 2017-12-28 05:44:33.000000000 +0100 @@ -1,3 +1,3 @@ module OmniAuth - VERSION = '1.7.1'.freeze + VERSION = '1.8.1'.freeze end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2017-10-02 19:16:46.000000000 +0200 +++ new/metadata 2017-12-28 05:44:33.000000000 +0100 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: omniauth version: !ruby/object:Gem::Version - version: 1.7.1 + version: 1.8.1 platform: ruby authors: - Michael Bleigh @@ -10,7 +10,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2017-10-02 00:00:00.000000000 Z +date: 2017-12-28 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: hashie
