washout_builder 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52f353a8aecf1b5a98c0917150ac3b5b8d276796
4
- data.tar.gz: d180c28ca71d56fc95355e6cbc136ddff20f4a48
3
+ metadata.gz: fafbd139cf4f8c803058a22ea87f6840c10c01b8
4
+ data.tar.gz: e9e40a75c5431827678f775f7f6d7b4397a32701
5
5
  SHA512:
6
- metadata.gz: 729370b6e96ec3bea73fcea7b0647a2b2301cab068be5d962a11c9e46327d132a94568a1bb5578ab95e9dc69b4a537d04a491a5c6ceaf57014f90db6b705b3ae
7
- data.tar.gz: 3d6b3026e25a81c53c4f03f38da6f82838b2cc1e5d4ee99bcf0cd4f3f74f103768b189ceea917fbaa1af847dc7e3de2650828b215a78eb31a09463e083b0f06a
6
+ metadata.gz: 7e819434cb484e803b3ac003ce77552d9a1675c850b9bda444056ab3a2a5f482ea1256809440f78d23570f8673a024d8a8ff38f1d0081ef72b3e77de1341c527
7
+ data.tar.gz: d1567958f576923690aa1b0583d78e01c4de2ab5fdb5d5c428da320599a3cd2d12973d30d57263b260444e8c0d4f01e04e50012dbe3dfbe1b5eaf98d77a01574
@@ -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[:in],
108
- :output => formats[:out] ,
107
+ :input => formats[:builder_in],
108
+ :output => formats[:builder_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 = 7
15
+ TINY = 8
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.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada