File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- terjira (0.2.9 )
4
+ terjira (0.2.10 )
5
5
activesupport (= 4.0.13 )
6
6
jira-ruby (~> 1.1.3 )
7
- thor (~> 0.19 )
7
+ thor (~> 0.19.0 )
8
8
tty-prompt (~> 0.9.0 )
9
9
tty-spinner (~> 0.4.1 )
10
10
tty-table (~> 0.6.0 )
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.2.9 ' . freeze
4
+ VERSION = '0.2.10 ' . 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 @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
spec . executables = [ "bin/jira" ] . map { |f | File . basename ( f ) }
21
21
spec . require_paths = [ "lib" ]
22
22
23
- spec . add_dependency "thor" , "~> 0.19"
23
+ spec . add_dependency "thor" , "~> 0.19.0 "
24
24
spec . add_dependency "jira-ruby" , "~> 1.1.3"
25
25
spec . add_dependency "activesupport" , "4.0.13"
26
26
You can’t perform that action at this time.
0 commit comments