1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Fix gemspec for rubygem-ruby-saml 1.1.0 update

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-30 11:26:24 +00:00
parent e8abe935a2
commit 16a0be9b6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400529
2 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= omniauth-saml
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG

View File

@ -0,0 +1,11 @@
--- omniauth-saml.gemspec.orig 2015-10-28 21:31:39 UTC
+++ omniauth-saml.gemspec
@@ -23,7 +23,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>, ["~> 1.1"])
- s.add_runtime_dependency(%q<ruby-saml>, ["~> 1.0.0"])
+ s.add_runtime_dependency(%q<ruby-saml>, [">= 1.0.0"])
s.add_development_dependency(%q<rspec>, ["~> 2.8"])
s.add_development_dependency(%q<simplecov>, ["~> 0.6"])
s.add_development_dependency(%q<rack-test>, ["~> 0.6"])