standup 0.3.35 → 0.3.36

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.35
1
+ 0.3.36
@@ -2,8 +2,8 @@ check process postgresql with pidfile /var/run/postgresql/9.0-main.pid
2
2
  group database
3
3
  start program = "/etc/init.d/postgresql start"
4
4
  stop program = "/etc/init.d/postgresql stop"
5
- if failed unixsocket /var/run/postgresql/.s.PGSQL.5432 protocol pgsql then restart
6
- if failed unixsocket /var/run/postgresql/.s.PGSQL.5432 protocol pgsql then alert
5
+ #if failed unixsocket /var/run/postgresql/.s.PGSQL.5432 protocol pgsql then restart
6
+ #if failed unixsocket /var/run/postgresql/.s.PGSQL.5432 protocol pgsql then alert
7
7
  if failed host localhost port 5432 protocol pgsql then restart
8
- if failed host localhost port 5432 protocol pgsql then alert
8
+ #if failed host localhost port 5432 protocol pgsql then alert
9
9
  if 5 restarts within 5 cycles then timeout
data/standup.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{standup}
8
- s.version = "0.3.35"
8
+ s.version = "0.3.36"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ilia Ablamonov", "Artem Orlov", "Cloud Castle Inc."]
12
- s.date = %q{2011-05-20}
12
+ s.date = %q{2011-05-25}
13
13
  s.default_executable = %q{standup}
14
14
  s.email = %q{ilia@flamefork.ru}
15
15
  s.executables = ["standup"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standup
3
3
  version: !ruby/object:Gem::Version
4
- hash: 85
4
+ hash: 91
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 35
10
- version: 0.3.35
9
+ - 36
10
+ version: 0.3.36
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ilia Ablamonov
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-05-20 00:00:00 +04:00
20
+ date: 2011-05-25 00:00:00 +04:00
21
21
  default_executable: standup
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency