redns 0.1.10 → 0.1.11

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/redns/resolver.rb +4 -0
  3. data/redns.gemspec +3 -3
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.10
1
+ 0.1.11
@@ -21,6 +21,10 @@ class ReDNS::Resolver
21
21
  end
22
22
 
23
23
  list
24
+
25
+ rescue Errno::ENOENT
26
+ # /etc/resolv.conf may not be present on misconfigured or offline systems
27
+ [ ]
24
28
  end
25
29
 
26
30
  def self.servers
data/redns.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{redns}
8
- s.version = "0.1.10"
8
+ s.version = "0.1.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["tadman"]
12
- s.date = %q{2011-02-25}
12
+ s.date = %q{2011-03-23}
13
13
  s.description = %q{ReDNS is a pure Ruby DNS library with drivers for reactor-model engines such as EventMachine}
14
14
  s.email = %q{github@tadman.ca}
15
15
  s.extra_rdoc_files = [
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
51
51
  ]
52
52
  s.homepage = %q{http://github.com/tadman/redns}
53
53
  s.require_paths = ["lib"]
54
- s.rubygems_version = %q{1.5.2}
54
+ s.rubygems_version = %q{1.5.3}
55
55
  s.summary = %q{Ruby Reactor-Ready DNS Library}
56
56
  s.test_files = [
57
57
  "test/helper.rb",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: redns
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.10
5
+ version: 0.1.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - tadman
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-25 00:00:00 -05:00
13
+ date: 2011-03-23 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements: []
80
80
 
81
81
  rubyforge_project:
82
- rubygems_version: 1.5.2
82
+ rubygems_version: 1.5.3
83
83
  signing_key:
84
84
  specification_version: 3
85
85
  summary: Ruby Reactor-Ready DNS Library