losant_rest 1.21.1 → 1.21.2
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 +4 -4
- data/lib/platform_rest/client.rb +2 -2
- data/lib/platform_rest/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: 49dc64c67af650ebf0977da342d6e739c802570f8c494e4a8a0d3e43485a898b
|
4
|
+
data.tar.gz: 96e11931c1e669f6eade3fe045ac1b600633d390f6e128643bad8b7baa1ce8e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c422a0f9f54b7f7bb28383a557b83e49058346ccf8bb4e4c060dbfc927d03790d4cf644357f3dc4a84b232ae6455c3c978c58bea6f165222949615efeecbe4df
|
7
|
+
data.tar.gz: fb36d62ade970219d4e672ecf0241d879af6d73c9dad4c930b61ff4a1c2bec439f93ac7db9c59b8c379c267a321c65c6a00321435ef96ef61756f828fd9181fd
|
data/lib/platform_rest/client.rb
CHANGED
@@ -27,7 +27,7 @@ module PlatformRest
|
|
27
27
|
#
|
28
28
|
# User API for accessing platform data
|
29
29
|
#
|
30
|
-
# Built For Version 1.27.
|
30
|
+
# Built For Version 1.27.2
|
31
31
|
class Client
|
32
32
|
attr_accessor :auth_token, :url
|
33
33
|
|
@@ -406,7 +406,7 @@ module PlatformRest
|
|
406
406
|
|
407
407
|
headers["Accept"] = "application/json"
|
408
408
|
headers["Content-Type"] = "application/json"
|
409
|
-
headers["Accept-Version"] = "^1.27.
|
409
|
+
headers["Accept-Version"] = "^1.27.2"
|
410
410
|
headers["Authorization"] = "Bearer #{self.auth_token}" if self.auth_token
|
411
411
|
path = self.url + options.fetch(:path, "")
|
412
412
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: losant_rest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.21.
|
4
|
+
version: 1.21.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Kuehl
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|