Hello community,

here is the log from the commit of package rubygem-rack-oauth2 for 
openSUSE:Factory checked in at 2019-08-06 15:10:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rack-oauth2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rack-oauth2.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rack-oauth2"

Tue Aug  6 15:10:30 2019 rev:8 rq:717318 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rack-oauth2/rubygem-rack-oauth2.changes  
2018-12-04 20:57:07.752666398 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rack-oauth2.new.4126/rubygem-rack-oauth2.changes
        2019-08-06 15:10:31.331770536 +0200
@@ -1,0 +2,6 @@
+Fri Jul 19 09:31:01 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 1.10.0
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  rack-oauth2-1.9.3.gem

New:
----
  rack-oauth2-1.10.0.gem

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

Other differences:
------------------
++++++ rubygem-rack-oauth2.spec ++++++
--- /var/tmp/diff_new_pack.lsNzFO/_old  2019-08-06 15:10:31.947770251 +0200
+++ /var/tmp/diff_new_pack.lsNzFO/_new  2019-08-06 15:10:31.947770251 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rack-oauth2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-rack-oauth2
-Version:        1.9.3
+Version:        1.10.0
 Release:        0
 %define mod_name rack-oauth2
 %define mod_full_name %{mod_name}-%{version}

++++++ rack-oauth2-1.9.3.gem -> rack-oauth2-1.10.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2018-10-29 07:45:48.000000000 +0100
+++ new/VERSION 2019-06-06 11:24:50.000000000 +0200
@@ -1 +1 @@
-1.9.3
+1.10.0
\ No newline at end of file
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rack/oauth2/access_token.rb 
new/lib/rack/oauth2/access_token.rb
--- old/lib/rack/oauth2/access_token.rb 2018-10-29 07:45:48.000000000 +0100
+++ new/lib/rack/oauth2/access_token.rb 2019-06-06 11:24:50.000000000 +0200
@@ -2,7 +2,7 @@
   module OAuth2
     class AccessToken
       include AttrRequired, AttrOptional
-      attr_required :access_token, :token_type, :httpclient
+      attr_required :access_token, :token_type
       attr_optional :refresh_token, :expires_in, :scope
       attr_accessor :raw_attributes
       delegate :get, :patch, :post, :put, :delete, to: :httpclient
@@ -15,10 +15,13 @@
         end
         @raw_attributes = attributes
         @token_type = self.class.name.demodulize.underscore.to_sym
-        @httpclient = Rack::OAuth2.http_client("#{self.class} (#{VERSION})") 
do |config|
+        attr_missing!
+      end
+
+      def httpclient
+        @httpclient ||= Rack::OAuth2.http_client("#{self.class} (#{VERSION})") 
do |config|
           config.request_filter << Authenticator.new(self)
         end
-        attr_missing!
       end
 
       def token_response(options = {})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-10-29 07:45:48.000000000 +0100
+++ new/metadata        2019-06-06 11:24:50.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rack-oauth2
 version: !ruby/object:Gem::Version
-  version: 1.9.3
+  version: 1.10.0
 platform: ruby
 authors:
 - nov matake
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-10-29 00:00:00.000000000 Z
+date: 2019-06-06 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rack
@@ -301,8 +301,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubyforge_project: 
-rubygems_version: 2.7.6
+rubygems_version: 3.0.3
 signing_key: 
 specification_version: 4
 summary: OAuth 2.0 Server & Client Library - Both Bearer and MAC token type 
are supported


Reply via email to