epp-client-smallregistry 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/epp-client/smallregistry.rb +4 -0
- metadata +7 -7
@@ -1,4 +1,5 @@
|
|
1
1
|
require 'epp-client/base'
|
2
|
+
require 'epp-client/secdns'
|
2
3
|
|
3
4
|
module EPPClient
|
4
5
|
class SmallRegistry < Base
|
@@ -171,5 +172,8 @@ module EPPClient
|
|
171
172
|
def contact_update(args)
|
172
173
|
super # placeholder so that I can add some doc
|
173
174
|
end
|
175
|
+
|
176
|
+
# keep that at the end.
|
177
|
+
include EPPClient::SecDNS
|
174
178
|
end
|
175
179
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epp-client-smallregistry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 43
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 13
|
9
9
|
- 0
|
10
|
-
version: 0.
|
10
|
+
version: 0.13.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mathieu Arnold
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-07-
|
18
|
+
date: 2013-07-31 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: bundler
|
@@ -72,12 +72,12 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "="
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
hash:
|
75
|
+
hash: 43
|
76
76
|
segments:
|
77
77
|
- 0
|
78
|
-
-
|
78
|
+
- 13
|
79
79
|
- 0
|
80
|
-
version: 0.
|
80
|
+
version: 0.13.0
|
81
81
|
type: :runtime
|
82
82
|
version_requirements: *id004
|
83
83
|
description: Smallregistry EPP client library.
|