adns-ruby 0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ #
2
+ # This file is part of adns-ruby library.
3
+ #
4
+ require 'rubygems' # remove this if your ruby version if >= 1.9
5
+ require 'adns/adns'
6
+ include ADNS
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: adns-ruby
3
+ version: !ruby/object:Gem::Version
4
+ hash: 13
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 3
9
+ version: "0.3"
10
+ platform: ruby
11
+ authors:
12
+ - Purushottam Tuladhar
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2013-10-25 00:00:00 Z
18
+ dependencies: []
19
+
20
+ description: Ruby interface to GNU adns asynchronous-capable DNS client library (http://gnu.org/software/adns/).
21
+ email: purshottam.tuladhar@gmail.com
22
+ executables: []
23
+
24
+ extensions:
25
+ - ext/adns/extconf.rb
26
+ extra_rdoc_files: []
27
+
28
+ files:
29
+ - lib/adns.rb
30
+ - ext/adns/mod_adns.c
31
+ - examples/a.rb
32
+ - examples/mx.rb
33
+ - examples/ns.rb
34
+ - examples/cname.rb
35
+ - examples/ptr.rb
36
+ - examples/soa.rb
37
+ - examples/txt.rb
38
+ - examples/srv.rb
39
+ - COPYING
40
+ - README
41
+ - CHANGELOG
42
+ - ext/adns/extconf.rb
43
+ homepage: https://github.com/tuladhar/adns-ruby
44
+ licenses:
45
+ - GNU General Public License
46
+ post_install_message:
47
+ rdoc_options: []
48
+
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
59
+ version: "0"
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ hash: 3
66
+ segments:
67
+ - 0
68
+ version: "0"
69
+ requirements: []
70
+
71
+ rubyforge_project:
72
+ rubygems_version: 1.8.15
73
+ signing_key:
74
+ specification_version: 3
75
+ summary: Ruby bindings to GNU adns library.
76
+ test_files: []
77
+