washout_builder 1.2.2 → 1.2.3

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: a0be6f06eef1723e93ba86da90d5cd1a11e6f37a
4
- data.tar.gz: 9ec62a170482e5b9675d1b4eec6a51644371ac7a
3
+ metadata.gz: 583c3056d9c5e86777eb473fae532d9a1f46f335
4
+ data.tar.gz: 8a41db701c40d08540772a813e706496b323a924
5
5
  SHA512:
6
- metadata.gz: 1ea60db1ffdecc2238074ef0a1802cdb61343db4dd5874d94eb282bf4bb3174de3d327124d613b675d7f2b756ccc422b6b9d8fa3b145c6f760a5c308335ddf7d
7
- data.tar.gz: dc2ea403a1fc8319b0e0edf093035c15aa80927f2daf530c889369ca3d2cd8d985a91f9e73dae12eeae4f0aa88ea03d5aee834acfc83ff6e0f1de735632ba6f4
6
+ metadata.gz: 9a6ec018e49ea7b740471e715a8481c07dbe0ffb9ccb6c5d3362e2bbba0112fe0ac3c4dcc9e10194dec6620832f8c5e144823f350c90321563a338787a3d6969
7
+ data.tar.gz: f2c7ffdd322456c62e6f0101e816c4171c720d07ca73598b21c23c2de4b6d951196b97b902d8de04e73f0ff6a960bf0c69d398810a5ee3c3c28eb4c47c865bf8
@@ -5,12 +5,12 @@ before_install:
5
5
  - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
6
6
  - gem install bundler
7
7
  rvm:
8
- - 1.9.3
9
8
  - 2.0.0
10
9
  - 2.1.5
11
10
  - 2.2.2
12
11
  - 2.2.3
13
12
  - 2.3.0
13
+ - 2.3.1
14
14
  env:
15
15
  - RAILS_ENV=test RACK_ENV=test
16
16
  notifications:
data/Appraisals CHANGED
@@ -45,3 +45,7 @@ end
45
45
  appraise "rails-4.2.5" do
46
46
  gem "rails", "4.2.5"
47
47
  end
48
+
49
+ appraise "rails-4.2.6" do
50
+ gem "rails", "4.2.6"
51
+ end
@@ -40,7 +40,7 @@ xml.html( "xmlns" => "http://www.w3.org/1999/xhtml" ) {
40
40
  @services.each do |service|
41
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
- xml.p {|pre| pre << "Endpoint URI: &nbsp;<a href='javascript:void(0)'>#{service['endpoint']}</a>" }
43
+ xml.p {|pre| pre << "Endpoint URI: &nbsp;<a href='#{service['endpoint']}'>#{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
@@ -12,7 +12,7 @@ module WashoutBuilder
12
12
  # the minor version of the gem
13
13
  MINOR = 2
14
14
  # the tiny version of the gem
15
- TINY = 2
15
+ TINY = 3
16
16
  # if the version should be a e
17
17
  PRE = nil
18
18
 
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.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-19 00:00:00.000000000 Z
11
+ date: 2016-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: wash_out
@@ -480,3 +480,4 @@ 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: