litmus_paper 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module LitmusPaper
2
- VERSION = "0.7.4"
2
+ VERSION = "0.7.5"
3
3
  end
data/lib/litmus_paper.rb CHANGED
@@ -5,7 +5,7 @@ require 'uri'
5
5
  require 'forwardable'
6
6
  require 'English'
7
7
 
8
- # Rubys stock DNS resolution, by default, blocks the entire Ruby VM from
8
+ # Ruby's stock DNS resolution, by default, blocks the entire Ruby VM from
9
9
  # processing while the lookup is happening, because it calls out to the native
10
10
  # libc resolver code. A slow DNS server can cause your entire Ruby process to
11
11
  # grind to a halt. Ruby comes with a pure Ruby replacement that is not loaded
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: litmus_paper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
5
- prerelease: false
4
+ hash: 9
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 4
10
- version: 0.7.4
9
+ - 5
10
+ version: 0.7.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Braintreeps
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-01-25 00:00:00 -06:00
19
- default_executable:
18
+ date: 2013-02-04 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: sinatra
@@ -210,7 +209,6 @@ files:
210
209
  - spec/support/stub_facter.rb
211
210
  - spec/support/test.config
212
211
  - spec/support/test.d.config
213
- has_rdoc: true
214
212
  homepage: https://github.com/braintree/litmus_paper
215
213
  licenses: []
216
214
 
@@ -240,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
240
238
  requirements: []
241
239
 
242
240
  rubyforge_project:
243
- rubygems_version: 1.3.7
241
+ rubygems_version: 1.8.15
244
242
  signing_key:
245
243
  specification_version: 3
246
244
  summary: Backend health tester for HA Services, partner project of big_brother