washout_builder 1.1.2 → 1.2.2
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 +4 -4
- data/README.md +4 -0
- data/app/views/wash_with_html/all_services.builder +4 -4
- data/lib/washout_builder/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0be6f06eef1723e93ba86da90d5cd1a11e6f37a
|
|
4
|
+
data.tar.gz: 9ec62a170482e5b9675d1b4eec6a51644371ac7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ea60db1ffdecc2238074ef0a1802cdb61343db4dd5874d94eb282bf4bb3174de3d327124d613b675d7f2b756ccc422b6b9d8fa3b145c6f760a5c308335ddf7d
|
|
7
|
+
data.tar.gz: dc2ea403a1fc8319b0e0edf093035c15aa80927f2daf530c889369ca3d2cd8d985a91f9e73dae12eeae4f0aa88ea03d5aee834acfc83ff6e0f1de735632ba6f4
|
data/README.md
CHANGED
|
@@ -21,6 +21,10 @@ Live DEMO
|
|
|
21
21
|
|
|
22
22
|
- [Demo Application](http://washout-builder.herokuapp.com)
|
|
23
23
|
|
|
24
|
+
Click on the **Documentation** links on that page to see the demo application.
|
|
25
|
+
|
|
26
|
+
Hope you enjoy it :)
|
|
27
|
+
|
|
24
28
|
Demo Application Source Code
|
|
25
29
|
----------------------------
|
|
26
30
|
|
|
@@ -38,19 +38,19 @@ xml.html( "xmlns" => "http://www.w3.org/1999/xhtml" ) {
|
|
|
38
38
|
unless @services.blank?
|
|
39
39
|
|
|
40
40
|
@services.each do |service|
|
|
41
|
-
xml.h1 "#{service['service_name']} Soap
|
|
41
|
+
xml.h1 "#{service['service_name']} Soap Web Service"
|
|
42
42
|
xml.p {|pre| pre << "Documentation URI: <a href='#{service['documentation_url']}'>#{service['documentation_url']}</a>" }
|
|
43
43
|
xml.p {|pre| pre << "Endpoint URI: <a href='javascript:void(0)'>#{service['endpoint']}</a>" }
|
|
44
44
|
xml.p {|pre| pre << "WSDL URI: <a href='#{service['namespace']}'>#{service['namespace']}</a>" }
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
|
-
|
|
47
|
+
|
|
48
48
|
if @services.blank?
|
|
49
49
|
xml.h1 "Available Services"
|
|
50
50
|
xml.p "There are no services yet added. Please add the routes for your services and try again!"
|
|
51
51
|
end
|
|
52
|
-
|
|
52
|
+
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
}
|
|
56
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: washout_builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bogdanRada
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: wash_out
|
|
@@ -434,7 +434,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
434
434
|
version: '0'
|
|
435
435
|
requirements: []
|
|
436
436
|
rubyforge_project:
|
|
437
|
-
rubygems_version: 2.4
|
|
437
|
+
rubygems_version: 2.6.4
|
|
438
438
|
signing_key:
|
|
439
439
|
specification_version: 4
|
|
440
440
|
summary: WashOut Soap Service HTML-Documentation generator (extends WashOut https://github.com/inossidabile/wash_out/)
|
|
@@ -480,4 +480,3 @@ test_files:
|
|
|
480
480
|
- spec/support/complex_types/fluffy_container.rb
|
|
481
481
|
- spec/support/complex_types/project_type.rb
|
|
482
482
|
- spec/support/complex_types/test_type.rb
|
|
483
|
-
has_rdoc:
|