rubydns 0.6.1 → 0.6.2
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 +8 -8
- data/lib/rubydns/transaction.rb +1 -1
- data/lib/rubydns/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDQzNGMwMWNhMTU4MDViZWRjYjc0NzJiMDNlZmE5MmU3MmEwMTc0NQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NmRiZTY5OTg3MzYwMWNiMWQxN2ZhMGI0ZTgzMTg2YmM3NWFjYTY1ZA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTQ0NjAzNzRlMTEyZTI5ZGM4YThhMGM1ZjhmOGI3Mzg5YjFhNThkYTEzOWRk
|
|
10
|
+
NzM5MDQwNmJlMDA3ZjcyY2FjNWI2NTBkNGMyZGFlZGIxMzRlMzE1YjQyODE0
|
|
11
|
+
Y2IyYTM2MDg5MmQ4Mjc2MDcyMDYzNWY3OWFkY2RjYzVhMmM5NGQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODkzMGViNTZjZmNhZWQ3OGY4NTY4Mzc0MzZmN2I3NjNiOTBhMzNmODM3MjY5
|
|
14
|
+
NTk2MmE4N2MzYWE1YzgzMTI4MjU2NTRlNjEwZDJmOGUyZTE3NzQwZmFmNzVi
|
|
15
|
+
ZTVjYTBkYjA1ZDg4Mjc5ZDI3YjA3ZmNlOTc4YzJiOTcyODA2MTY=
|
data/lib/rubydns/transaction.rb
CHANGED
|
@@ -147,7 +147,7 @@ module RubyDNS
|
|
|
147
147
|
# <tt>options[:name]</tt>:: Override the name (question) of the response.
|
|
148
148
|
#
|
|
149
149
|
# for A records:: <tt>respond!("1.2.3.4")</tt>
|
|
150
|
-
# for MX records:: <tt>respond!("mail.blah.com"
|
|
150
|
+
# for MX records:: <tt>respond!(10, Name.create("mail.blah.com"))</tt>
|
|
151
151
|
#
|
|
152
152
|
# This function instantiates the resource class with the supplied arguments, and
|
|
153
153
|
# then passes it to <tt>append!</tt>.
|
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.2
|
|
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-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rexec
|