diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-22 01:19:40 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-22 02:12:01 +0800 |
commit | 4e63182239f86225fe7b263bab12b60e67a8e1d4 (patch) | |
tree | e3188c0849e7d07523f983913fc280efccecb578 /textproc/rubygem-html2text/files/patch-gemspec | |
parent | textproc/rubygem-github-markup: Update to 4.0.0 (diff) |
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
Diffstat (limited to 'textproc/rubygem-html2text/files/patch-gemspec')
-rw-r--r-- | textproc/rubygem-html2text/files/patch-gemspec | 11 |
1 files changed, 11 insertions, 0 deletions
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<nokogiri>.freeze, ["~> 1.10.3"]) ++ s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.10", ">= 1.10.3"]) + s.add_development_dependency(%q<rspec>.freeze, [">= 0"]) + s.add_development_dependency(%q<rspec-collection_matchers>.freeze, [">= 0"]) + s.add_development_dependency(%q<colorize>.freeze, [">= 0"]) |