big_check 0.1.11 → 0.1.12

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
  SHA256:
3
- metadata.gz: 857dcfd866ba529e8a8887660fcab8b73ca554f492994bb2540a574099ee878f
4
- data.tar.gz: c694a2609fbef23defb9d5997a8cf63b9aefb2278e374f7dc04df97cf12cae77
3
+ metadata.gz: 53f4842b4de17080d7e63a0d74636e8f7d3f957bd3f955085f6ea1ce77cd0148
4
+ data.tar.gz: 5c3ba77218e8ae9d1eda3e7244d1b1f9207346fb731c8661c0987af40b446cdf
5
5
  SHA512:
6
- metadata.gz: 2f8b762e6750e1fd79811199765ad2c23dca712ac19d5a03311008e7466333bf224f10ac869a8213560276e672df6075f210cb94d4fa85b7f6905b1d09940e1d
7
- data.tar.gz: afaef0ac15f8f06c64b7fa6d8f0de37eb88c0f02155e9786ecc348ff76ac2ad1326ee812bdd7eb12cd8a14f7e738d805872332514eccd0b95c856090abea8487
6
+ metadata.gz: f243459699e3e537c1644b4df642c2ee1705a4b9008eb39ea57ba1c67ed7d7dd7f8706603aba68e65e03f36ad9f51e290e3ad2e76cf7623a5c149992c84a0bcc
7
+ data.tar.gz: 8e3f04667e8e16e0fd4fed1b6901f34e27e2b033a58a201a9a178df72423ae91e43e0659450dbcd015f84a90973aa7c785a92a8bb30cbc3e9d79721a82caaa04
Binary file
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Gem that allows for checks against the dutch BIG register}
13
13
  spec.description = %q{Gem that allows for checks against the dutch BIG register}
14
- spec.homepage = "http://www.bidregister.nl"
14
+ spec.homepage = "https://github.com/bo-oz/big_check"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -5,7 +5,7 @@ module BigCheck
5
5
  attr_reader :hcp, :response, :client, :classifications
6
6
 
7
7
  def initialize
8
- @client = @client || Savon.client(wsdl: ENDPOINT, log: false, raise_errors: false)
8
+ @client = @client || Savon.client(wsdl: ENDPOINT, log: false, raise_errors: false, ssl_verify_mode: :none)
9
9
  end
10
10
 
11
11
  def check_by_big(big_number)
@@ -1,3 +1,3 @@
1
1
  module BigCheck
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: big_check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - bo-oz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-24 00:00:00.000000000 Z
11
+ date: 2020-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -81,6 +81,7 @@ files:
81
81
  - LICENSE.txt
82
82
  - README.md
83
83
  - Rakefile
84
+ - big_check-0.1.11.gem
84
85
  - big_check.gemspec
85
86
  - bin/console
86
87
  - bin/setup
@@ -89,7 +90,7 @@ files:
89
90
  - lib/big_check/client.rb
90
91
  - lib/big_check/hcp.rb
91
92
  - lib/big_check/version.rb
92
- homepage: http://www.bidregister.nl
93
+ homepage: https://github.com/bo-oz/big_check
93
94
  licenses:
94
95
  - MIT
95
96
  metadata: {}
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
109
  - !ruby/object:Gem::Version
109
110
  version: '0'
110
111
  requirements: []
111
- rubygems_version: 3.0.3
112
+ rubygems_version: 3.0.6
112
113
  signing_key:
113
114
  specification_version: 4
114
115
  summary: Gem that allows for checks against the dutch BIG register