okcomputer-checks 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ok_computer/checks/hubspot_check.rb +1 -1
- data/lib/ok_computer/checks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f8fe4e2977b1bf89c003d9c98e9924ebfc5953872592d678cb4df4a3d4e7a9b
|
4
|
+
data.tar.gz: 8fbda4d43ee4dc061e6ec523c6fc6184010d19b55dc35b339aa62e3e6ce77fdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cf97da455d7e78cdb9891bc9d33a33704ee4577fb73d9fef8008cfe1755428ee9381cefc5805e754673902349c54aab357d7f47acda3bad3ae149989fade7ce
|
7
|
+
data.tar.gz: 327f6fac075c99ef6fd72cb48c555167021754f7b5552d4d48f4afdec821f9eb04a3376943d0d8f18a19124c145dc132311e0a9f35a485481853c0f31802c495
|
@@ -31,7 +31,7 @@ module OkComputer
|
|
31
31
|
def perform_request
|
32
32
|
response = Faraday.get(url, request: { timeout: request_timeout }) do |req|
|
33
33
|
req.headers['Content-Type'] = 'application/json'
|
34
|
-
req.
|
34
|
+
req.params['hapikey'] = api_key
|
35
35
|
end
|
36
36
|
|
37
37
|
[response.status, MultiJson.decode(response.body)]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: okcomputer-checks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- First Circle Engineering
|
@@ -266,7 +266,7 @@ homepage: https://github.com/carabao-capital/okcomputer-checks
|
|
266
266
|
licenses:
|
267
267
|
- MIT
|
268
268
|
metadata:
|
269
|
-
source_code_uri: https://github.com/carabao-capital/okcomputer-checks/tree/v1.1.
|
269
|
+
source_code_uri: https://github.com/carabao-capital/okcomputer-checks/tree/v1.1.1
|
270
270
|
allowed_push_host: https://rubygems.org
|
271
271
|
post_install_message:
|
272
272
|
rdoc_options: []
|