americommerce-api 0.0.7 → 0.0.9

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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Njc0NDE5YzE3NTIxZjEyYzYyMzFhZmJmYjE4ZjVjOWVkZjFiYjAwOA==
5
+ data.tar.gz: !binary |-
6
+ Y2M5NzFmODcyMmJmZjBhYTAyMmEzZWNiODQ3MDRmM2U0MzdmMWI1Mw==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ M2Y3MDg2M2I4NDE5NWZmZjE1NzdjMDE1NzcwNjM1NzIyZjIzZGMwYWQwODY1
10
+ ZDBlMzU3Y2I2YzMxZTk2OThlMmNhZmUzZWMxOWEzNDRiMTY2YzlhYTU0MDEw
11
+ ODFhZTgyOWM2Y2I3NDc3NzNmNjJjMzVkNThlYjM0NjZhNWY3NzM=
12
+ data.tar.gz: !binary |-
13
+ MDNkZjQ5ZDJkOTZlMDRiNzQ5ZmM3YWNkOTkzODRiNjEyMTk0ZWQzZWM5NWZk
14
+ OTg3MzMzY2U4NTM0MmQzM2NjYzM0YjI4OWVlNzM3MDY1YTk2ZTZkODNjZDQ0
15
+ YjA4YmQ3YjA5YjQ4ZTViMTFmYmNkZDkzNzFlZWJmYmZlYzhhNTI=
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
14
14
  s.files = ["README.md", "americommerce-api.gemspec"] + Dir['**/*.rb'] + Dir['**/*.crt'] + Dir['**/*.wsdl']
15
15
 
16
16
  s.license = "MIT"
17
- s.add_dependency 'savon'
17
+ s.add_dependency 'savon', '~> 2.3.3'
18
18
  end
@@ -73,6 +73,7 @@ module AmericommerceApi
73
73
  def init_client(ac_header, wsdl)
74
74
  @client = Savon.client({
75
75
  :ssl_verify_mode => :none,
76
+ :ssl_version => :TLSv1,
76
77
  :wsdl => wsdl,
77
78
  :soap_header => ac_header,
78
79
  :namespaces => NAMESPACES,
@@ -1,3 +1,3 @@
1
1
  module Americommerce
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.9'
3
3
  end
metadata CHANGED
@@ -1,32 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: americommerce-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
5
- prerelease:
4
+ version: 0.0.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Yotpo/avichay@yotpo
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-01-09 00:00:00.000000000 Z
11
+ date: 2015-05-06 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: savon
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ~>
20
18
  - !ruby/object:Gem::Version
21
- version: '0'
19
+ version: 2.3.3
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ~>
28
25
  - !ruby/object:Gem::Version
29
- version: '0'
26
+ version: 2.3.3
30
27
  description: Enables Ruby applications to communicate with the Ebay Trading API.
31
28
  email: omri@yotpo.com
32
29
  executables: []
@@ -35,36 +32,35 @@ extra_rdoc_files: []
35
32
  files:
36
33
  - README.md
37
34
  - americommerce-api.gemspec
35
+ - lib/americommerce-api.rb
38
36
  - lib/americommerce/api.rb
39
37
  - lib/americommerce/configuration.rb
40
38
  - lib/americommerce/exceptions.rb
41
39
  - lib/americommerce/response.rb
42
40
  - lib/americommerce/version.rb
43
- - lib/americommerce-api.rb
44
41
  - lib/americommerce/wsdl/americommercedb.asmx.wsdl
45
42
  homepage: https://github.com/YotpoLtd/americommerce-api
46
43
  licenses:
47
44
  - MIT
45
+ metadata: {}
48
46
  post_install_message:
49
47
  rdoc_options: []
50
48
  require_paths:
51
49
  - lib
52
50
  required_ruby_version: !ruby/object:Gem::Requirement
53
- none: false
54
51
  requirements:
55
52
  - - ! '>='
56
53
  - !ruby/object:Gem::Version
57
54
  version: '0'
58
55
  required_rubygems_version: !ruby/object:Gem::Requirement
59
- none: false
60
56
  requirements:
61
57
  - - ! '>='
62
58
  - !ruby/object:Gem::Version
63
59
  version: '0'
64
60
  requirements: []
65
61
  rubyforge_project:
66
- rubygems_version: 1.8.24
62
+ rubygems_version: 2.4.6
67
63
  signing_key:
68
- specification_version: 3
64
+ specification_version: 4
69
65
  summary: Enables Ruby applications to communicate with the Americommerce API
70
66
  test_files: []