epp-client-smallregistry 0.11.1 → 0.12.0

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/epp-client/smallregistry.rb +1 -1
  2. metadata +9 -9
@@ -62,7 +62,7 @@ module EPPClient
62
62
  # [<tt>:birthPlace</tt>] the person's birth place.
63
63
  def contact_info(xml)
64
64
  super # placeholder so that I can add some doc
65
- end
65
+ end
66
66
 
67
67
  def contact_info_process(xml) #:nodoc:
68
68
  ret = super
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: 49
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 11
9
- - 1
10
- version: 0.11.1
8
+ - 12
9
+ - 0
10
+ version: 0.12.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-02-07 00:00:00 Z
18
+ date: 2013-07-02 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: 49
75
+ hash: 47
76
76
  segments:
77
77
  - 0
78
- - 11
79
- - 1
80
- version: 0.11.1
78
+ - 12
79
+ - 0
80
+ version: 0.12.0
81
81
  type: :runtime
82
82
  version_requirements: *id004
83
83
  description: Smallregistry EPP client library.