identity_linker 1.0.0 → 1.0.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 50debcb6edc610b68c66ff176259cdd726d973e1
4
+ data.tar.gz: 37ec71cf9573b8e6c250416931d55aadb37aca34
5
+ SHA512:
6
+ metadata.gz: bd433eb7779499d9854e156309836fc1d25c85e88d8f8448af145a0a58ade54bdcd31f565f67a395d854ee617192f9a4dbf96d2a26c241de6290a76bbe7299d9
7
+ data.tar.gz: c33f4a4717d5243bbeeec74cb999c621afd9959acde3b4e34c5a57188436d8955aa8ea8e89e4fdf58fa006fdd691ac6d28729633013231062a4120506e9d7c25
@@ -11,7 +11,7 @@ module IdentityLinker
11
11
  attr_reader :server_id, :server_secret
12
12
 
13
13
  def self.client
14
- @client ||= Savon.client(wsdl: IdentityLinker.config.wsdl)
14
+ @client ||= Savon.client(wsdl: IdentityLinker.config.wsdl, ssl_verify_mode: :none)
15
15
  end
16
16
 
17
17
  def initialize(server_id = nil, server_secret = nil)
@@ -1,3 +1,3 @@
1
1
  module IdentityLinker
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: identity_linker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 1.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Josh Starcher
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-04-09 00:00:00.000000000 Z
11
+ date: 2014-12-27 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
19
  version: 2.1.0
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
26
  version: 2.1.0
30
27
  description: Ruby library for accessing Cru's Identity Linking system
@@ -34,7 +31,7 @@ executables: []
34
31
  extensions: []
35
32
  extra_rdoc_files: []
36
33
  files:
37
- - .gitignore
34
+ - ".gitignore"
38
35
  - Gemfile
39
36
  - LICENSE
40
37
  - README.md
@@ -48,33 +45,26 @@ files:
48
45
  - spec/spec_helper.rb
49
46
  homepage: https://github.com/CruGlobal/identity_linker
50
47
  licenses: []
48
+ metadata: {}
51
49
  post_install_message:
52
50
  rdoc_options: []
53
51
  require_paths:
54
52
  - lib
55
53
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
54
  requirements:
58
- - - ! '>='
55
+ - - ">="
59
56
  - !ruby/object:Gem::Version
60
57
  version: '0'
61
- segments:
62
- - 0
63
- hash: -11102958888312575
64
58
  required_rubygems_version: !ruby/object:Gem::Requirement
65
- none: false
66
59
  requirements:
67
- - - ! '>='
60
+ - - ">="
68
61
  - !ruby/object:Gem::Version
69
62
  version: '0'
70
- segments:
71
- - 0
72
- hash: -11102958888312575
73
63
  requirements: []
74
64
  rubyforge_project:
75
- rubygems_version: 1.8.23
65
+ rubygems_version: 2.4.2
76
66
  signing_key:
77
- specification_version: 3
67
+ specification_version: 4
78
68
  summary: Ruby library for accessing Cru's Identity Linking system
79
69
  test_files:
80
70
  - spec/spec_helper.rb