Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-omniauth-github for 
openSUSE:Factory checked in at 2021-01-21 21:56:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-omniauth-github (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-omniauth-github.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-omniauth-github"

Thu Jan 21 21:56:28 2021 rev:3 rq:865239 version:2.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-omniauth-github/rubygem-omniauth-github.changes
  2020-05-11 13:39:11.472845581 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-omniauth-github.new.28504/rubygem-omniauth-github.changes
       2021-01-21 21:56:31.961839981 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 13:02:03 UTC 2021 - Stephan Kulow <co...@suse.com>
+
+updated to version 2.0.0
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  omniauth-github-1.4.0.gem

New:
----
  omniauth-github-2.0.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

++++++ omniauth-github-1.4.0.gem -> omniauth-github-2.0.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/ruby.yml 
new/.github/workflows/ruby.yml
--- old/.github/workflows/ruby.yml      2020-02-11 05:13:21.000000000 +0100
+++ new/.github/workflows/ruby.yml      2021-01-12 17:14:42.000000000 +0100
@@ -1,6 +1,10 @@
 name: Ruby
 
-on: [push]
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
 
 jobs:
   test:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2020-02-11 05:13:21.000000000 +0100
+++ new/README.md       2021-01-12 17:14:42.000000000 +0100
@@ -20,6 +20,18 @@
 end
 ```
 
+
+## Basic Usage Rails
+
+In `config/initializers/github.rb`
+
+```ruby
+  Rails.application.config.middleware.use OmniAuth::Builder do
+    provider :github, ENV['GITHUB_KEY'], ENV['GITHUB_SECRET']
+  end
+```
+
+
 ## Github Enterprise Usage
 
 ```ruby
@@ -43,7 +55,12 @@
 end
 ```
 
-More info on [Scopes](http://developer.github.com/v3/oauth/#scopes).
+More info on 
[Scopes](https://docs.github.com/en/developers/apps/scopes-for-oauth-apps).
+
+
+## Semver
+This project adheres to Semantic Versioning 2.0.0. Any violations of this 
scheme are considered to be bugs. 
+All changes will be tracked 
[here](https://github.com/omniauth/omniauth-github/releases).
 
 ## License
 
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/strategies/github.rb 
new/lib/omniauth/strategies/github.rb
--- old/lib/omniauth/strategies/github.rb       2020-02-11 05:13:21.000000000 
+0100
+++ new/lib/omniauth/strategies/github.rb       2021-01-12 17:14:42.000000000 
+0100
@@ -75,7 +75,7 @@
       end
 
       def callback_url
-        full_host + script_name + callback_path
+        full_host + callback_path
       end
     end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/omniauth-github/version.rb 
new/lib/omniauth-github/version.rb
--- old/lib/omniauth-github/version.rb  2020-02-11 05:13:21.000000000 +0100
+++ new/lib/omniauth-github/version.rb  2021-01-12 17:14:42.000000000 +0100
@@ -1,5 +1,5 @@
 module OmniAuth
   module GitHub
-    VERSION = "1.4.0"
+    VERSION = "2.0.0"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-02-11 05:13:21.000000000 +0100
+++ new/metadata        2021-01-12 17:14:42.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: omniauth-github
 version: !ruby/object:Gem::Version
-  version: 1.4.0
+  version: 2.0.0
 platform: ruby
 authors:
 - Michael Bleigh
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-02-11 00:00:00.000000000 Z
+date: 2021-01-12 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: omniauth
@@ -16,34 +16,28 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: '1.5'
+        version: '2.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: '1.5'
+        version: '2.0'
 - !ruby/object:Gem::Dependency
   name: omniauth-oauth2
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - ">="
-      - !ruby/object:Gem::Version
-        version: 1.4.0
-    - - "<"
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: '2.0'
+        version: 1.7.1
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
-    - - ">="
-      - !ruby/object:Gem::Version
-        version: 1.4.0
-    - - "<"
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: '2.0'
+        version: 1.7.1
 - !ruby/object:Gem::Dependency
   name: rspec
   requirement: !ruby/object:Gem::Requirement
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/omniauth-github.gemspec new/omniauth-github.gemspec
--- old/omniauth-github.gemspec 2020-02-11 05:13:21.000000000 +0100
+++ new/omniauth-github.gemspec 2021-01-12 17:14:42.000000000 +0100
@@ -16,8 +16,8 @@
   gem.require_paths = ["lib"]
   gem.version       = OmniAuth::GitHub::VERSION
 
-  gem.add_dependency 'omniauth', '~> 1.5'
-  gem.add_dependency 'omniauth-oauth2', '>= 1.4.0', '< 2.0'
+  gem.add_dependency 'omniauth', '~> 2.0'
+  gem.add_dependency 'omniauth-oauth2', '~> 1.7.1'
   gem.add_development_dependency 'rspec', '~> 3.5'
   gem.add_development_dependency 'rack-test'
   gem.add_development_dependency 'simplecov'

Reply via email to