ports/devel/rubygem-tty-editor/files/patch-gemspec
Sunpoet Po-Chuan Hsieh c18a76fe60 Add rubygem-tty-editor 0.3.0
TTY::Editor provides independent component for TTY toolkit. It opens a file or
text in the user's preferred editor.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-editor
2018-03-12 20:44:17 +00:00

11 lines
582 B
Text

--- tty-editor.gemspec.orig 2018-03-11 18:20:06 UTC
+++ tty-editor.gemspec
@@ -23,7 +23,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<tty-prompt>.freeze, ["~> 0.14.0"])
+ s.add_runtime_dependency(%q<tty-prompt>.freeze, ["~> 0.14"])
s.add_runtime_dependency(%q<tty-which>.freeze, ["~> 0.3.0"])
s.add_development_dependency(%q<bundler>.freeze, ["< 2.0", ">= 1.5.0"])
s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])