net/rubygem-omniauth-facebook: Update to 10.0.0

Changes:	https://github.com/simi/omniauth-facebook/releases
		https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2024-05-28 18:02:33 +08:00
parent e33c9c1326
commit 23cda9414a
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 17 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= omniauth-facebook
PORTVERSION= 9.0.0
PORTREVISION= 1
PORTVERSION= 10.0.0
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -10,7 +9,8 @@ WWW= https://github.com/simi/omniauth-facebook
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2
RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \
rubygem-omniauth-oauth2>=1.2<3:net/rubygem-omniauth-oauth2
USES= gem

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1635731155
SHA256 (rubygem/omniauth-facebook-9.0.0.gem) = 440ad8dd9edc9ebec1fd6607b787667c8ce70d2969c2030d7e9ca42a271af854
SIZE (rubygem/omniauth-facebook-9.0.0.gem) = 19968
TIMESTAMP = 1716448848
SHA256 (rubygem/omniauth-facebook-10.0.0.gem) = dfdc6cbada5387572d554784861546cf6382f9fa16c4731cbe5813e570fcb9e1
SIZE (rubygem/omniauth-facebook-10.0.0.gem) = 20480

View file

@ -1,11 +0,0 @@
--- omniauth-facebook.gemspec.orig 2024-02-27 17:56:23 UTC
+++ omniauth-facebook.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.2".freeze])
+ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, [">= 1.2".freeze])
s.add_development_dependency(%q<minitest>.freeze, [">= 0".freeze])
s.add_development_dependency(%q<mocha>.freeze, [">= 0".freeze])
s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])