soap4r_rack_middleware_es 0.8.6 → 0.8.7
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 +13 -5
- data/lib/soap4r_rack_middleware_es.rb +3 -1
- data/lib/soap4r_rack_middleware_es/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
M2IwZTcxZmMwZjM3ZTc0NzdkYzFlZmIyMTE2OGI0ZmRjYzM4YjFjNg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
YmE4N2ZkZGFhYmUzMTlmZjA3ZjY2NTBlOGMxZWUzODhjNjU4N2I0YQ==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MjRkNWI4NTRkODU2ODUwZGUyODllYTgzMWU1MWVhMDBiZWIwYzhkNjA5M2I1
|
|
10
|
+
NjFlMWU1ZWRmZWY1MTkyN2E5NDhhN2M0MDY0ZTdhYzU4M2E3MjUzZjAyYTI0
|
|
11
|
+
ZGQ1ZWRhYzk4MDYwMjM1MDJlYzk0MDFkZDRkNmFjNDA0MjFlNmQ=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
ZjliYTkyYTA2NDdmNWU3NjllY2MzNTIwOTk5MzIyOTI1YzU1MzU5NTM2NDkx
|
|
14
|
+
ZWU3YTcxMmE1ZTFlMDZhYWVlNjgyODQzODk4NzM2YTkxOGJhMWU5Mzc5Y2Fl
|
|
15
|
+
NzFiOWNkN2ZjN2NmY2Y3ZGRmNjg1NTc0YWE1NDYwZTI5NGNjZWE=
|
|
@@ -75,6 +75,8 @@ module Soap4r
|
|
|
75
75
|
if !soapaction.nil? and !soapaction.empty?
|
|
76
76
|
if /\A"(.+)"\z/ =~ soapaction
|
|
77
77
|
return $1
|
|
78
|
+
elsif /(.+)/ =~ soapaction
|
|
79
|
+
return $1
|
|
78
80
|
end
|
|
79
81
|
end
|
|
80
82
|
nil
|
|
@@ -176,4 +178,4 @@ module Soap4r
|
|
|
176
178
|
end
|
|
177
179
|
end
|
|
178
180
|
|
|
179
|
-
require 'soap4r_rack_middleware_es/base'
|
|
181
|
+
require 'soap4r_rack_middleware_es/base'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: soap4r_rack_middleware_es
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Palmer
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-07-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Viene integrato in un applicazione Rack e permette di esporre degli endpoint
|
|
15
15
|
SOAP
|
|
@@ -19,7 +19,7 @@ executables: []
|
|
|
19
19
|
extensions: []
|
|
20
20
|
extra_rdoc_files: []
|
|
21
21
|
files:
|
|
22
|
-
-
|
|
22
|
+
- .gitignore
|
|
23
23
|
- Gemfile
|
|
24
24
|
- LICENSE
|
|
25
25
|
- README.md
|
|
@@ -38,17 +38,17 @@ require_paths:
|
|
|
38
38
|
- lib
|
|
39
39
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
40
40
|
requirements:
|
|
41
|
-
- -
|
|
41
|
+
- - ! '>='
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: '0'
|
|
44
44
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
|
-
- -
|
|
46
|
+
- - ! '>='
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
48
|
version: '0'
|
|
49
49
|
requirements: []
|
|
50
50
|
rubyforge_project:
|
|
51
|
-
rubygems_version: 2.4.
|
|
51
|
+
rubygems_version: 2.4.3
|
|
52
52
|
signing_key:
|
|
53
53
|
specification_version: 4
|
|
54
54
|
summary: Fornisce un middleware rack per integrare le chiamate SOAP di PagoPA
|