From 93401696dfe34c46ac11a18fad58199a5793fc92 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 Jan 2016 13:23:10 +0000 Subject: - Rename gemspec patch to patch-gemspec Sponsored by: PortsCamp Taiwan --- textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec | 14 ++++++++++++++ .../files/patch-html-pipeline-gitlab.gemspec | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec delete mode 100644 textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec (limited to 'textproc/rubygem-html-pipeline-gitlab/files') diff --git a/textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec b/textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec new file mode 100644 index 000000000000..ab88777905e8 --- /dev/null +++ b/textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec @@ -0,0 +1,14 @@ +--- html-pipeline-gitlab.gemspec.orig 2015-10-29 21:00:29 UTC ++++ html-pipeline-gitlab.gemspec +@@ -25,9 +25,9 @@ Gem::Specification.new do |s| + s.add_development_dependency(%q, ["~> 1.6"]) + s.add_development_dependency(%q, ["~> 10.0"]) + s.add_development_dependency(%q, ["~> 0.9"]) +- s.add_runtime_dependency(%q, ["~> 1.11.0"]) ++ s.add_runtime_dependency(%q, [">= 1.11.0"]) + s.add_runtime_dependency(%q, ["~> 0.1"]) +- s.add_runtime_dependency(%q, ["~> 2.1"]) ++ s.add_runtime_dependency(%q, [">= 2.1"]) + s.add_runtime_dependency(%q, ["~> 4"]) + s.add_runtime_dependency(%q, [">= 0"]) + else diff --git a/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec b/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec deleted file mode 100644 index ab88777905e8..000000000000 --- a/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec +++ /dev/null @@ -1,14 +0,0 @@ ---- html-pipeline-gitlab.gemspec.orig 2015-10-29 21:00:29 UTC -+++ html-pipeline-gitlab.gemspec -@@ -25,9 +25,9 @@ Gem::Specification.new do |s| - s.add_development_dependency(%q, ["~> 1.6"]) - s.add_development_dependency(%q, ["~> 10.0"]) - s.add_development_dependency(%q, ["~> 0.9"]) -- s.add_runtime_dependency(%q, ["~> 1.11.0"]) -+ s.add_runtime_dependency(%q, [">= 1.11.0"]) - s.add_runtime_dependency(%q, ["~> 0.1"]) -- s.add_runtime_dependency(%q, ["~> 2.1"]) -+ s.add_runtime_dependency(%q, [">= 2.1"]) - s.add_runtime_dependency(%q, ["~> 4"]) - s.add_runtime_dependency(%q, [">= 0"]) - else -- cgit v1.2.3