redns 0.1.17 → 0.2.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.
data/README.rdoc DELETED
@@ -1,17 +0,0 @@
1
- = redns
2
-
3
- Reactor-Ready DNS Library
4
-
5
- This library includes native Ruby encoder/decoder classes for typical
6
- DNS records that are specified in RFC1035.
7
-
8
- In addition, RFC2671 extension mechanisms are also supported.
9
-
10
- == References
11
-
12
- [RFC1035](http://www.faqs.org/rfcs/rfc1035.html)
13
- [RFC2671](http://www.faqs.org/rfcs/rfc2671.html)
14
-
15
- == Copyright
16
-
17
- (C) 2005-2012 Scott Tadman