- Fix gemspec patch

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-03 11:28:06 +00:00
parent 836df29be7
commit 0f57f98377
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385256
2 changed files with 14 additions and 6 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= gitlab-gollum-lib
PORTVERSION= 1.1.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www rubygems
MASTER_SITES= RG

View File

@ -1,13 +1,21 @@
--- gitlab-gollum-lib.gemspec.orig 2015-05-02 09:40:36 UTC
+++ gitlab-gollum-lib.gemspec
@@ -27,8 +27,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<gitlab-grit>, ["~> 2.6.1"])
s.add_runtime_dependency(%q<github-markup>, ["< 1.0.0", ">= 0.7.5"])
s.add_runtime_dependency(%q<github-markdown>, ["~> 0.5.3"])
@@ -24,12 +24,12 @@ Gem::Specification.new do |s|
s.specification_version = 2
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<gitlab-grit>, ["~> 2.6.1"])
- s.add_runtime_dependency(%q<github-markup>, ["< 1.0.0", ">= 0.7.5"])
- s.add_runtime_dependency(%q<github-markdown>, ["~> 0.5.3"])
- s.add_runtime_dependency(%q<sanitize>, ["~> 2.0.3"])
- s.add_runtime_dependency(%q<nokogiri>, ["~> 1.5.9"])
- s.add_runtime_dependency(%q<stringex>, ["~> 1.5.1"])
+ s.add_runtime_dependency(%q<gitlab-grit>, [">= 2.6.1"])
+ s.add_runtime_dependency(%q<github-markup>, [">= 0.7.5"])
+ s.add_runtime_dependency(%q<github-markdown>, [">= 0.5.3"])
+ s.add_runtime_dependency(%q<sanitize>, [">= 2.0.3"])
+ s.add_runtime_dependency(%q<nokogiri>, [">= 1.5.9"])
s.add_runtime_dependency(%q<stringex>, ["~> 1.5.1"])
+ s.add_runtime_dependency(%q<stringex>, [">= 1.5.1"])
s.add_development_dependency(%q<RedCloth>, ["~> 4.2.9"])
s.add_development_dependency(%q<mocha>, ["~> 0.13.2"])
s.add_development_dependency(%q<org-ruby>, ["~> 0.8.1"])