washout_builder 0.8.10 → 0.8.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/app/views/wash_with_html/all_services.builder +5 -0
- data/lib/washout_builder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjY4ZjI3ZWQ2YTBjYjFhOTAyMWZiMDNhZTM5Yjc4MmU4MWQ1OGI3Mg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDc2ZGNhMTRmYzFmNzZjM2IyNjc3MTgyMThkMmZjMjlmNzg3NDI1Yg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MjNlYmEwMTE5ZWIwMGUxZTg0Njk1ODQ4MjFlZjdhOGE4ODkxNDI2YTk5MWJm
|
10
|
+
MzI1MTgwNGU4YTU4MDAyMjc1OTA5MDNhNjdlMGU4NmU4ZThjMTVjNjgwYzNl
|
11
|
+
YWNmOTFhY2E4OTIyYzUwNTUzY2NkZjQ3OGJkYWQ3NGFiZDA5ZTY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NWVlZmZkNzgxYTgyYzQzNmNiMmZkYTAyM2UyZDNjZjVmZTJlZmMxY2E5ZjNj
|
14
|
+
MDI2NDJhZDE2ZGE0N2Q0ZThmYWZmYzVlMTZhMWMyNzNmMGE2YjRjNGFlNjcw
|
15
|
+
ZWIyMzM1MjliZGVhZWI5OGNiMmU0N2ZmMzg5MzczNjhjOWVlNjI=
|
@@ -44,6 +44,11 @@ xml.html( "xmlns" => "http://www.w3.org/1999/xhtml" ) {
|
|
44
44
|
xml.p {|pre| pre << "WSDL URI: <a href='#{service[:namespace]}'><span class='pre'>#{service[:namespace]}</span></a>" }
|
45
45
|
end
|
46
46
|
end
|
47
|
+
|
48
|
+
if @services.blank?
|
49
|
+
xml.h1 "Available Services"
|
50
|
+
xml.p "There are no services yet added. Please add the routes for your services and try again!"
|
51
|
+
end
|
47
52
|
|
48
53
|
}
|
49
54
|
|