alexa_couchpotato 1.0.6 → 1.0.7

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: 4b5ac67035ec528510f1b8a24ae32704ea010421
4
- data.tar.gz: c9d3d0d2130c484e49f963a5122d173c80c56a07
3
+ metadata.gz: 7ce704fe837acab8869d553420760dd4362d76ed
4
+ data.tar.gz: 6153493ad1b38b1d751c07803575afe0e322c2da
5
5
  SHA512:
6
- metadata.gz: ec0233ce0020a9fcbb7085946365517d95de7558ab197bba1e441fccee87e0977accdb4896cd92d08fa090b54ddb054fee3683a6e109589343800a5b3545ed90
7
- data.tar.gz: 034381aad339ee42b4aa353a6a94136d60d112fac62158b66c90d150438a2fee032056b800fbd572b0d76652e39634c7de6d0c6dab967ad4f4bf22b2fa176489
6
+ metadata.gz: cb7bce996fd9bf5ab2f7831083adba753ae05a32742d7bb282653bd69274064a89ebed43520e331e89326a3dbd94080a15909fa2a537082e56f68a4eef396713
7
+ data.tar.gz: 887b8d7b6dbac5c1dab011f24973903aeb6b2b402b8ef2db4b6fed5d08e12bf4aa941cb9cb5d66885f77abab12b0ece471f61c49d67a10155611dc69f0a4aa79
@@ -5,7 +5,7 @@ require 'alexa_couchpotato/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "alexa_couchpotato"
8
- spec.version = SingingAssistant::Couchpotato::VERSION
8
+ spec.version = Sinatra::Couchpotato::VERSION
9
9
  spec.authors = ["Kyle Lucas"]
10
10
  spec.email = ["kglucas93@gmail.com"]
11
11
  spec.summary = %q{A sinatra middleware for alexa couhpotato actions.}
@@ -1,5 +1,5 @@
1
- module SingingAssistant
1
+ module Sinatra
2
2
  module Couchpotato
3
- VERSION = "1.0.6"
3
+ VERSION = "1.0.7"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ require 'chronic'
9
9
  require 'alexa_couchpotato/version'
10
10
  require 'sinatra/base'
11
11
 
12
- module SingingAssistant
12
+ module Sinatra
13
13
  module Couchpotato
14
14
  def self.registered(app)
15
15
  app.post '/alexa_cp' do
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.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Lucas