washout_builder 0.3.6 → 0.3.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.
data/README.rdoc
CHANGED
@@ -63,9 +63,9 @@ You can still do everything that gem does .
|
|
63
63
|
|
64
64
|
When specifying the <b>soap_action</b> you can also pass a <b>option for description</b> and a <b>list of exceptions</b> that the method can raise at a certain moment.
|
65
65
|
|
66
|
-
The exception classes used <b>must inherit</b> from <tt>WashOut::Dispatcher::SOAPError</tt
|
66
|
+
The exception classes used <b>must inherit</b> from <tt>WashOut::Dispatcher::SOAPError</tt>, which has by default a error code and a message as attributes but you can extend it by adding more accessible_attributes to your own custom class.
|
67
67
|
|
68
|
-
|
68
|
+
<b> If your custom exception class doesn't have any accesible_attributes, these attributes will not appear in the documentation!!!</b>
|
69
69
|
|
70
70
|
Here is an example :
|
71
71
|
|
data/washout_builder.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: washout_builder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- bogdanRada
|
@@ -13,6 +14,7 @@ dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: nori
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - ! '>='
|
18
20
|
- !ruby/object:Gem::Version
|
@@ -20,6 +22,7 @@ dependencies:
|
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
27
|
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
@@ -27,6 +30,7 @@ dependencies:
|
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: wash_out
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
35
|
- - '='
|
32
36
|
- !ruby/object:Gem::Version
|
@@ -34,6 +38,7 @@ dependencies:
|
|
34
38
|
type: :runtime
|
35
39
|
prerelease: false
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
37
42
|
requirements:
|
38
43
|
- - '='
|
39
44
|
- !ruby/object:Gem::Version
|
@@ -57,8 +62,6 @@ files:
|
|
57
62
|
- app/helpers/washout_builder_helper.rb
|
58
63
|
- app/views/wash_with_html/all_services.builder
|
59
64
|
- app/views/wash_with_html/doc.builder
|
60
|
-
- app/views/wash_with_soap/document/custom_error.builder
|
61
|
-
- app/views/wash_with_soap/rpc/custom_error.builder
|
62
65
|
- init.rb
|
63
66
|
- lib/washout_builder.rb
|
64
67
|
- lib/washout_builder/dispatcher.rb
|
@@ -72,25 +75,27 @@ files:
|
|
72
75
|
homepage: http://github.com/bogdanRada/washout_builder/
|
73
76
|
licenses:
|
74
77
|
- MIT
|
75
|
-
metadata: {}
|
76
78
|
post_install_message:
|
77
79
|
rdoc_options: []
|
78
80
|
require_paths:
|
79
81
|
- lib
|
80
82
|
required_ruby_version: !ruby/object:Gem::Requirement
|
83
|
+
none: false
|
81
84
|
requirements:
|
82
85
|
- - ! '>='
|
83
86
|
- !ruby/object:Gem::Version
|
84
87
|
version: '0'
|
85
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
86
90
|
requirements:
|
87
91
|
- - ! '>='
|
88
92
|
- !ruby/object:Gem::Version
|
89
93
|
version: '0'
|
90
94
|
requirements: []
|
91
95
|
rubyforge_project:
|
92
|
-
rubygems_version:
|
96
|
+
rubygems_version: 1.8.25
|
93
97
|
signing_key:
|
94
|
-
specification_version:
|
98
|
+
specification_version: 3
|
95
99
|
summary: WashOut Soap Service Documentation builder (extends WashOut https://github.com/inossidabile/wash_out/)
|
96
|
-
test_files:
|
100
|
+
test_files:
|
101
|
+
- spec/spec_helper.rb
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
ODQ0MzViM2Y5MzVhZDc5MDg5MDkyMTJmMTU5YTlmYzA4YTg5MDhhNw==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ZGVmODdiOTUxODhiODk1YjkwMDc1MWZlOWZkOGJkYjgwOTYxOTI3Nw==
|
7
|
-
!binary "U0hBNTEy":
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
ZTQ2NTY5NGE3ZWMyMTQwMWEzMDk2ZDNkZWNiMjNmMzBkOGI1ZDM4MzEzMzMx
|
10
|
-
NmJhODViNGE4MTA4ZTFjZjNhY2EyN2FjNGI0ZGYyODllMzA1ZmQ1ZmEzYTEw
|
11
|
-
ZmE1M2U3OGMwMTcxYTljYmJkZTQ3OTk3YTAxYTZlNjcwMjc2NWM=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
OTdhZjYwNGY5OGY5NjFhMzBiNjZlNzBlYzFlZmYyOWI2Y2RiNWM5ZWMwYmVl
|
14
|
-
M2ZhMzEwMzQ0MmNhMDRiNDFmYTAxMjk0YWI4MzFjNmNmYmY0MjFlYjdkZDg5
|
15
|
-
ZWU4ZWE5MzY4NmI3MjJkMDE1ZTJhMjJlNzA5NzdmOTI2ZGU1MTE=
|
@@ -1,11 +0,0 @@
|
|
1
|
-
xml.instruct!
|
2
|
-
xml.tag! "soap:Envelope", "xmlns:soap" => 'http://schemas.xmlsoap.org/soap/envelope/',
|
3
|
-
"xmlns:xsi" => 'http://www.w3.org/2001/XMLSchema-instance' do
|
4
|
-
xml.tag! "soap:Body" do
|
5
|
-
xml.tag! "soap:Fault", :encodingStyle => 'http://schemas.xmlsoap.org/soap/encoding/' do
|
6
|
-
xml.faultcode error_faultcode
|
7
|
-
xml.faultstring error_message
|
8
|
-
xml.errors errors
|
9
|
-
end
|
10
|
-
end
|
11
|
-
end
|