nest_connect 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nest_connect/version.rb +1 -1
- metadata +4 -3
- /data/{bin → exe}/nest_connect +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e76d4a690a1c6e078d9d21ab8315e2cb27890aec6591fbfb498a8ae1d5df13c5
|
4
|
+
data.tar.gz: e97a0896da572aec603040c7ba10f540d05cf7c58985eb45c68fe786701c1080
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e0deba4844529a8aaf603c10b73df62d9e61fe88e74c3a7dbfead5a12afba69b2b9606677be7d8b8ad9edf1164233c54935c2d459e1b3fb909c99eb16847d08
|
7
|
+
data.tar.gz: 5ab48f2674d36c80498d3698a606f94e740af11e8ce98ef0527fcf8b40019040cab46ce7bbf17edfb41cc15b2eccbc172b034fe36f1a594ecd28c7c5bbefc8aa
|
data/lib/nest_connect/version.rb
CHANGED
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.
|
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
|
/data/{bin → exe}/nest_connect
RENAMED
File without changes
|