dnsruby 1.58.0 → 1.59.0

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.
@@ -52,6 +52,13 @@ if online?
52
52
  resolver
53
53
  tcp
54
54
  tcp_pipelining
55
+
56
+ single_resolver
57
+ cache
58
+ dns
59
+ rr-opt
60
+ res_config
61
+
55
62
  )
56
63
 
57
64
  # Excluded are:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnsruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Dalitz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-25 00:00:00.000000000 Z
11
+ date: 2015-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -134,6 +134,7 @@ files:
134
134
  - EVENTMACHINE
135
135
  - EXAMPLES
136
136
  - Gemfile
137
+ - LICENSE
137
138
  - README.md
138
139
  - RELEASE_NOTES.md
139
140
  - Rakefile