Update to 0.0.10.
Changelog: https://github.com/marknadig/omniauth-azure-oauth2/blob/master/CHANGELOG.md
This commit is contained in:
parent
bc41d9e236
commit
0fa62a0660
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546272
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= omniauth-azure-oauth2
|
||||
PORTVERSION= 0.0.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.0.10
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -12,9 +11,9 @@ COMMENT= Azure OAuth2 Strategy for OmniAuth
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-jwt>=1.0:www/rubygem-jwt \
|
||||
rubygem-omniauth>=1.0:security/rubygem-omniauth \
|
||||
rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2
|
||||
RUN_DEPENDS= rubygem-jwt>=1.0<3:www/rubygem-jwt \
|
||||
rubygem-omniauth>=1.0<2:security/rubygem-omniauth \
|
||||
rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1509091020
|
||||
SHA256 (rubygem/omniauth-azure-oauth2-0.0.9.gem) = ddc9f184f6add0030281c91aa829089bc988620d53ed9e106f6046e94c306532
|
||||
SIZE (rubygem/omniauth-azure-oauth2-0.0.9.gem) = 10240
|
||||
TIMESTAMP = 1598423107
|
||||
SHA256 (rubygem/omniauth-azure-oauth2-0.0.10.gem) = c4a22736b148b9745efa962ba08665ef5c5a912272014f94354d063a8cc771a8
|
||||
SIZE (rubygem/omniauth-azure-oauth2-0.0.10.gem) = 10240
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- omniauth-azure-oauth2.gemspec.orig 2017-12-06 18:00:39 UTC
|
||||
+++ omniauth-azure-oauth2.gemspec
|
||||
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 1.0"])
|
||||
- s.add_runtime_dependency(%q<jwt>.freeze, ["~> 1.0"])
|
||||
+ s.add_runtime_dependency(%q<jwt>.freeze, [">= 1.0", "< 3.0"])
|
||||
s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.4"])
|
||||
s.add_development_dependency(%q<rspec>.freeze, [">= 2.14.0"])
|
||||
s.add_development_dependency(%q<rake>.freeze, [">= 0"])
|
Loading…
Reference in New Issue
Block a user