freebsd-ports/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec
Michael Moll 0aa4b78c92 new port: textproc/rubygem-html-pipeline-gitlab
Rubygem containing extension filters for html-pipeline used by GitLab

WWW: https://gitlab.com/gitlab-org/html-pipeline-gitlab

PR:		199917
Differential Revision:	https://reviews.freebsd.org/D2529
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Reviewed by:	mat (mentor)
2015-05-13 00:45:28 +00:00

11 lines
570 B
Ruby

--- html-pipeline-gitlab.gemspec.orig 2015-05-12 18:41:42 UTC
+++ html-pipeline-gitlab.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<pry>, ["~> 0.9"])
s.add_runtime_dependency(%q<html-pipeline>, ["~> 1.11.0"])
s.add_runtime_dependency(%q<gitlab_emoji>, ["~> 0.1"])
- s.add_runtime_dependency(%q<sanitize>, ["~> 2.1"])
+ s.add_runtime_dependency(%q<sanitize>, [">= 2.1"])
s.add_runtime_dependency(%q<actionpack>, ["~> 4"])
s.add_runtime_dependency(%q<mime-types>, [">= 0"])
else