washout_builder 1.0.8 → 1.0.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fafbd139cf4f8c803058a22ea87f6840c10c01b8
4
- data.tar.gz: e9e40a75c5431827678f775f7f6d7b4397a32701
3
+ metadata.gz: 1ad8d849dc2071cd6beb38f0d1ec8d053857e4ed
4
+ data.tar.gz: 86f0df05faa8d71ba29a7a5f933a11d2d8760551
5
5
  SHA512:
6
- metadata.gz: 7e819434cb484e803b3ac003ce77552d9a1675c850b9bda444056ab3a2a5f482ea1256809440f78d23570f8673a024d8a8ff38f1d0081ef72b3e77de1341c527
7
- data.tar.gz: d1567958f576923690aa1b0583d78e01c4de2ab5fdb5d5c428da320599a3cd2d12973d30d57263b260444e8c0d4f01e04e50012dbe3dfbe1b5eaf98d77a01574
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[:builder_in],
108
- :output => formats[:builder_out] ,
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]
@@ -12,7 +12,7 @@ module WashoutBuilder
12
12
  # the minor version of the gem
13
13
  MINOR = 0
14
14
  # the tiny version of the gem
15
- TINY = 8
15
+ TINY = 9
16
16
  # if the version should be a e
17
17
  PRE = nil
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: washout_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada