technomancy-gitjour 6.5.0 → 6.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/gitjour.rb +1 -1
  2. metadata +2 -2
@@ -6,7 +6,7 @@ require 'timeout'
6
6
  Thread.abort_on_exception = true
7
7
 
8
8
  module Gitjour
9
- VERSION = "6.5.0"
9
+ VERSION = "6.6.0"
10
10
  GitService = Struct.new(:name, :host, :port, :description)
11
11
 
12
12
  class Application
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: technomancy-gitjour
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.5.0
4
+ version: 6.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Fowler
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2009-08-18 00:00:00 -07:00
15
+ date: 2009-09-07 00:00:00 -07:00
16
16
  default_executable: gitjour
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency