alexa_hue 1.0.1 → 1.0.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
  SHA1:
3
- metadata.gz: f76591ae844648fbc50f0b75c2ec79272f27e194
4
- data.tar.gz: 11c230ea406661505d6e00cb536162259be4d1ad
3
+ metadata.gz: 7fe4659ee0eb80c1e886f7f8e6e998ad1703f54f
4
+ data.tar.gz: 00402f7a5131214ebd433e74a42d057eb68168ee
5
5
  SHA512:
6
- metadata.gz: 4f25b742837a9a52588a098412c759de385c1b2df0860def2aee66ebaad5c7534ca653b0a0673ca2dd314d2df77256395f3538be3f3b075f05476686a17085f9
7
- data.tar.gz: c37398a9ae205471a2598bd4729d48426f381d4dc6da51b8b463fa9d88a7c348a65ced7f81e2086fc005698d8a965e972638a000847c815297f290d343e2451f
6
+ metadata.gz: 1ed672e8af71018fe25726970758c737c831f71aae85cc593cfa977ce5259acaff1067cfbb0c47b776fe18dd07a9d726fe1f8e47c6065d4e2f18d097454cbe0c
7
+ data.tar.gz: d6a8eb44881f710495c9ebb1ef4dfddfc58008bb73953615a472c96474ce7e12ebb88a275af3d93cac9fe0cd3d5fe15a8d24e8aab9983cd1415dba07d49538bc
@@ -0,0 +1,7 @@
1
+ module Sinatra
2
+ module Hue
3
+ def self.endpoint
4
+ '/alexa_hue'
5
+ end
6
+ end
7
+ end
@@ -1,5 +1,5 @@
1
1
  module Sinatra
2
2
  module Hue
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
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.1
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
Binary file