ports/devel/rubygem-tty-file/files/patch-gemspec
Sunpoet Po-Chuan Hsieh b34fcbccd9 Add rubygem-tty-file 0.5.0
TTY::File supports file and directory manipulation utility methods.

Though Ruby's File and FileUtils libraries provide very robust apis for dealing
with files, this library aims to provide a level of abstraction that is much
more convenient, with useful logging capabilities.

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

11 lines
598 B
Text

--- tty-file.gemspec.orig 2018-03-11 17:52:45 UTC
+++ tty-file.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<pastel>.freeze, ["~> 0.7.2"])
- 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<diff-lcs>.freeze, ["~> 1.3.0"])
s.add_development_dependency(%q<bundler>.freeze, ["~> 1.5"])
s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])