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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d81940b7c95761e9a130798dedb0fc3e4479d156
4
- data.tar.gz: cfa57838bdf7201b09a4815bcc11b9a87a377c9d
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ M2IwZTcxZmMwZjM3ZTc0NzdkYzFlZmIyMTE2OGI0ZmRjYzM4YjFjNg==
5
+ data.tar.gz: !binary |-
6
+ YmE4N2ZkZGFhYmUzMTlmZjA3ZjY2NTBlOGMxZWUzODhjNjU4N2I0YQ==
5
7
  SHA512:
6
- metadata.gz: 838c5361c821362704213e40660755889cd8bd1f361997ec47c9fd1da254d6df117afe77ecc8b6670d394658dbd633901782d2e6f77609b3ab27286cca78a47b
7
- data.tar.gz: 435541434ccc040be0f1daf4c139e8572fb9dea709d497c85ad641b1b601892443b408ac8fb430b55aefbe0bcd61df8b37fb0fe4334066925fc83b1164b171af
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'
@@ -1,5 +1,5 @@
1
1
  module Soap4r
2
2
  module Middleware
3
- VERSION = "0.8.6"
3
+ VERSION = "0.8.7"
4
4
  end
5
5
  end
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.6
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-05-20 00:00:00.000000000 Z
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
- - ".gitignore"
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.8
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