soap4r_es 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 16eb534a39e958da06e2af8b4a2362e3ae0101b6
4
- data.tar.gz: f1ab95838b4513e65f5a3591a4ec476cb21943d1
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NDA3YzkxNzU5MmEwYTRiYWIxYjI2MGNjMGVlNTM3MGY5NjQ4NGMwMw==
5
+ data.tar.gz: !binary |-
6
+ MWIxMjA2NDFkZTZkOTFjYzI3NmYwYzlhYmU0MjUxNzg0OWIyODU2MA==
5
7
  SHA512:
6
- metadata.gz: 35181fb6d9a6a61c16a5d1a56e350baf5970e2bc170237f59d12e5f276803cbfd30f03097171818dc86371226e07da112680aa1776d7a247588dc9615f895309
7
- data.tar.gz: e47f303f4de2cecb6c4c0a75da67ce45e0628445a4d1da728df352d75c330d0f011aaf7f03ad53fbc30b1e978ef956900d79c993e7ce80b5cba77071c370294b
8
+ metadata.gz: !binary |-
9
+ ODE2NGI5Mjk4YWFlZGJkNjczMjkzMjk5ZGM4ODQxZTJlZmY0ZDQxOGVlNGZj
10
+ NGRkMGM5YThjODkyMTUyYTNmNWMwYzM2ZjQ3MTU5MzBjMzE2YjFlM2YxZGZh
11
+ ZWM3NjQ2N2QyNmU3N2YzNzFiYjljZWQxYWVhNGMwMTdhNDNmOWI=
12
+ data.tar.gz: !binary |-
13
+ ZjgyOTg5Mjc4NTlhOWI4NWI1NWMyYzUwMmM1MDY1YTViYmE5MDc2NDI3NmZl
14
+ ZjZhNmU1ZTgwMDY1YmRiZTc0MWE5MjcwZDQ2ODRlMmVmZjcyY2FiYzM3ZTlh
15
+ NmFjNDBlN2JlMzY1Y2U2MmUxYWY5YzM1ZDZkMDQzNjIxYzlhN2E=
data/lib/soap/version.rb CHANGED
@@ -3,7 +3,7 @@ module SOAP
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 0
6
- TINY = 3
6
+ TINY = 4
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
 
9
9
  FORK = "SOAP4R-NG"
@@ -11,7 +11,6 @@ require 'wsdl/data'
11
11
  require 'wsdl/soap/classDefCreatorSupport'
12
12
  require 'xsd/codegen'
13
13
  require 'set'
14
- require 'byebug'
15
14
 
16
15
  #uso il metodo di rails per convertire il nome della classe da camel case a snake case
17
16
  class String
@@ -9,7 +9,6 @@
9
9
 
10
10
  require 'wsdl/xmlSchema/complexType'
11
11
  require 'soap/mapping'
12
- require 'byebug'
13
12
 
14
13
  module WSDL
15
14
  module XMLSchema
@@ -12,7 +12,6 @@ require 'wsdl/soap/classDefCreatorSupport'
12
12
 
13
13
  module WSDL
14
14
  module SOAP
15
- require 'byebug'
16
15
 
17
16
 
18
17
  # requires @defined_const = {}, @dump_with_inner, @modulepath
data/lib/xsd/datatypes.rb CHANGED
@@ -598,8 +598,6 @@ module XSDDateTimeImpl
598
598
  end
599
599
  end
600
600
 
601
- require 'byebug'
602
-
603
601
  class XSDDateTime < XSDAnySimpleType
604
602
  include XSDDateTimeImpl
605
603
  Type = QName.new(Namespace, DateTimeLiteral)
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soap4r_es
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurence A. Lee, Hiroshi NAKAMURA, Fabiano Pavan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-26 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: httpclient
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: logger-application
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.0.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.0.2
41
41
  description: Soap4R NextGen (as maintained by RubyJedi) for Ruby 1.8 thru 2.1 and
@@ -221,18 +221,18 @@ require_paths:
221
221
  - lib
222
222
  required_ruby_version: !ruby/object:Gem::Requirement
223
223
  requirements:
224
- - - ">="
224
+ - - ! '>='
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  requirements:
229
- - - ">="
229
+ - - ! '>='
230
230
  - !ruby/object:Gem::Version
231
231
  version: '0'
232
232
  requirements:
233
233
  - none
234
234
  rubyforge_project:
235
- rubygems_version: 2.4.8
235
+ rubygems_version: 2.4.3
236
236
  signing_key:
237
237
  specification_version: 4
238
238
  summary: Soap4R-ng - Soap4R (as maintained by RubyJedi) for Ruby 1.8 thru 2.1 and