wash_out 0.8.3 → 0.8.4

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: 8f925b066c810e54e977ebfe7f2bd4cae656a654
4
- data.tar.gz: 8a1df739c18aa002a00a4e36242fe7687665f76d
3
+ metadata.gz: e9f5b28be0d686376641e72fe453eb0d726361ee
4
+ data.tar.gz: 6f814eff3cdc68936e048041682bea97be9ff8f7
5
5
  SHA512:
6
- metadata.gz: 1bb4ff02b4469fa69015c1cb42eb1031a1123f28503ebad75a686b5c3bb1bec2603f42e6015106699995defc760f6f3b3bb0b3a558c89d54e42a446aa43c6843
7
- data.tar.gz: 7e2518084c5f7a99dffb44277747f9df073ec63bdafd1874329e97b50b48f32e1e64ab7e42672cd47c016a5b89d9e7da48d55945547836ec795e997a472ce10d
6
+ metadata.gz: a6752952791b76997031adcdd04ebfa4ff6029a4d61b7e8926675567db8bebfa176b4b7263790c9058ca2d2a67cd03c574fa5996f9191f4c36bf14eb2cacfbd7
7
+ data.tar.gz: eed694bc389c2800e85caeccdbb376017b1c116183d2636f5731b2611c521f71108852293d9f86fbff8609bd41bb311b11ac42021701122629a3973914e1a13f
@@ -49,7 +49,7 @@ xml.definitions 'xmlns' => 'http://schemas.xmlsoap.org/wsdl/',
49
49
 
50
50
  xml.service :name => "service" do
51
51
  xml.port :name => "#{@name}_port", :binding => "tns:#{@name}_binding" do
52
- xml.tag! "soap:address", :location => url_for(:action => '_action', :only_path => false)
52
+ xml.tag! "soap:address", :location => send("#{@name}_action_url")
53
53
  end
54
54
  end
55
55
 
@@ -49,7 +49,7 @@ xml.definitions 'xmlns' => 'http://schemas.xmlsoap.org/wsdl/',
49
49
 
50
50
  xml.service :name => "service" do
51
51
  xml.port :name => "#{@name}_port", :binding => "tns:#{@name}_binding" do
52
- xml.tag! "soap:address", :location => url_for(:action => '_action', :only_path => false)
52
+ xml.tag! "soap:address", :location => send("#{@name}_action_url")
53
53
  end
54
54
  end
55
55
 
@@ -1,3 +1,3 @@
1
1
  module WashOut
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wash_out
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Staal
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-31 00:00:00.000000000 Z
12
+ date: 2013-09-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nori