mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix gemspec for rubygem-tty-platform 0.2.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
0a95537727
commit
6b191f482d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486542
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= tty
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- tty.gemspec.orig 2018-12-02 13:33:05 UTC
|
||||
--- tty.gemspec.orig 2018-12-03 19:09:08 UTC
|
||||
+++ tty.gemspec
|
||||
@@ -26,21 +26,21 @@ Gem::Specification.new do |s|
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
|
@ -14,9 +14,10 @@
|
|||
+ s.add_runtime_dependency(%q<tty-font>.freeze, ["~> 0.2"])
|
||||
s.add_runtime_dependency(%q<tty-markdown>.freeze, ["~> 0.4.0"])
|
||||
s.add_runtime_dependency(%q<tty-pager>.freeze, ["~> 0.11.0"])
|
||||
s.add_runtime_dependency(%q<tty-platform>.freeze, ["~> 0.1.0"])
|
||||
- s.add_runtime_dependency(%q<tty-platform>.freeze, ["~> 0.1.0"])
|
||||
- s.add_runtime_dependency(%q<tty-progressbar>.freeze, ["~> 0.15.0"])
|
||||
- s.add_runtime_dependency(%q<tty-prompt>.freeze, ["~> 0.16.1"])
|
||||
+ s.add_runtime_dependency(%q<tty-platform>.freeze, ["~> 0.1"])
|
||||
+ s.add_runtime_dependency(%q<tty-progressbar>.freeze, ["~> 0.15"])
|
||||
+ s.add_runtime_dependency(%q<tty-prompt>.freeze, ["~> 0.16", ">= 0.16.1"])
|
||||
s.add_runtime_dependency(%q<tty-screen>.freeze, ["~> 0.6.4"])
|
||||
|
|
Loading…
Add table
Reference in a new issue