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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmFiYWE2NWRkNDFhZTZkZTkwMTYyNDkyNmQ2Y2QyY2M5ZDJjMWUyMg==
4
+ NDQzNGMwMWNhMTU4MDViZWRjYjc0NzJiMDNlZmE5MmU3MmEwMTc0NQ==
5
5
  data.tar.gz: !binary |-
6
- MDY4MzQ4OWUyMDY4MzM1Mzc2YTMwMjU5NDc0MzA5ZWEzZTI0Zjg4Zg==
6
+ NmRiZTY5OTg3MzYwMWNiMWQxN2ZhMGI0ZTgzMTg2YmM3NWFjYTY1ZA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MjIwMGUyZDk1ZDIwODhmZTE3ZmRiZDRkNGUwZjVmYjcwODU3OGQwZjQ3NTZj
10
- NTQyOTAwOGJkZTA5ZTcxNWViNzU2OGQ4MDlmODE4YzQ4NTAyNzJlNDhiMTFi
11
- ZDhmODEwODc0MTFmYTMxOWU5NzM3NDQwNjA1NmI5Y2QwYjU1ZDU=
9
+ MTQ0NjAzNzRlMTEyZTI5ZGM4YThhMGM1ZjhmOGI3Mzg5YjFhNThkYTEzOWRk
10
+ NzM5MDQwNmJlMDA3ZjcyY2FjNWI2NTBkNGMyZGFlZGIxMzRlMzE1YjQyODE0
11
+ Y2IyYTM2MDg5MmQ4Mjc2MDcyMDYzNWY3OWFkY2RjYzVhMmM5NGQ=
12
12
  data.tar.gz: !binary |-
13
- YzFkYzVhODM0YzU3N2E5N2RjYzRhNzNlZWRhMzE1M2QxMTIxYjA4MzQ1YjRk
14
- NGJlYTM5Y2YwNTYwN2Y5ZmY3M2RlNTY4MmU1ODA1NzZlMTA4ZTgzY2IxMzU2
15
- NTJjMTdjNGM5MTc1YzMzZDAyM2IyMzcyYWVjZTg4Y2VlYzU3NmI=
13
+ ODkzMGViNTZjZmNhZWQ3OGY4NTY4Mzc0MzZmN2I3NjNiOTBhMzNmODM3MjY5
14
+ NTk2MmE4N2MzYWE1YzgzMTI4MjU2NTRlNjEwZDJmOGUyZTE3NzQwZmFmNzVi
15
+ ZTVjYTBkYjA1ZDg4Mjc5ZDI3YjA3ZmNlOTc4YzJiOTcyODA2MTY=
@@ -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", 10)</tt>
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>.
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module RubyDNS
22
- VERSION = "0.6.1"
22
+ VERSION = "0.6.2"
23
23
  end
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.1
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-03-31 00:00:00.000000000 Z
11
+ date: 2013-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rexec