splicer 1.0.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.
@@ -11,6 +11,10 @@ module Splicer
11
11
  super(name, ttl)
12
12
  @ip = ip
13
13
  end
14
+
15
+ def type
16
+ 'A'
17
+ end
14
18
  end
15
19
 
16
20
  end
@@ -11,6 +11,10 @@ module Splicer
11
11
  super(name, ttl)
12
12
  @ip = ip
13
13
  end
14
+
15
+ def type
16
+ 'AAAA'
17
+ end
14
18
  end
15
19
 
16
20
  end
@@ -11,6 +11,10 @@ module Splicer
11
11
  super(name, ttl)
12
12
  @cname = cname
13
13
  end
14
+
15
+ def type
16
+ 'CNAME'
17
+ end
14
18
  end
15
19
 
16
20
  end
@@ -13,6 +13,10 @@ module Splicer
13
13
  @exchanger = exchanger
14
14
  @priority = priority
15
15
  end
16
+
17
+ def type
18
+ 'MX'
19
+ end
16
20
  end
17
21
 
18
22
  end
@@ -11,6 +11,10 @@ module Splicer
11
11
  super(name, ttl)
12
12
  @server = server
13
13
  end
14
+
15
+ def type
16
+ 'NS'
17
+ end
14
18
  end
15
19
 
16
20
  end
@@ -11,6 +11,10 @@ module Splicer
11
11
  super(name, ttl)
12
12
  @host = host
13
13
  end
14
+
15
+ def type
16
+ 'PTR'
17
+ end
14
18
  end
15
19
 
16
20
  end
@@ -11,6 +11,10 @@ module Splicer
11
11
  super(name, ttl)
12
12
  @text = text
13
13
  end
14
+
15
+ def type
16
+ 'SPF'
17
+ end
14
18
  end
15
19
 
16
20
  end
@@ -17,6 +17,10 @@ module Splicer
17
17
  @priority = priority
18
18
  @weight = weight
19
19
  end
20
+
21
+ def type
22
+ 'SRV'
23
+ end
20
24
  end
21
25
 
22
26
  end
@@ -11,6 +11,10 @@ module Splicer
11
11
  super(name, ttl)
12
12
  @text = text
13
13
  end
14
+
15
+ def type
16
+ 'TXT'
17
+ end
14
18
  end
15
19
 
16
20
  end
@@ -1,3 +1,3 @@
1
1
  module Splicer
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splicer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-08 00:00:00.000000000 Z
12
+ date: 2013-05-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: -1041512677297454527
123
+ hash: 1920739090551014309
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  none: false
126
126
  requirements:
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  segments:
131
131
  - 0
132
- hash: -1041512677297454527
132
+ hash: 1920739090551014309
133
133
  requirements: []
134
134
  rubyforge_project:
135
135
  rubygems_version: 1.8.25