alexa_couchpotato 1.0.11 → 1.1.0

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: d568fad099edc81516602945f8badf378a7cd8f7
4
- data.tar.gz: 6f844bddfde66eb0ab31e0a83092ff1696f061ff
3
+ metadata.gz: 329c465b1de9775844b6ce0e2977ca0a49e8c430
4
+ data.tar.gz: 3413379420a981eebe178293602fb763873df4ef
5
5
  SHA512:
6
- metadata.gz: 7238cdcc8894e276f3ba8b69abf71a6120dfac01c774dfa08ad2bbfd5ab4c0b2895164813933ef4f0bc4b7cf7b916efabc79a7b506ae12720ebe53f8e2c50c47
7
- data.tar.gz: c58ff7b238c2eed8a29de47c0b95af4f2c09d73a3a7fad10b7d474de5b6f37d7a76af095762d957b39c99add2a8a97c4ef09dfa8bf11bc05652656d238b1791a
6
+ metadata.gz: ed408d76eb1d7b9ff785f3f21bd02efd0f233f4820ecb873dc2a4b0e4c7558778a21fbeb3b81a0020e0cf624f3971bcea2be1a26c2a58d5831bf4b4794c683d3
7
+ data.tar.gz: 89e59fcf734cea2cd83346915dbd3a71c3589a8b6a92b3c95ef63e53bd8a1b3421a3c910aae0086f6de15adb0e4de5f37389b934232a4368c6090851728bc028
@@ -0,0 +1,7 @@
1
+ module Sinatra
2
+ module Couchpotato
3
+ def self.endpoint
4
+ '/alexa_cp'
5
+ end
6
+ end
7
+ end
@@ -1,5 +1,5 @@
1
1
  module Sinatra
2
2
  module Couchpotato
3
- VERSION = "1.0.11"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
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.11
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