alexa_hue 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/alexa_hue/endpoint.rb +7 -0
- data/lib/alexa_hue/version.rb +1 -1
- metadata +2 -2
- data/skills_config/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fe4659ee0eb80c1e886f7f8e6e998ad1703f54f
|
4
|
+
data.tar.gz: 00402f7a5131214ebd433e74a42d057eb68168ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ed672e8af71018fe25726970758c737c831f71aae85cc593cfa977ce5259acaff1067cfbb0c47b776fe18dd07a9d726fe1f8e47c6065d4e2f18d097454cbe0c
|
7
|
+
data.tar.gz: d6a8eb44881f710495c9ebb1ef4dfddfc58008bb73953615a472c96474ce7e12ebb88a275af3d93cac9fe0cd3d5fe15a8d24e8aab9983cd1415dba07d49538bc
|
data/lib/alexa_hue/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alexa_hue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Lucas
|
@@ -207,12 +207,12 @@ files:
|
|
207
207
|
- alexa_hue.gemspec
|
208
208
|
- lib/alexa_hue.rb
|
209
209
|
- lib/alexa_hue/custom_slots.rb
|
210
|
+
- lib/alexa_hue/endpoint.rb
|
210
211
|
- lib/alexa_hue/fix_schedule_syntax.rb
|
211
212
|
- lib/alexa_hue/hue_switch.rb
|
212
213
|
- lib/alexa_hue/intent_schema.rb
|
213
214
|
- lib/alexa_hue/sample_utterances.rb
|
214
215
|
- lib/alexa_hue/version.rb
|
215
|
-
- skills_config/.DS_Store
|
216
216
|
- skills_config/custom_slots.txt
|
217
217
|
- skills_config/intent_schema.txt
|
218
218
|
- skills_config/sample_utterances.txt
|
data/skills_config/.DS_Store
DELETED
Binary file
|