From 4e63182239f86225fe7b263bab12b60e67a8e1d4 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 22 Jul 2021 01:19:40 +0800 Subject: textproc/rubygem-html2text: Update to 0.3.1 - Update version requirement of RUN_DEPENDS Changes: https://github.com/soundasleep/html2text_ruby/blob/master/CHANGELOG.md --- textproc/rubygem-html2text/files/patch-gemspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/rubygem-html2text/files/patch-gemspec (limited to 'textproc/rubygem-html2text/files/patch-gemspec') diff --git a/textproc/rubygem-html2text/files/patch-gemspec b/textproc/rubygem-html2text/files/patch-gemspec new file mode 100644 index 000000000000..d0fa75f2b8fb --- /dev/null +++ b/textproc/rubygem-html2text/files/patch-gemspec @@ -0,0 +1,11 @@ +--- html2text.gemspec.orig 2021-07-19 20:02:19 UTC ++++ html2text.gemspec +@@ -22,7 +22,7 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q.freeze, ["~> 1.10.3"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 1.10", ">= 1.10.3"]) + s.add_development_dependency(%q.freeze, [">= 0"]) + s.add_development_dependency(%q.freeze, [">= 0"]) + s.add_development_dependency(%q.freeze, [">= 0"]) -- cgit v1.2.3