Hello community,
here is the log from the commit of package rubygem-omniauth-gitlab for
openSUSE:Factory checked in at 2018-10-17 08:41:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-omniauth-gitlab (Old)
and /work/SRC/openSUSE:Factory/.rubygem-omniauth-gitlab.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-omniauth-gitlab"
Wed Oct 17 08:41:22 2018 rev:3 rq:642179 version:2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-omniauth-gitlab/rubygem-omniauth-gitlab.changes
2018-02-16 21:43:38.005335733 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-omniauth-gitlab.new/rubygem-omniauth-gitlab.changes
2018-10-17 08:42:30.721799248 +0200
@@ -1,0 +2,6 @@
+Wed Sep 5 10:32:15 UTC 2018 - [email protected]
+
+- updated to version 2.0.0
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
omniauth-gitlab-1.0.3.gem
New:
----
omniauth-gitlab-2.0.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-omniauth-gitlab.spec ++++++
--- /var/tmp/diff_new_pack.xwva0j/_old 2018-10-17 08:42:31.153798881 +0200
+++ /var/tmp/diff_new_pack.xwva0j/_new 2018-10-17 08:42:31.153798881 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-omniauth-gitlab
-Version: 1.0.3
+Version: 2.0.0
Release: 0
%define mod_name omniauth-gitlab
%define mod_full_name %{mod_name}-%{version}
++++++ omniauth-gitlab-1.0.3.gem -> omniauth-gitlab-2.0.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2018-01-10 22:35:01.000000000 +0100
+++ new/README.md 2018-08-24 17:25:17.000000000 +0200
@@ -41,10 +41,14 @@
## Custom scopes
+By default, the `api` scope is requested and must be allowed in GitLab's
application configuration. To use different scopes:
+
use OmniAuth::Builder do
provider :gitlab, ENV['GITLAB_KEY'], ENV['GITLAB_SECRET'], scope:
'read_user openid'
end
+Requesting a scope that is not configured will result the error "The requested
scope is invalid, unknown, or malformed.".
+
## Old API version
API V3 will be unsupported from GitLab 9.5 and will be removed in GitLab 9.5
or later.
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-gitlab/version.rb
new/lib/omniauth-gitlab/version.rb
--- old/lib/omniauth-gitlab/version.rb 2018-01-10 22:35:01.000000000 +0100
+++ new/lib/omniauth-gitlab/version.rb 2018-08-24 17:25:17.000000000 +0200
@@ -1,5 +1,5 @@
module Omniauth
module Gitlab
- VERSION = '1.0.3'
+ VERSION = '2.0.0'
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2018-01-10 22:35:01.000000000 +0100
+++ new/metadata 2018-08-24 17:25:17.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: omniauth-gitlab
version: !ruby/object:Gem::Version
- version: 1.0.3
+ version: 2.0.0
platform: ruby
authors:
- Sergey Sein
autorequire:
bindir: bin
cert_chain: []
-date: 2018-01-10 00:00:00.000000000 Z
+date: 2018-08-24 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: omniauth
@@ -80,6 +80,20 @@
- - ">="
- !ruby/object:Gem::Version
version: '0'
+- !ruby/object:Gem::Dependency
+ name: rake
+ requirement: !ruby/object:Gem::Requirement
+ requirements:
+ - - ">="
+ - !ruby/object:Gem::Version
+ version: '12.0'
+ type: :development
+ prerelease: false
+ version_requirements: !ruby/object:Gem::Requirement
+ requirements:
+ - - ">="
+ - !ruby/object:Gem::Version
+ version: '12.0'
description: This is the strategy for authenticating to your GitLab service
email:
- [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/omniauth-gitlab.gemspec new/omniauth-gitlab.gemspec
--- old/omniauth-gitlab.gemspec 2018-01-10 22:35:01.000000000 +0100
+++ new/omniauth-gitlab.gemspec 2018-08-24 17:25:17.000000000 +0200
@@ -22,4 +22,5 @@
gem.add_development_dependency 'rspec', '~> 3.1'
gem.add_development_dependency 'rspec-its', '~> 1.0'
gem.add_development_dependency 'simplecov'
+ gem.add_development_dependency 'rake', '>= 12.0'
end