The Strings is a set of useful functions such as fold, truncate, wrap, and many more for transforming strings. WWW: https://github.com/piotrmurach/strings
11 lines
512 B
Plaintext
11 lines
512 B
Plaintext
--- strings.gemspec.orig 2018-03-11 18:29:45 UTC
|
|
+++ strings.gemspec
|
|
@@ -22,7 +22,6 @@ 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<unicode_utils>.freeze, ["~> 1.4.0"])
|
|
s.add_runtime_dependency(%q<unicode-display_width>.freeze, ["~> 1.3.0"])
|
|
s.add_development_dependency(%q<bundler>.freeze, ["~> 1.15"])
|
|
s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])
|