- Fix gemspec for rubygem-oauth 0.5.0 update

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-03-06 06:34:18 +00:00
parent 39a8dc1504
commit 84074dbf3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410382
2 changed files with 12 additions and 0 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= t
PORTVERSION= 2.10.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG

View file

@ -0,0 +1,11 @@
--- t.gemspec.orig 2016-03-05 01:55:41 UTC
+++ t.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<launchy>, ["~> 2.4"])
s.add_runtime_dependency(%q<geokit>, ["~> 1.9"])
s.add_runtime_dependency(%q<htmlentities>, ["~> 4.3"])
- s.add_runtime_dependency(%q<oauth>, ["~> 0.4.7"])
+ s.add_runtime_dependency(%q<oauth>, [">= 0.4.7"])
s.add_runtime_dependency(%q<retryable>, ["~> 2.0"])
s.add_runtime_dependency(%q<thor>, ["< 2", ">= 0.19.1"])
s.add_runtime_dependency(%q<twitter>, ["~> 5.16"])