File tree 3 files changed +20
-12
lines changed
3 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- terjira (0.4.2 )
4
+ terjira (0.4.3 )
5
5
activesupport (= 4.1.11 )
6
6
jira-ruby (= 1.5.0 )
7
7
thor (~> 0.19.0 )
8
- tty-prompt (~> 0.12.0 )
8
+ tty-prompt (~> 0.16.1 )
9
9
tty-spinner (~> 0.4.1 )
10
10
tty-table (~> 0.10.0 )
11
11
25
25
diff-lcs (1.3 )
26
26
docile (1.1.5 )
27
27
equatable (0.5.0 )
28
+ hitimes (1.3.0 )
28
29
i18n (0.9.5 )
29
30
concurrent-ruby (~> 1.0 )
30
31
jira-ruby (1.5.0 )
49
50
rspec-core (~> 3.7.0 )
50
51
rspec-expectations (~> 3.7.0 )
51
52
rspec-mocks (~> 3.7.0 )
52
- rspec-core (3.7.0 )
53
+ rspec-core (3.7.1 )
53
54
rspec-support (~> 3.7.0 )
54
55
rspec-expectations (3.7.0 )
55
56
diff-lcs (>= 1.2.0 , < 2.0 )
56
57
rspec-support (~> 3.7.0 )
57
58
rspec-mocks (3.7.0 )
58
59
diff-lcs (>= 1.2.0 , < 2.0 )
59
60
rspec-support (~> 3.7.0 )
60
- rspec-support (3.7.0 )
61
+ rspec-support (3.7.1 )
61
62
simplecov (0.13.0 )
62
63
docile (~> 1.1.0 )
63
64
json (>= 1.8 , < 3 )
69
70
unicode_utils (~> 1.4.0 )
70
71
thor (0.19.4 )
71
72
thread_safe (0.3.6 )
73
+ timers (4.1.2 )
74
+ hitimes
72
75
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 )
75
78
necromancer (~> 0.4.0 )
76
79
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 )
80
88
tty-spinner (0.4.1 )
81
89
tty-table (0.10.0 )
82
90
equatable (~> 0.5.0 )
88
96
thread_safe (~> 0.1 )
89
97
unicode-display_width (1.3.3 )
90
98
unicode_utils (1.4.0 )
91
- wisper (1.6.1 )
99
+ wisper (2.0.0 )
92
100
93
101
PLATFORMS
94
102
ruby
Original file line number Diff line number Diff line change 1
1
require 'terjira/utils/file_cache'
2
2
3
3
module Terjira
4
- VERSION = '0.4.2 ' . freeze
4
+ VERSION = '0.4.3 ' . freeze
5
5
6
6
class VersionChecker
7
7
VERSION_CHECK_DURATION = ( 60 * 60 * 24 * 5 ) . freeze
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
spec . add_dependency "activesupport" , "4.1.11"
26
26
27
27
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 "
29
29
spec . add_dependency "tty-spinner" , "~> 0.4.1"
30
30
31
31
spec . add_development_dependency "bundler" , "~> 1.11"
You can’t perform that action at this time.
0 commit comments