redis-stat 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -41,6 +41,10 @@ redis-stat localhost localhost:6380 1 10 --csv=/tmp/output.csv --verbose
41
41
 
42
42
  ![](https://github.com/junegunn/redis-stat/raw/master/screenshots/redis-stat-0.2.4.png)
43
43
 
44
+ ## Contributors
45
+
46
+ - [Junegunn Choi](https://github.com/junegunn)
47
+ - [Chris Meisl](https://github.com/cmeisl)
44
48
 
45
49
  ## Contributing
46
50
 
@@ -1,3 +1,3 @@
1
1
  class RedisStat
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
data/lib/redis-stat.rb CHANGED
@@ -202,7 +202,7 @@ private
202
202
  :aof_enabled,
203
203
  :vm_enabled
204
204
  ].each do |key|
205
- tab << [ansi(:bold) { key }] + info[key]
205
+ tab << [ansi(:bold) { key }] + info[key] if info[key]
206
206
  end
207
207
  @os.puts tab
208
208
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-stat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-01 00:00:00.000000000 Z
12
+ date: 2012-08-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ansi