alexa_couchpotato 1.0.11 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/alexa_couchpotato/endpoint.rb +7 -0
- data/lib/alexa_couchpotato/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 329c465b1de9775844b6ce0e2977ca0a49e8c430
|
4
|
+
data.tar.gz: 3413379420a981eebe178293602fb763873df4ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed408d76eb1d7b9ff785f3f21bd02efd0f233f4820ecb873dc2a4b0e4c7558778a21fbeb3b81a0020e0cf624f3971bcea2be1a26c2a58d5831bf4b4794c683d3
|
7
|
+
data.tar.gz: 89e59fcf734cea2cd83346915dbd3a71c3589a8b6a92b3c95ef63e53bd8a1b3421a3c910aae0086f6de15adb0e4de5f37389b934232a4368c6090851728bc028
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alexa_couchpotato
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Lucas
|
@@ -193,10 +193,10 @@ files:
|
|
193
193
|
- alexa_couchpotato.gemspec
|
194
194
|
- lib/alexa_couchpotato.rb
|
195
195
|
- lib/alexa_couchpotato/custom_slots.rb
|
196
|
+
- lib/alexa_couchpotato/endpoint.rb
|
196
197
|
- lib/alexa_couchpotato/intent_schema.rb
|
197
198
|
- lib/alexa_couchpotato/sample_utterances.rb
|
198
199
|
- lib/alexa_couchpotato/version.rb
|
199
|
-
- pkg/alexa_couchpotato-1.0.0.gem
|
200
200
|
- skills_config/custom_slots.txt
|
201
201
|
- skills_config/intent_schema.txt
|
202
202
|
- skills_config/sample_utterances.txt
|