alexa_couchpotato 1.0.9 → 1.0.10

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: 54d8ac62adbbbc7e723a4f0fc0d5bbdf7e65e62b
4
- data.tar.gz: b85ff938ddc1b27cf398f4aa2a33f9e375065c06
3
+ metadata.gz: 38b12e5cbe0fea4bd99fb95f2ee3fb412278fc15
4
+ data.tar.gz: fd8183b22073e27fb8f1aab6f9b7f945aa811323
5
5
  SHA512:
6
- metadata.gz: a278ecbdf177bbeb3c726b7b09dfbc4e188c9ee904aeceb1f1751a282365f561e700a060d9732ea7db1cce62e1c676cbf4c52e9f4ed24771bd52f152234d7468
7
- data.tar.gz: 698ced9487cd001b50d0296c5caa3b739fc0588f9aec37f73b904fba4a478c3c3f332029f06c7569c598df89d275828d4ebddc317c6ce85dc877b19c8a011725
6
+ metadata.gz: dc28962f7c9788722d32992f7dbc6d908656e662168d6509c7cdb003f47d689e8df5e937b3ca03b06f7829c2528e13ec4a55d9b724d31aa626aa369dcaf8318d
7
+ data.tar.gz: 943a4a6a5f05a3c25ec9dbcbf6317d5cb52d237b21635eaa7ac943fcd0f769ef6aa994ba6ff5d0f636ae4427214e20c34d8ffdb68080e0c2168517efa586660f
@@ -1,5 +1,5 @@
1
1
  module Sinatra
2
2
  module Couchpotato
3
- VERSION = "1.0.9"
3
+ VERSION = "1.0.10"
4
4
  end
5
5
  end
@@ -33,7 +33,7 @@ module Sinatra
33
33
  response.without_card.to_json
34
34
  puts @echo_request.slots
35
35
  elsif @echo_request.intent_name == "ControlCouchpotato"
36
- count = 1URI.escape(
36
+ count = 1
37
37
  begin
38
38
  case count
39
39
  when 1
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.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Lucas