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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f41f3c00fb97dfa7f72f19f049104823c454a8f78226108b6b352d2fa5a605b
4
- data.tar.gz: 85731f870544b1763845a867e2f7963ca234dfce7d7fc624e72a36ca16ee2d4c
3
+ metadata.gz: 49dc64c67af650ebf0977da342d6e739c802570f8c494e4a8a0d3e43485a898b
4
+ data.tar.gz: 96e11931c1e669f6eade3fe045ac1b600633d390f6e128643bad8b7baa1ce8e7
5
5
  SHA512:
6
- metadata.gz: f97e1b47c3da23ebc2c60f910162cf82831bbf0b7e61f1d6b431768b9499e19296908d98dd02d471145a3e98523af2d13b5396bbd0550b5a8e1887342bcd478c
7
- data.tar.gz: b7c69800da6e0cc7b93e8af8f46aab1b2180b26218cbd6513ce76b015f1e9bff64a821f75d7b3143f105cf0cbf9330ed103830d7c51a36d94822c291883670d2
6
+ metadata.gz: c422a0f9f54b7f7bb28383a557b83e49058346ccf8bb4e4c060dbfc927d03790d4cf644357f3dc4a84b232ae6455c3c978c58bea6f165222949615efeecbe4df
7
+ data.tar.gz: fb36d62ade970219d4e672ecf0241d879af6d73c9dad4c930b61ff4a1c2bec439f93ac7db9c59b8c379c267a321c65c6a00321435ef96ef61756f828fd9181fd
@@ -27,7 +27,7 @@ module PlatformRest
27
27
  #
28
28
  # User API for accessing platform data
29
29
  #
30
- # Built For Version 1.27.1
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.1"
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
 
@@ -21,5 +21,5 @@
21
21
  # SOFTWARE.
22
22
 
23
23
  module PlatformRest
24
- VERSION = "1.21.1"
24
+ VERSION = "1.21.2"
25
25
  end
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.1
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: 2024-12-17 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty