nest_connect 0.1.1 → 0.1.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: 6f5c2b73bcd136fabe37e7edcb8ca7b4d618ae1f2950194f9ec5d1eb104dfa38
4
- data.tar.gz: 86736b9bc49a503a7c0a0565fa829caf80b5e82c47ed1ab0f7d789ac8d11f6d0
3
+ metadata.gz: e76d4a690a1c6e078d9d21ab8315e2cb27890aec6591fbfb498a8ae1d5df13c5
4
+ data.tar.gz: e97a0896da572aec603040c7ba10f540d05cf7c58985eb45c68fe786701c1080
5
5
  SHA512:
6
- metadata.gz: 5cbaa9af5fddbca1099573f12c1c600842193e39df0f50166bf79732d462f2a2cf16a49a6d4af17d6f35036f1220a03972ce4d353ab571a148a8dc6eb458f607
7
- data.tar.gz: 86a18ae0c0ec9e8b2890cbf7958cb73ee4bf3c20980750f8c095408d90ea2dd7ac3d8dc98083185a1c497a82674ff14d62f1b36fc90a6728c4a4aac6671b5434
6
+ metadata.gz: 6e0deba4844529a8aaf603c10b73df62d9e61fe88e74c3a7dbfead5a12afba69b2b9606677be7d8b8ad9edf1164233c54935c2d459e1b3fb909c99eb16847d08
7
+ data.tar.gz: 5ab48f2674d36c80498d3698a606f94e740af11e8ce98ef0527fcf8b40019040cab46ce7bbf17edfb41cc15b2eccbc172b034fe36f1a594ecd28c7c5bbefc8aa
@@ -1,3 +1,3 @@
1
1
  module NestConnect
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nest_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Entwistle
@@ -125,7 +125,8 @@ dependencies:
125
125
  description:
126
126
  email:
127
127
  - karl@entwistle.com
128
- executables: []
128
+ executables:
129
+ - nest_connect
129
130
  extensions: []
130
131
  extra_rdoc_files: []
131
132
  files:
@@ -137,8 +138,8 @@ files:
137
138
  - README.md
138
139
  - Rakefile
139
140
  - bin/console
140
- - bin/nest_connect
141
141
  - bin/setup
142
+ - exe/nest_connect
142
143
  - lib/nest_connect.rb
143
144
  - lib/nest_connect/api/adapter/streaming_net_http.rb
144
145
  - lib/nest_connect/api/api.rb
File without changes