nephelae 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,12 +39,12 @@ module Nephelae
39
39
  mlio = body.match(/master_last_io_seconds_ago:(\d+)/)
40
40
  ret[:master_last_io_seconds_ago] = mlio[1] unless mlio.nil?
41
41
 
42
- ret.merge {
42
+ ret.merge({
43
43
  :changes_since_last_save => body.match(/changes_since_last_save:(\d+)/)[1],
44
44
  :used_memory => body.match(/used_memory:(\d+)/)[1],
45
45
  :connected_slaves => body.match(/connected_slaves:(\d+)/)[1],
46
46
  :connected_clients => body.match(/connected_clients:(\d+)/)[1]
47
- }
47
+ })
48
48
  end
49
49
 
50
50
  end
@@ -1,3 +1,3 @@
1
1
  module Nephelae
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nephelae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: