epp-client-smallregistry 0.11.0 → 0.11.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.
data/Rakefile CHANGED
@@ -8,19 +8,23 @@ MY_GEMS = Dir['*.gemspec'].map {|g| g.sub(/.*-(.*)\.gemspec/, '\1')}
8
8
 
9
9
  MY_GEMS.each do |g|
10
10
  namespace g do
11
- Bundler::GemHelper.new(Dir.pwd, "epp-client-#{g}").install
11
+ bgh = Bundler::GemHelper.new(Dir.pwd, "epp-client-#{g}")
12
+ bgh.install
13
+ task :push do
14
+ sh "gem push #{File.join(Dir.pwd, 'pkg', "epp-client-#{g}-#{bgh.__send__(:version)}.gem")}"
15
+ end
12
16
  end
13
17
  end
14
18
 
15
19
  namespace :all do
16
20
  task :build => MY_GEMS.map { |f| "#{f}:build" }
17
21
  task :install => MY_GEMS.map { |f| "#{f}:install" }
18
- task :release => MY_GEMS.map { |f| "#{f}:release" }
22
+ task :push => MY_GEMS.map { |f| "#{f}:push" }
19
23
  end
20
24
 
21
25
  task :build => 'all:build'
22
26
  task :install => 'all:install'
23
- task :release => 'all:release'
27
+ task :push => 'all:push'
24
28
 
25
29
  desc "Generate documentation for the Rails framework"
26
30
  Rake::RDocTask.new do |rdoc|
@@ -4,7 +4,6 @@ require File.expand_path('../lib/epp-client/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = 'epp-client-smallregistry'
6
6
  gem.version = EPPClient::VERSION
7
- gem.date = '2010-05-14'
8
7
  gem.authors = ['Mathieu Arnold']
9
8
  gem.email = ['m@absolight.fr']
10
9
  gem.description = 'Smallregistry EPP client library.'
@@ -32,5 +31,5 @@ Gem::Specification.new do |gem|
32
31
  gem.add_development_dependency "bundler", ">= 1.0.0"
33
32
  gem.add_dependency('nokogiri', '~> 1.4')
34
33
  gem.add_dependency('builder', '>= 2.1.2')
35
- gem.add_dependency('epp-client-base', "~> #{EPPClient::VERSION}")
34
+ gem.add_dependency('epp-client-base', "#{EPPClient::VERSION}")
36
35
  end
@@ -45,8 +45,9 @@ module EPPClient
45
45
  @extensions << EPPClient::SCHEMAS_URL['sr']
46
46
  end
47
47
 
48
- # Extends the base contact info so that the specific smallregistry's
49
- # informations are processed, the additionnal informations are :
48
+ # Extends the EPPClient::Contact#contact_info so that the specific
49
+ # smallregistry's informations are processed, the additionnal informations
50
+ # are :
50
51
  #
51
52
  # one of :
52
53
  # [<tt>:org</tt>]
@@ -79,8 +80,8 @@ module EPPClient
79
80
  ret
80
81
  end
81
82
 
82
- # Extends the base contact create so that the specific smallregistry's
83
- # information are sent, the additionnal informations are :
83
+ # Extends the EPPClient::Contact#contact_create so that the specific
84
+ # smallregistry's information are sent, the additionnal informations are :
84
85
  #
85
86
  # one of :
86
87
  # [<tt>:org</tt>]
@@ -151,8 +152,8 @@ module EPPClient
151
152
  end
152
153
  end
153
154
 
154
- # Extends the base contact update so that the specific afnic update
155
- # informations can be sent, the additionnal informations are :
155
+ # Extends the EPPClient::Contact#contact_update so that the specific afnic
156
+ # update informations can be sent, the additionnal informations are :
156
157
  #
157
158
  # [<tt>:chg</tt>]
158
159
  # changes one of :
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: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 0
10
- version: 0.11.0
9
+ - 1
10
+ version: 0.11.1
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: 2010-05-14 00:00:00 Z
18
+ date: 2013-02-07 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: bundler
@@ -70,14 +70,14 @@ dependencies:
70
70
  requirement: &id004 !ruby/object:Gem::Requirement
71
71
  none: false
72
72
  requirements:
73
- - - ~>
73
+ - - "="
74
74
  - !ruby/object:Gem::Version
75
- hash: 51
75
+ hash: 49
76
76
  segments:
77
77
  - 0
78
78
  - 11
79
- - 0
80
- version: 0.11.0
79
+ - 1
80
+ version: 0.11.1
81
81
  type: :runtime
82
82
  version_requirements: *id004
83
83
  description: Smallregistry EPP client library.
@@ -132,9 +132,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  requirements: []
133
133
 
134
134
  rubyforge_project:
135
- rubygems_version: 1.8.16
135
+ rubygems_version: 1.8.24
136
136
  signing_key:
137
137
  specification_version: 3
138
138
  summary: Smallregistry EPP client library
139
139
  test_files: []
140
140
 
141
+ has_rdoc: