Fix gemspec for rubygem-tty-config 0.3.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
bce552d244
commit
fb4411defe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482689
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tty
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
--- tty.gemspec.orig 2018-10-15 18:57:50 UTC
|
||||
--- tty.gemspec.orig 2018-10-21 16:26:32 UTC
|
||||
+++ tty.gemspec
|
||||
@@ -27,20 +27,20 @@ Gem::Specification.new do |s|
|
||||
@@ -26,21 +26,21 @@ Gem::Specification.new do |s|
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
s.add_runtime_dependency(%q<tty-color>.freeze, ["~> 0.4.2"])
|
||||
s.add_runtime_dependency(%q<tty-command>.freeze, ["~> 0.8.0"])
|
||||
s.add_runtime_dependency(%q<tty-config>.freeze, ["~> 0.2.0"])
|
||||
- s.add_runtime_dependency(%q<tty-config>.freeze, ["~> 0.2.0"])
|
||||
- s.add_runtime_dependency(%q<tty-cursor>.freeze, ["~> 0.5.0"])
|
||||
+ s.add_runtime_dependency(%q<tty-config>.freeze, ["~> 0.2"])
|
||||
+ s.add_runtime_dependency(%q<tty-cursor>.freeze, ["~> 0.5"])
|
||||
s.add_runtime_dependency(%q<tty-editor>.freeze, ["~> 0.4.0"])
|
||||
s.add_runtime_dependency(%q<tty-file>.freeze, ["~> 0.6.0"])
|
||||
|
Loading…
Reference in New Issue
Block a user