rubydns 0.6.3 → 0.6.4
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.
- checksums.yaml +6 -14
- data/README.md +1 -0
- data/lib/rubydns/server.rb +1 -1
- data/lib/rubydns/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
metadata.gz: !binary |-
|
|
9
|
-
NzA1NTM4MmVkYTQ5YmQ0NjU3MmMyOWVlZGVjMWY0MmI5ZDg0OWYxZDMzYzQz
|
|
10
|
-
NWU4YTM5MTE5N2IwZGYxYTJhMDk0NGQyYjNjNGNlZDVkYWFmNGNkYjYyYWM4
|
|
11
|
-
ZTk4ZWI0NzI1MjNkYjVjNTI2MTc2MWJkMzNmOGU0OTJhM2EzZTA=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
NTlkYzgxNzFmY2IwM2I3NTdmMjExOTAzODIwZGY3YjMwZDQ0Y2E2ZTc2MDQ3
|
|
14
|
-
NDE0MWUzZTJmZDg1ZGIxYTRkMzU3MzhiMjBjZDM1ZTM4NTQzODcwOTRkODE1
|
|
15
|
-
ZWJmYzBhMzA1MWNlMzA5MjZiZjVhZGRiMmIzZDg0MTVmMmVhOWM=
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 182fc832a6186cbf2269c550a30d6fa00a72d6f6
|
|
4
|
+
data.tar.gz: 157486f1a64540e6f3123364b589cff267076a1b
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: c896499314358b44b7f12130fe874b3229b33a9f157e0f4e74f93178c7393b98a51ba895fb75f5330c99a66c6da25ae3493ace1759a8709af4eb04cd9146ff4d
|
|
7
|
+
data.tar.gz: c4c36e0c506e3ea5f45538780f43d6022053c9548ce246f7c82db29777fac94d1ee4a7ed3749ca92a1ab9af50f3bdaff30718236cff43763e7115b5c86841e86
|
data/README.md
CHANGED
|
@@ -9,6 +9,7 @@ For examples and documentation please see the main [project page][1].
|
|
|
9
9
|
[1]: http://www.oriontransfer.co.nz/gems/rubydns
|
|
10
10
|
|
|
11
11
|
[](http://travis-ci.org/ioquatix/rubydns)
|
|
12
|
+
[](https://codeclimate.com/github/ioquatix/rubydns)
|
|
12
13
|
|
|
13
14
|
## Installation
|
|
14
15
|
|
data/lib/rubydns/server.rb
CHANGED
data/lib/rubydns/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubydns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rexec
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 1.0.0
|
|
41
|
-
description:
|
|
41
|
+
description: "\t\tRubyDNS is a high-performance DNS server which can be easily integrated
|
|
42
42
|
into\n\t\tother projects or used as a stand-alone daemon (via RExec). By default
|
|
43
43
|
it uses\n\t\trule-based pattern matching. Results can be hard-coded, computed, fetched
|
|
44
44
|
from\n\t\ta remote DNS server or fetched from a local cache, depending on requirements.\n\n\t\tIn
|
|
@@ -103,17 +103,17 @@ require_paths:
|
|
|
103
103
|
- lib
|
|
104
104
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
105
105
|
requirements:
|
|
106
|
-
- -
|
|
106
|
+
- - '>='
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
108
|
version: 1.9.3
|
|
109
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
requirements:
|
|
111
|
-
- -
|
|
111
|
+
- - '>='
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
113
|
version: '0'
|
|
114
114
|
requirements: []
|
|
115
115
|
rubyforge_project:
|
|
116
|
-
rubygems_version: 2.0.
|
|
116
|
+
rubygems_version: 2.0.6
|
|
117
117
|
signing_key:
|
|
118
118
|
specification_version: 4
|
|
119
119
|
summary: An easy to use DNS server and resolver for Ruby.
|