powerdns_pipe 1.0 → 1.0.1

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.
Files changed (2) hide show
  1. data/lib/powerdns_pipe.rb +1 -1
  2. metadata +4 -3
data/lib/powerdns_pipe.rb CHANGED
@@ -73,7 +73,7 @@ module PowerDNS
73
73
  :class => 'IN'
74
74
  }.merge options
75
75
 
76
- respond "DATA", options[:name], options[:class], options[:type], options[:ttl], options[:content]
76
+ respond "DATA", options[:name], options[:class], options[:type], options[:ttl], options[:id], options[:content]
77
77
  end
78
78
 
79
79
  private
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: powerdns_pipe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- version: "1.0"
9
+ - 1
10
+ version: 1.0.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - John Leach
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-08-16 00:00:00 +01:00
18
+ date: 2010-08-17 00:00:00 +01:00
18
19
  default_executable:
19
20
  dependencies: []
20
21