ovh_soapi 0.0.3 → 0.0.4

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 (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/ovh_soapi.rb +1 -0
  3. data/ovh_soapi.gemspec +3 -3
  4. metadata +5 -5
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require "rubygems"
2
2
  require "rake"
3
3
  require "echoe"
4
4
 
5
- Echoe.new("ovh_soapi", "0.0.3") do |p|
5
+ Echoe.new("ovh_soapi", "0.0.4") do |p|
6
6
  p.description = "Ruby client for OVH Soapi."
7
7
  p.url = "http://www.freshco.it"
8
8
  p.author = "Dumitru Ceban"
data/lib/ovh_soapi.rb CHANGED
@@ -4,6 +4,7 @@ require 'ovh_soapi/nic'
4
4
  require 'ovh_soapi/order'
5
5
  require 'ovh_soapi/reseller'
6
6
  require 'ovh_soapi/session'
7
+ require 'ovh_soapi/email'
7
8
 
8
9
  # OVH Soapi sandbox flag
9
10
  OVH_SANDBOX = false;
data/ovh_soapi.gemspec CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ovh_soapi}
5
- s.version = "0.0.3"
5
+ s.version = "0.0.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Dumitru Ceban"]
9
9
  s.date = %q{2010-07-28}
10
10
  s.description = %q{Ruby client for OVH Soapi.}
11
11
  s.email = %q{awstin.at@gmail.com}
12
- s.extra_rdoc_files = ["README.md", "lib/ovh_soapi.rb", "lib/ovh_soapi/domains.rb", "lib/ovh_soapi/nic.rb", "lib/ovh_soapi/order.rb", "lib/ovh_soapi/reseller.rb", "lib/ovh_soapi/session.rb","lib/ovh_soapi/email.rb"]
13
- s.files = ["Manifest", "README.md", "Rakefile", "lib/ovh_soapi.rb", "lib/ovh_soapi/domains.rb", "lib/ovh_soapi/nic.rb", "lib/ovh_soapi/order.rb", "lib/ovh_soapi/reseller.rb", "lib/ovh_soapi/session.rb", "ovh_soapi.gemspec", "lib/ovh_soapi/nic.rb","pkg/ovh_soapi-0.0.1.alpha.gem"]
12
+ s.extra_rdoc_files = ["README.md", "lib/ovh_soapi.rb", "lib/ovh_soapi/email.rb", "lib/ovh_soapi/domains.rb", "lib/ovh_soapi/nic.rb", "lib/ovh_soapi/order.rb", "lib/ovh_soapi/reseller.rb", "lib/ovh_soapi/session.rb"]
13
+ s.files = ["Manifest", "README.md", "Rakefile", "lib/ovh_soapi.rb", "lib/ovh_soapi/email.rb", "lib/ovh_soapi/domains.rb", "lib/ovh_soapi/nic.rb", "lib/ovh_soapi/order.rb", "lib/ovh_soapi/reseller.rb", "lib/ovh_soapi/session.rb", "ovh_soapi.gemspec", "pkg/ovh_soapi-0.0.1.alpha.gem"]
14
14
  s.homepage = %q{http://www.freshco.it}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ovh_soapi", "--main", "README.md"]
16
16
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovh_soapi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dumitru Ceban
@@ -28,17 +28,18 @@ extensions: []
28
28
  extra_rdoc_files:
29
29
  - README.md
30
30
  - lib/ovh_soapi.rb
31
+ - lib/ovh_soapi/email.rb
31
32
  - lib/ovh_soapi/domains.rb
32
33
  - lib/ovh_soapi/nic.rb
33
34
  - lib/ovh_soapi/order.rb
34
35
  - lib/ovh_soapi/reseller.rb
35
36
  - lib/ovh_soapi/session.rb
36
- - lib/ovh_soapi/email.rb
37
37
  files:
38
38
  - Manifest
39
39
  - README.md
40
40
  - Rakefile
41
41
  - lib/ovh_soapi.rb
42
+ - lib/ovh_soapi/email.rb
42
43
  - lib/ovh_soapi/domains.rb
43
44
  - lib/ovh_soapi/nic.rb
44
45
  - lib/ovh_soapi/order.rb
@@ -46,7 +47,6 @@ files:
46
47
  - lib/ovh_soapi/session.rb
47
48
  - ovh_soapi.gemspec
48
49
  - pkg/ovh_soapi-0.0.1.alpha.gem
49
- - lib/ovh_soapi/email.rb
50
50
  has_rdoc: true
51
51
  homepage: http://www.freshco.it
52
52
  licenses: []