losant_rest 1.21.0 → 1.21.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 638f239a21adf63d557827701fc6aafcb87e71a068b26a3099b48817e8509bce
4
- data.tar.gz: c5428463bd31e1dff916c7032748ffbb3b01bebf7f16d07ab59c94952d2689f5
3
+ metadata.gz: 4f41f3c00fb97dfa7f72f19f049104823c454a8f78226108b6b352d2fa5a605b
4
+ data.tar.gz: 85731f870544b1763845a867e2f7963ca234dfce7d7fc624e72a36ca16ee2d4c
5
5
  SHA512:
6
- metadata.gz: cd8dd9545ed597c1d2eeb5bfffc01eaaaf09a25c43df019427c4312e936efb22635ae0e0c0f1a93258106946ab107463999c88c5b6ca06cd9cb3d74532598a90
7
- data.tar.gz: b1ddf1b950fd24cda2dea4e4d0e37b65d186651950414ef1b21867d19cfd040591502868a1a028be863fcc5a48d4ce42bdbaa4e1b99998b4e74bb132d91c4bd8
6
+ metadata.gz: f97e1b47c3da23ebc2c60f910162cf82831bbf0b7e61f1d6b431768b9499e19296908d98dd02d471145a3e98523af2d13b5396bbd0550b5a8e1887342bcd478c
7
+ data.tar.gz: b7c69800da6e0cc7b93e8af8f46aab1b2180b26218cbd6513ce76b015f1e9bff64a821f75d7b3143f105cf0cbf9330ed103830d7c51a36d94822c291883670d2
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