TicGit-ng 1.0.2.7 → 1.0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,9 +20,7 @@ module TicGitNG
20
20
  @last_tickets = []
21
21
 
22
22
  #expire @tic_index and @tic_working if it mtime is older than git log
23
- puts "Started"
24
23
  if File.exist?(@tic_working)
25
- puts "Inside"
26
24
  cache_mtime=File.mtime(@tic_working)
27
25
  gitlog_mtime=git.gblob(which_branch?).log(1).map {|l| l.committer.date }[0]
28
26
  #unless (cache_mtime > gitlog_mtime.-(20) and cache_mtime <= gitlog_mtime) or (cache_mtime > gitlog_mtime.+(30) and cache_mtime >= gitlog_mtime)
@@ -1,3 +1,3 @@
1
1
  module TicGitNG
2
- VERSION = '1.0.2.7'
2
+ VERSION = '1.0.2.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: TicGit-ng
3
3
  version: !ruby/object:Gem::Version
4
- hash: 89
4
+ hash: 71
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 2
10
- - 7
11
- version: 1.0.2.7
10
+ - 8
11
+ version: 1.0.2.8
12
12
  platform: ruby
13
13
  authors:
14
14
  - Scott Chacon
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-05-28 00:00:00 -04:00
20
+ date: 2011-07-12 00:00:00 -04:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency