Skip to content

Commit 31d3882

Browse files
committed
update tty-prompt
1 parent a8725ff commit 31d3882

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

Gemfile.lock

+18-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PATH
22
remote: .
33
specs:
4-
terjira (0.4.2)
4+
terjira (0.4.3)
55
activesupport (= 4.1.11)
66
jira-ruby (= 1.5.0)
77
thor (~> 0.19.0)
8-
tty-prompt (~> 0.12.0)
8+
tty-prompt (~> 0.16.1)
99
tty-spinner (~> 0.4.1)
1010
tty-table (~> 0.10.0)
1111

@@ -25,6 +25,7 @@ GEM
2525
diff-lcs (1.3)
2626
docile (1.1.5)
2727
equatable (0.5.0)
28+
hitimes (1.3.0)
2829
i18n (0.9.5)
2930
concurrent-ruby (~> 1.0)
3031
jira-ruby (1.5.0)
@@ -49,15 +50,15 @@ GEM
4950
rspec-core (~> 3.7.0)
5051
rspec-expectations (~> 3.7.0)
5152
rspec-mocks (~> 3.7.0)
52-
rspec-core (3.7.0)
53+
rspec-core (3.7.1)
5354
rspec-support (~> 3.7.0)
5455
rspec-expectations (3.7.0)
5556
diff-lcs (>= 1.2.0, < 2.0)
5657
rspec-support (~> 3.7.0)
5758
rspec-mocks (3.7.0)
5859
diff-lcs (>= 1.2.0, < 2.0)
5960
rspec-support (~> 3.7.0)
60-
rspec-support (3.7.0)
61+
rspec-support (3.7.1)
6162
simplecov (0.13.0)
6263
docile (~> 1.1.0)
6364
json (>= 1.8, < 3)
@@ -69,14 +70,21 @@ GEM
6970
unicode_utils (~> 1.4.0)
7071
thor (0.19.4)
7172
thread_safe (0.3.6)
73+
timers (4.1.2)
74+
hitimes
7275
tty-color (0.4.3)
73-
tty-cursor (0.4.0)
74-
tty-prompt (0.12.0)
76+
tty-cursor (0.5.0)
77+
tty-prompt (0.16.1)
7578
necromancer (~> 0.4.0)
7679
pastel (~> 0.7.0)
77-
tty-cursor (~> 0.4.0)
78-
wisper (~> 1.6.1)
79-
tty-screen (0.6.4)
80+
timers (~> 4.0)
81+
tty-cursor (~> 0.5.0)
82+
tty-reader (~> 0.3.0)
83+
tty-reader (0.3.0)
84+
tty-cursor (~> 0.5.0)
85+
tty-screen (~> 0.6.4)
86+
wisper (~> 2.0.0)
87+
tty-screen (0.6.5)
8088
tty-spinner (0.4.1)
8189
tty-table (0.10.0)
8290
equatable (~> 0.5.0)
@@ -88,7 +96,7 @@ GEM
8896
thread_safe (~> 0.1)
8997
unicode-display_width (1.3.3)
9098
unicode_utils (1.4.0)
91-
wisper (1.6.1)
99+
wisper (2.0.0)
92100

93101
PLATFORMS
94102
ruby

lib/terjira/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'terjira/utils/file_cache'
22

33
module Terjira
4-
VERSION = '0.4.2'.freeze
4+
VERSION = '0.4.3'.freeze
55

66
class VersionChecker
77
VERSION_CHECK_DURATION = (60 * 60 * 24 * 5).freeze

terjira.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.add_dependency "activesupport", "4.1.11"
2626

2727
spec.add_dependency "tty-table", "~> 0.10.0"
28-
spec.add_dependency "tty-prompt", "~> 0.12.0"
28+
spec.add_dependency "tty-prompt", "~> 0.16.1"
2929
spec.add_dependency "tty-spinner", "~> 0.4.1"
3030

3131
spec.add_development_dependency "bundler", "~> 1.11"

0 commit comments

Comments
 (0)