pgericson-handsoap 1.1.7

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.
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pgericson-handsoap
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.7
5
+ platform: ruby
6
+ authors:
7
+ - Troels Knak-Nielsen
8
+ - Jimmi Westerberg
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2010-01-18 00:00:00 +01:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: Handsoap is a library for creating SOAP clients in Ruby
18
+ email:
19
+ - troelskn@gmail.com
20
+ - frontend@unwire.dk
21
+ executables: []
22
+
23
+ extensions: []
24
+
25
+ extra_rdoc_files:
26
+ - README.markdown
27
+ files:
28
+ - DEPLOY.markdown
29
+ - README.markdown
30
+ - VERSION.yml
31
+ - generators/handsoap/USAGE
32
+ - generators/handsoap/handsoap_generator.rb
33
+ - generators/handsoap/templates/DUMMY
34
+ - lib/handsoap.rb
35
+ - lib/handsoap/compiler.rb
36
+ - lib/handsoap/deferred.rb
37
+ - lib/handsoap/http.rb
38
+ - lib/handsoap/http/drivers.rb
39
+ - lib/handsoap/http/drivers/abstract_driver.rb
40
+ - lib/handsoap/http/drivers/curb_driver.rb
41
+ - lib/handsoap/http/drivers/event_machine_driver.rb
42
+ - lib/handsoap/http/drivers/http_client_driver.rb
43
+ - lib/handsoap/http/drivers/mock_driver.rb
44
+ - lib/handsoap/http/drivers/net_http_driver.rb
45
+ - lib/handsoap/http/part.rb
46
+ - lib/handsoap/http/request.rb
47
+ - lib/handsoap/http/response.rb
48
+ - lib/handsoap/parser.rb
49
+ - lib/handsoap/service.rb
50
+ - lib/handsoap/xml_mason.rb
51
+ - lib/handsoap/xml_query_front.rb
52
+ has_rdoc: true
53
+ homepage: http://github.com/unwire/handsoap
54
+ licenses: []
55
+
56
+ post_install_message:
57
+ rdoc_options:
58
+ - --charset=UTF-8
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: "0"
72
+ version:
73
+ requirements:
74
+ - |-
75
+ You need to install either "curb" or "httpclient", using one of:
76
+ gem install curb
77
+ gem install httpclient
78
+ - It is recommended that you install either "nokogiri" or "libxml-ruby"
79
+ rubyforge_project:
80
+ rubygems_version: 1.3.5
81
+ signing_key:
82
+ specification_version: 3
83
+ summary: Handsoap is a library for creating SOAP clients in Ruby
84
+ test_files: []
85
+