Fix gemspec for rubygem-thor 0.20.0 update

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-08-17 15:05:19 +00:00
parent 39d7fdb71e
commit a6f981b857
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448126
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= cogbot
PORTVERSION= 0.1.13
PORTREVISION= 1
CATEGORIES= irc rubygems
MASTER_SITES= RG

View File

@ -0,0 +1,11 @@
--- cogbot.gemspec.orig 2017-08-17 13:37:15 UTC
+++ cogbot.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<cinch>.freeze, ["= 2.3.3"])
- s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.19.4"])
+ s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.19", ">= 0.19.4"])
s.add_runtime_dependency(%q<eventmachine>.freeze, ["~> 1.2.3"])
s.add_runtime_dependency(%q<eventmachine_httpserver>.freeze, ["~> 0.2.1"])
s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.8.0"])