1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Fix gemspec for rubygem-tty-progressbar 0.17.0 update

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-06-01 22:32:09 +00:00
parent 0f0731dbab
commit 84710e30a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503274
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= tty
PORTVERSION= 0.9.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,4 +1,4 @@
--- tty.gemspec.orig 2019-05-29 15:56:38 UTC
--- tty.gemspec.orig 2019-06-01 10:04:14 UTC
+++ tty.gemspec
@@ -31,22 +31,22 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<tty-cursor>.freeze, ["~> 0.6"])
@ -12,8 +12,9 @@
- s.add_runtime_dependency(%q<tty-pie>.freeze, ["~> 0.1.0"])
+ s.add_runtime_dependency(%q<tty-pie>.freeze, ["~> 0.1"])
s.add_runtime_dependency(%q<tty-platform>.freeze, ["~> 0.2.0"])
s.add_runtime_dependency(%q<tty-progressbar>.freeze, ["~> 0.16.0"])
- s.add_runtime_dependency(%q<tty-progressbar>.freeze, ["~> 0.16.0"])
- s.add_runtime_dependency(%q<tty-prompt>.freeze, ["~> 0.18.0"])
+ s.add_runtime_dependency(%q<tty-progressbar>.freeze, ["~> 0.16"])
+ s.add_runtime_dependency(%q<tty-prompt>.freeze, ["~> 0.18"])
s.add_runtime_dependency(%q<tty-screen>.freeze, ["~> 0.6"])
s.add_runtime_dependency(%q<tty-spinner>.freeze, ["~> 0.9.0"])