soap-lc 0.0.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.
metadata ADDED
@@ -0,0 +1,95 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: soap-lc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - "Gr\xC3\xA9goire Lejeune"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-01-24 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: activesupport
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ description: SOAP Lite Client provides support for developing clients interfaces from WSDL files.
26
+ email: gregoire.lejeune@free.fr
27
+ executables: []
28
+
29
+ extensions: []
30
+
31
+ extra_rdoc_files:
32
+ - README
33
+ - AUTHORS
34
+ - COPYING
35
+ - lib/soap/lc.rb
36
+ - lib/soap/lc/wsdl.rb
37
+ - lib/soap/lc/request.rb
38
+ - lib/soap/lc/response.rb
39
+ files:
40
+ - COPYING
41
+ - README
42
+ - AUTHORS
43
+ - setup.rb
44
+ - lib/soap
45
+ - lib/soap/lc
46
+ - lib/soap/lc/error.rb
47
+ - lib/soap/lc/request.rb
48
+ - lib/soap/lc/response.rb
49
+ - lib/soap/lc/wsdl
50
+ - lib/soap/lc/wsdl/binding.rb
51
+ - lib/soap/lc/wsdl/message.rb
52
+ - lib/soap/lc/wsdl/parser.rb
53
+ - lib/soap/lc/wsdl/portType.rb
54
+ - lib/soap/lc/wsdl/service.rb
55
+ - lib/soap/lc/wsdl.rb
56
+ - lib/soap/lc/xsd.rb
57
+ - lib/soap/lc.rb
58
+ has_rdoc: true
59
+ homepage: http://greg.rubyfr.net
60
+ post_install_message:
61
+ rdoc_options:
62
+ - --quiet
63
+ - --title
64
+ - SOAP Lite Client, the Documentation
65
+ - --opname
66
+ - index.html
67
+ - --line-numbers
68
+ - --main
69
+ - README
70
+ - --inline-source
71
+ - --exclude
72
+ - ^(examples|extras|test|lib)\/
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: 1.8.1
80
+ version:
81
+ required_rubygems_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: "0"
86
+ version:
87
+ requirements: []
88
+
89
+ rubyforge_project:
90
+ rubygems_version: 1.3.1
91
+ signing_key:
92
+ specification_version: 2
93
+ summary: SOAP Lite Client provides support for developing clients interfaces from WSDL files.
94
+ test_files: []
95
+