deadpool 0.1.1 → 0.1.2

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 (2) hide show
  1. data/bin/deadpool_hosts +1 -1
  2. metadata +6 -6
data/bin/deadpool_hosts CHANGED
@@ -209,7 +209,7 @@ class DeadpoolHosts
209
209
 
210
210
  end
211
211
 
212
- EtcHostsSwitch.new.run
212
+ DeadpoolHosts.new.run
213
213
 
214
214
  __END__
215
215
  127.0.0.1 localhost localhost.localdomain
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deadpool
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease: false
4
+ hash: 31
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kirt Fitzpatrick
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-13 00:00:00 -08:00
18
+ date: 2011-01-14 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements: []
118
118
 
119
119
  rubyforge_project:
120
- rubygems_version: 1.3.7
120
+ rubygems_version: 1.4.2
121
121
  signing_key:
122
122
  specification_version: 3
123
123
  summary: Failover Service for MySQL, Redis, whatever.