renstar 0.1.0 → 0.1.1

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: 11e7559010ba3e22d518b8b0ced9c1da2df22ed0ed9454dc1a5c48cfa2976ad3
4
- data.tar.gz: ed103efb4673b76c61b1352f2ca3f400426afccede2788d0ae047fc441abcfd5
3
+ metadata.gz: 4646094a81dc4998ee000f134956818fac7b791ce68ec11654e81418ac43cc37
4
+ data.tar.gz: adbc5a003a2111cc658ab34abc4a5abbe998c8b1a8b4899159326690cee56f79
5
5
  SHA512:
6
- metadata.gz: 13546148e8cec7fd6b228ffea5a41f59a77cc762c1cb5ef19908cdc11a536934c8d086a97077dd765efaab584512f7496227a91453428e692d123a513e21ab39
7
- data.tar.gz: 71b61b017a0ce28ded19d4566c632d28e603ef76728e44bc16792b79c1722f6ff1b43f93e10842cf65cea6c1006da180a6dea33899ff0b2d29a5db5cea9d5ca4
6
+ metadata.gz: 3323a727b6bcaed8b2636e39c602f48774c67f87066d19237ac4e26802e3bebec89ab793c4405d371d1c27ce9654dff52c4cb6d1ae46b2e78ca93e91d6aab518
7
+ data.tar.gz: 66976f17ccf6a9672579d08e33019866744f9bc7e9897b9815db6e5649fcb2f4985f807ad35a04cc8ad5e2c737828932a1c8f9c7a5bee5a63ef2ec3f80511315
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /spec/reports/
8
8
  /tmp/
9
9
  *.gem
10
+ Gemfile.lock
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Renstar
2
2
 
3
- Renstar is a Ruby SDK for interacting with the Venstar API.
3
+ Renstar is a Ruby SDK for interacting with the Venstar Thermostat Local API.
4
4
 
5
5
  You can control your thermostat programmatically!
6
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Renstar
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renstar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rodrigues