ey_stonith 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -70,6 +70,7 @@ If you want to (destructively) notify AWSM that this instance is master, call wi
70
70
  def refused(response_body)
71
71
  msg = "Notify refused by endpoint. Giving up.\nResponse: #{response_body}"
72
72
  Stonith.logger.error msg
73
+ history << :refused
73
74
  abort msg
74
75
  end
75
76
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 3
9
- version: 0.3.3
8
+ - 4
9
+ version: 0.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ezra Zygmuntowicz
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-05-17 00:00:00 -07:00
19
+ date: 2010-05-24 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -38,9 +38,9 @@ dependencies:
38
38
  - !ruby/object:Gem::Version
39
39
  segments:
40
40
  - 0
41
+ - 1
41
42
  - 0
42
- - 91
43
- version: 0.0.91
43
+ version: 0.1.0
44
44
  name: fog
45
45
  prerelease: false
46
46
  type: :runtime