vain 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/vain/cli.rb +1 -1
  2. data/lib/vain/version.rb +1 -1
  3. metadata +4 -4
data/lib/vain/cli.rb CHANGED
@@ -32,7 +32,7 @@ module Vain
32
32
  ' ',
33
33
  "#{repo.watchers} #{repo.watchers == 1 ? 'watcher' : 'watchers'}",
34
34
  "#{repo.forks} #{repo.forks == 1 ? 'fork' : 'forks'}",
35
- ErrorColor + (repo.fork ? '(FORK)' : '')
35
+ ErrorColor + (repo.fork ? '(FORK)' : '') + DefaultColor
36
36
  ]
37
37
  end
38
38
  puts Columnizer.columnize(data, :padding => 3)
data/lib/vain/version.rb CHANGED
@@ -6,6 +6,6 @@ module Vain
6
6
 
7
7
  private
8
8
 
9
- VERSION = [0, 0, 7]
9
+ VERSION = [0, 0, 8]
10
10
 
11
11
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vain
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Crepezzi
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-14 00:00:00 -05:00
18
+ date: 2011-01-24 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency