washout_builder 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/wash_with_html/doc.builder +2 -2
- data/lib/washout_builder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ad8d849dc2071cd6beb38f0d1ec8d053857e4ed
|
4
|
+
data.tar.gz: 86f0df05faa8d71ba29a7a5f933a11d2d8760551
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8269346c5e2e1a35e78d510988853dd117d158add2f4bc4586a2cf8d7adae8a1ecdbe8e9d65e5575b5f437236bfeef763e56297c99a444ceb1fd025779caf53
|
7
|
+
data.tar.gz: ab69d71b6d7c9d94beb4e90777e8b37667f078abb5acc8814320c6326759a184686ea036eea3fb17de90b5dd4597418847c764fa9dd244c4d83878ff7968214b
|
@@ -104,8 +104,8 @@ xml.html( "xmlns" => "http://www.w3.org/1999/xhtml" ) {
|
|
104
104
|
@map.each { |operation, formats|
|
105
105
|
xml << render(:partial => "wash_with_html/public_method", :locals => {
|
106
106
|
:operation => operation,
|
107
|
-
:input => formats[:
|
108
|
-
:output => formats[:
|
107
|
+
:input => formats[:in],
|
108
|
+
:output => formats[:out] ,
|
109
109
|
:exceptions => formats[:raises],
|
110
110
|
:description => formats[:description],
|
111
111
|
:args_description => formats[:args_description]
|