Skip to content

Commit

Permalink
Merge branch 'release/v0.4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Dec 3, 2013
2 parents 41e7dd5 + 3ff1e24 commit fef918f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/washout_builder_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def create_html_public_method(xml, operation, formats)
xml.p "Exceptions:"
xml.ul {
faults.each do |p|
xml.li("class" => "pre"){ |y| y<< "<a href='##{p.to_s.classify}'><span class='lightBlue'> #{p.to_s.classify}</span></a>" }
xml.li("class" => "pre"){ |y| y<< "<a href='##{p.class.to_s}'><span class='lightBlue'> #{p.class.to_s}</span></a>" }
end
}
end
Expand Down
2 changes: 1 addition & 1 deletion lib/washout_builder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WashoutBuilder
VERSION = "0.4.2"
VERSION = "0.4.3"
end

0 comments on commit fef918f

Please sign in to comment.