losant_rest 1.21.0 → 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: 638f239a21adf63d557827701fc6aafcb87e71a068b26a3099b48817e8509bce
4
- data.tar.gz: c5428463bd31e1dff916c7032748ffbb3b01bebf7f16d07ab59c94952d2689f5
3
+ metadata.gz: 49dc64c67af650ebf0977da342d6e739c802570f8c494e4a8a0d3e43485a898b
4
+ data.tar.gz: 96e11931c1e669f6eade3fe045ac1b600633d390f6e128643bad8b7baa1ce8e7
5
5
  SHA512:
6
- metadata.gz: cd8dd9545ed597c1d2eeb5bfffc01eaaaf09a25c43df019427c4312e936efb22635ae0e0c0f1a93258106946ab107463999c88c5b6ca06cd9cb3d74532598a90
7
- data.tar.gz: b1ddf1b950fd24cda2dea4e4d0e37b65d186651950414ef1b21867d19cfd040591502868a1a028be863fcc5a48d4ce42bdbaa4e1b99998b4e74bb132d91c4bd8
6
+ metadata.gz: c422a0f9f54b7f7bb28383a557b83e49058346ccf8bb4e4c060dbfc927d03790d4cf644357f3dc4a84b232ae6455c3c978c58bea6f165222949615efeecbe4df
7
+ data.tar.gz: fb36d62ade970219d4e672ecf0241d879af6d73c9dad4c930b61ff4a1c2bec439f93ac7db9c59b8c379c267a321c65c6a00321435ef96ef61756f828fd9181fd
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Losant Ruby REST API Client
2
2
 
3
- ![Build Status](https://github.com/Losant/losant-rest-js/actions/workflows/test.yml/badge.svg?branch=master) [![Gem Version](https://badge.fury.io/rb/losant_rest.svg)](https://badge.fury.io/rb/losant_rest)
3
+ ![Build Status](https://github.com/Losant/losant-rest-ruby/actions/workflows/test.yml/badge.svg?branch=master) [![Gem Version](https://badge.fury.io/rb/losant_rest.svg)](https://badge.fury.io/rb/losant_rest)
4
4
 
5
5
  The [Losant](https://www.losant.com) REST API client provides a simple way to use the comprehensive Losant API. You can authenticate either as a Losant device or with your user account, and have access to all the functionality of the Losant platform.
6
6