rubiii-savon 0.2.0 → 0.2.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.
Files changed (4) hide show
  1. data/README.rdoc +3 -3
  2. data/Rakefile +2 -2
  3. data/VERSION +1 -1
  4. metadata +6 -5
data/README.rdoc CHANGED
@@ -6,14 +6,14 @@ alternative to other libraries.
6
6
 
7
7
  == Install
8
8
 
9
- $ gem install smacks-savon -s http://gems.github.com
9
+ $ gem install rubiii-savon -s http://gems.github.com
10
10
 
11
11
  == Dependencies
12
12
 
13
- smacks-apricoteatsgorilla >= 0.5.2
13
+ rubiii-apricoteatsgorilla >= 0.5.2
14
14
  hpricot 0.8.241 (the latest JRuby-compatible version)
15
15
 
16
- Hpricot 0.8.241 is also available at: {Apricot eats Gorilla Downloads}[http://github.com/smacks/apricoteatsgorilla/downloads]
16
+ Hpricot 0.8.241 is also available at: {Apricot eats Gorilla Downloads}[http://github.com/rubiii/apricoteatsgorilla/downloads]
17
17
 
18
18
  == How to use
19
19
 
data/Rakefile CHANGED
@@ -24,7 +24,7 @@ begin
24
24
  spec.name = "savon"
25
25
  spec.author = "Daniel Harrington"
26
26
  spec.email = "me@d-harrington.com"
27
- spec.homepage = "http://github.com/smacks/savon"
27
+ spec.homepage = "http://github.com/rubiii/savon"
28
28
  spec.summary = "SOAP client library to enjoy."
29
29
  spec.description = spec.summary
30
30
 
@@ -38,7 +38,7 @@ begin
38
38
  ]
39
39
 
40
40
  spec.add_runtime_dependency("hpricot", "0.8.241")
41
- spec.add_runtime_dependency("smacks-apricoteatsgorilla", "0.5.2")
41
+ spec.add_runtime_dependency("rubiii-apricoteatsgorilla", "0.5.3")
42
42
 
43
43
  spec.add_development_dependency("rspec", ">= 1.2.8")
44
44
  spec.add_development_dependency("rr", ">= 0.10.0")
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubiii-savon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Harrington
@@ -23,14 +23,14 @@ dependencies:
23
23
  version: 0.8.241
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
- name: smacks-apricoteatsgorilla
26
+ name: rubiii-apricoteatsgorilla
27
27
  type: :runtime
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.5.2
33
+ version: 0.5.3
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: rspec
@@ -74,7 +74,8 @@ files:
74
74
  - spec/savon/wsdl_spec.rb
75
75
  - spec/spec_helper.rb
76
76
  has_rdoc: true
77
- homepage: http://github.com/smacks/savon
77
+ homepage: http://github.com/rubiii/savon
78
+ licenses:
78
79
  post_install_message:
79
80
  rdoc_options:
80
81
  - --charset=UTF-8
@@ -101,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
102
  requirements: []
102
103
 
103
104
  rubyforge_project:
104
- rubygems_version: 1.2.0
105
+ rubygems_version: 1.3.5
105
106
  signing_key:
106
107
  specification_version: 2
107
108
  summary: SOAP client library to enjoy.