check_slony 0.0.9 → 0.0.10

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/bin/check_slony +1 -1
  2. data/lib/check_slony.rb +1 -1
  3. metadata +3 -3
@@ -106,7 +106,7 @@ def countcheck_all_tables(options, tty)
106
106
  state = "OK"
107
107
  @pg_hash.each{ |k,v|
108
108
  temp_array << v[t][0]
109
- state = "NG" unless v[t][1]
109
+ state = "NG" if v[t][1]
110
110
  }
111
111
  temp_array << state
112
112
  puts fmt % temp_array
@@ -1,4 +1,4 @@
1
1
  class CheckSlony
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: check_slony
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 10
10
+ version: 0.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - kakikubo