washout_builder 0.3.9 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,7 +42,6 @@ module WashoutBuilderHelper
42
42
  defined.concat(nested)
43
43
  end
44
44
  end
45
- defined << {:class =>"ValidationErrors", :obj => nil} unless get_fault_types_names(map).blank?
46
45
  defined.sort_by { |hash| hash[:class].downcase }.uniq unless defined.blank?
47
46
  end
48
47
 
@@ -66,16 +65,7 @@ module WashoutBuilderHelper
66
65
 
67
66
 
68
67
 
69
- def create_html_complex_type_validation_errors(xml)
70
- xml.a( "name" => "ValidationErrors") { }
71
- xml.h3 "ValidationErrors"
72
68
 
73
- xml.ul("class" => "pre") {
74
- xml.li { |pre| pre << "<span class='blue'>string</span>&nbsp;<span class='bold'>related</span>" }
75
- xml.li { |pre| pre << "<span class='blue'>string</span>&nbsp;<span class='bold'>message</span>" }
76
- xml.li { |pre| pre << "<span class='blue'>Array of string</span>&nbsp;<span class='bold'>arguments</span>" }
77
- }
78
- end
79
69
 
80
70
 
81
71
 
@@ -99,7 +99,6 @@ xml.html( "xmlns" => "http://www.w3.org/1999/xhtml" ) {
99
99
 
100
100
 
101
101
  unless @fault_types.blank?
102
- create_html_complex_type_validation_errors(xml)
103
102
  xml.h2 "Fault types:"
104
103
  create_html_fault_types_details(xml, @map)
105
104
  end
@@ -1,3 +1,3 @@
1
1
  module WashoutBuilder
2
- VERSION = "0.3.9"
2
+ VERSION = "0.4.0"
3
3
  end
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: 0.3.9
4
+ version: 0.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: