ws_cee_client 0.1.7 → 0.1.8

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: fef24554f82a0fc353047a6da6271bd93fbb4ebe
4
- data.tar.gz: 6b07f97f2b08bbbd2a1b2bd905380c276afe57c9
3
+ metadata.gz: 737e061abeaf62be59a7853d81d2a2982aef29ca
4
+ data.tar.gz: 17005f8b4f171ced7f9ee65e6463d5dc31f3d666
5
5
  SHA512:
6
- metadata.gz: 28634fd1184c8d55542b47c2428edc1468851cbf23d13f0adb1888a9ff7491460247a9fad8d90e97456c84ceb99410b63b905ee060dab35c47d77754a76a19c2
7
- data.tar.gz: 61285abdbee54e5cffab82328cf35605c62ed3fc2c69554b42a5eafc47f16bef6acf18aed0ef6b00703bd378078002d5cefddf653b60cb2f497db401df1726ae
6
+ metadata.gz: f9f62e614df2ebed2d1a1fbbfd6c8af545c64655cc7ad411b80f1b3c557f70b3cf54c7bcf815689eef5433e6657b0d97c0b377fdff2b878f9b3cb353a058726d
7
+ data.tar.gz: 796563627fb44721db3fffda562ca43276a4cad9ec3359f7384487296d7944861487dfe65db60e5b968529f7c097594d2d75e67583ed3e4666747d03d0322ca6
@@ -20,7 +20,7 @@ module WsCee
20
20
  def initialize(options={})
21
21
  @username = options[:username]
22
22
  @password = options[:password]
23
- @proxy = options[:proxy]
23
+ @proxy = options[:proxy].to_s
24
24
 
25
25
  savon_options = { wsdl: (options[:testing] ? WS_CEE_TESTING_URL : WS_CEE_PRODUCTION_URL) }
26
26
  savon_options.merge!({ proxy: @proxy }) if !@proxy.nil? && !@proxy.empty?
@@ -1,3 +1,3 @@
1
1
  module WsCee
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
  end
metadata CHANGED
@@ -1,80 +1,80 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ws_cee_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaromír Červenka
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: savon
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - "~>"
16
+ - - ~>
18
17
  - !ruby/object:Gem::Version
19
18
  version: '2.0'
20
- type: :runtime
19
+ name: savon
21
20
  prerelease: false
21
+ type: :runtime
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: bundler
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
- - - "~>"
30
+ - - ~>
32
31
  - !ruby/object:Gem::Version
33
32
  version: '1.10'
34
- type: :development
33
+ name: bundler
35
34
  prerelease: false
35
+ type: :development
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.10'
41
41
  - !ruby/object:Gem::Dependency
42
- name: rake
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
- - - "~>"
44
+ - - ~>
46
45
  - !ruby/object:Gem::Version
47
46
  version: '10.0'
48
- type: :development
47
+ name: rake
49
48
  prerelease: false
49
+ type: :development
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: minitest
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
- - - ">="
58
+ - - '>='
60
59
  - !ruby/object:Gem::Version
61
60
  version: '0'
62
- type: :development
61
+ name: minitest
63
62
  prerelease: false
63
+ type: :development
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description:
69
+ description:
70
70
  email:
71
71
  - jaromir@virt.io
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - ".gitignore"
77
- - ".travis.yml"
76
+ - .gitignore
77
+ - .travis.yml
78
78
  - CODE_OF_CONDUCT.md
79
79
  - Gemfile
80
80
  - LICENSE.txt
@@ -92,25 +92,24 @@ homepage: https://github.com/enrian/ws_cee_client
92
92
  licenses:
93
93
  - MIT
94
94
  metadata: {}
95
- post_install_message:
95
+ post_install_message:
96
96
  rdoc_options: []
97
97
  require_paths:
98
98
  - lib
99
99
  required_ruby_version: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ">="
101
+ - - '>='
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
- - - ">="
106
+ - - '>='
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubyforge_project:
111
- rubygems_version: 2.5.1
112
- signing_key:
110
+ rubyforge_project:
111
+ rubygems_version: 2.4.5
112
+ signing_key:
113
113
  specification_version: 4
114
- summary: Client for communication with Czech Database of Distraints. Connected to
115
- Bisnode WS CEE SOAP API.
114
+ summary: Client for communication with Czech Database of Distraints. Connected to Bisnode WS CEE SOAP API.
116
115
  test_files: []