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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a914e492b5b7a17eaf2ae0d08e964ae6d7a0d80
4
- data.tar.gz: 081a5fa47cc41655a217f7eb3a0f557f11c55199
3
+ metadata.gz: a0be6f06eef1723e93ba86da90d5cd1a11e6f37a
4
+ data.tar.gz: 9ec62a170482e5b9675d1b4eec6a51644371ac7a
5
5
  SHA512:
6
- metadata.gz: 51276d46ea0fc18ce19d3324bff3f7db27d18327c6aa8da4af7aa72de71752bb4851ff70e2fc5c1569064087fd9e96d598ddda8103b2ee1a2f3b41bd9316e075
7
- data.tar.gz: 54e22a54e16fe27c376a9683189d2edbd35bcdce0082e9769bda5dac49bffa0cdf334a8c8688993be831465a3ea3422825ac40be69935064abf6597adf334880
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 Webservice"
41
+ xml.h1 "#{service['service_name']} Soap Web Service"
42
42
  xml.p {|pre| pre << "Documentation URI: &nbsp;<a href='#{service['documentation_url']}'>#{service['documentation_url']}</a>" }
43
43
  xml.p {|pre| pre << "Endpoint URI: &nbsp;<a href='javascript:void(0)'>#{service['endpoint']}</a>" }
44
44
  xml.p {|pre| pre << "WSDL URI: &nbsp;<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
+ }
@@ -10,7 +10,7 @@ module WashoutBuilder
10
10
  # the major version of the gem
11
11
  MAJOR = 1
12
12
  # the minor version of the gem
13
- MINOR = 1
13
+ MINOR = 2
14
14
  # the tiny version of the gem
15
15
  TINY = 2
16
16
  # if the version should be a e
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.1.2
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-03-02 00:00:00.000000000 Z
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.8
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: