mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
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:
parent
e33c9c1326
commit
23cda9414a
3 changed files with 6 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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])
|
Loading…
Add table
Reference in a new issue