alexa_couchpotato 1.0.2 → 1.0.3

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: 913d276e7395fd02dd90815f5315acea5c671513
4
- data.tar.gz: c9ae29df81a913919a98cb5dcf330686a4d47188
3
+ metadata.gz: e858a3cdc7cd175958b9130d24e9b63859d66c4d
4
+ data.tar.gz: 94918b4358e459fd31218298058c8af490b58c05
5
5
  SHA512:
6
- metadata.gz: a5b68d692c1c8413276d9abc80e9b3a602ecfaea5c606eb4db578d8bcd5c342ccbfe570489fe7090b8c31fbeb528209c27823e7ded839240a3b2e218a1519fe2
7
- data.tar.gz: 9dca57aced7952f19ce4595e75009639432a4bddae1ec55f45dc9f081ee58826f0e13d8e37c4c6d303299d7fd3a1b54b73049e2590301c260082bd93578073dd
6
+ metadata.gz: 6b60146fee658a75a2274994e58fb4533cab8d7cce2aab39054526adb10344243a2923b77a3c470fee29c92f6d8329315d2d2f5689eaac01bb8a5638108bde2c
7
+ data.tar.gz: 532a29b0c3e5250ba840f1f4d62edfac10c2868c38b856b02465b1030251c0cf7252aead7e98dcff6efacb28769d55582ee76bac14bc7caa25e0d58133bcff70
data/.gitignore CHANGED
@@ -136,5 +136,4 @@ build/
136
136
 
137
137
  .idea
138
138
 
139
- Gemfile.lock
140
-
139
+ Gemfile.lock
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.add_runtime_dependency 'numbers_in_words'
26
26
  spec.add_runtime_dependency 'activesupport'
27
27
  spec.add_runtime_dependency 'chronic'
28
+ spec.add_runtime_dependency 'sinatra'
28
29
 
29
30
  spec.add_development_dependency "bundler", "~> 1.6"
30
31
  spec.add_development_dependency "rake"
@@ -1,5 +1,5 @@
1
1
  module SingingAssistant
2
2
  module Couchpotato
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
@@ -7,8 +7,9 @@ require 'active_support'
7
7
  require 'active_support/core_ext'
8
8
  require 'chronic'
9
9
  require 'alexa_couchpotato/version'
10
+ require 'sinatra/base'
10
11
 
11
- module SingingAssistant
12
+ module Sinatra
12
13
  module Couchpotato
13
14
  def self.registered(app)
14
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Lucas
@@ -94,6 +94,20 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: sinatra
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
97
111
  - !ruby/object:Gem::Dependency
98
112
  name: bundler
99
113
  requirement: !ruby/object:Gem::Requirement
@@ -173,7 +187,6 @@ extra_rdoc_files: []
173
187
  files:
174
188
  - ".gitignore"
175
189
  - Gemfile
176
- - Gemfile.lock
177
190
  - Guardfile
178
191
  - Rakefile
179
192
  - alexa_couchpotato.gemspec
data/Gemfile.lock DELETED
@@ -1,156 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- alexa_couchpotato (1.0.2)
5
- activesupport
6
- alexa_objects
7
- chronic
8
- httparty
9
- json
10
- numbers_in_words
11
-
12
- GEM
13
- remote: https://rubygems.org/
14
- specs:
15
- activesupport (4.2.5.1)
16
- i18n (~> 0.7)
17
- json (~> 1.7, >= 1.7.7)
18
- minitest (~> 5.1)
19
- thread_safe (~> 0.3, >= 0.3.4)
20
- tzinfo (~> 1.1)
21
- addressable (2.3.8)
22
- alexa_objects (1.0.3)
23
- celluloid (0.16.0)
24
- timers (~> 4.0.0)
25
- chronic (0.10.2)
26
- chronic_duration (0.10.6)
27
- numerizer (~> 0.1.1)
28
- codeclimate-test-reporter (0.4.7)
29
- simplecov (>= 0.7.1, < 1.0.0)
30
- coderay (1.1.0)
31
- crack (0.4.2)
32
- safe_yaml (~> 1.0.0)
33
- diff-lcs (1.2.5)
34
- docile (1.1.5)
35
- ffi (1.9.8)
36
- formatador (0.2.5)
37
- guard (2.12.5)
38
- formatador (>= 0.2.4)
39
- listen (~> 2.7)
40
- lumberjack (~> 1.0)
41
- nenv (~> 0.1)
42
- notiffany (~> 0.0)
43
- pry (>= 0.9.12)
44
- shellany (~> 0.0)
45
- thor (>= 0.18.1)
46
- guard-bundler (2.1.0)
47
- bundler (~> 1.0)
48
- guard (~> 2.2)
49
- guard-compat (~> 1.1)
50
- guard-compat (1.2.1)
51
- guard-rake (1.0.0)
52
- guard
53
- rake
54
- guard-rspec (4.5.0)
55
- guard (~> 2.1)
56
- guard-compat (~> 1.1)
57
- rspec (>= 2.99.0, < 4.0)
58
- guard-yard (2.1.4)
59
- guard (>= 1.1.0)
60
- yard (>= 0.7.0)
61
- hitimes (1.2.2)
62
- httparty (0.13.7)
63
- json (~> 1.8)
64
- multi_xml (>= 0.5.2)
65
- i18n (0.7.0)
66
- json (1.8.3)
67
- listen (2.10.0)
68
- celluloid (~> 0.16.0)
69
- rb-fsevent (>= 0.9.3)
70
- rb-inotify (>= 0.9)
71
- lumberjack (1.0.9)
72
- method_source (0.8.2)
73
- minitest (5.8.4)
74
- multi_xml (0.5.5)
75
- nenv (0.2.0)
76
- notiffany (0.0.6)
77
- nenv (~> 0.1)
78
- shellany (~> 0.0)
79
- numbers_in_words (0.2.0)
80
- activesupport
81
- numerizer (0.1.1)
82
- pry (0.10.1)
83
- coderay (~> 1.1.0)
84
- method_source (~> 0.8.1)
85
- slop (~> 3.4)
86
- rack (1.6.4)
87
- rack-protection (1.5.3)
88
- rack
89
- rake (10.5.0)
90
- rb-fsevent (0.9.5)
91
- rb-inotify (0.9.5)
92
- ffi (>= 0.5.0)
93
- rspec (3.2.0)
94
- rspec-core (~> 3.2.0)
95
- rspec-expectations (~> 3.2.0)
96
- rspec-mocks (~> 3.2.0)
97
- rspec-core (3.2.3)
98
- rspec-support (~> 3.2.0)
99
- rspec-expectations (3.2.1)
100
- diff-lcs (>= 1.2.0, < 2.0)
101
- rspec-support (~> 3.2.0)
102
- rspec-mocks (3.2.1)
103
- diff-lcs (>= 1.2.0, < 2.0)
104
- rspec-support (~> 3.2.0)
105
- rspec-support (3.2.2)
106
- safe_yaml (1.0.4)
107
- shellany (0.0.1)
108
- simplecov (0.10.0)
109
- docile (~> 1.1.0)
110
- json (~> 1.8)
111
- simplecov-html (~> 0.10.0)
112
- simplecov-html (0.10.0)
113
- sinatra (1.4.7)
114
- rack (~> 1.5)
115
- rack-protection (~> 1.4)
116
- tilt (>= 1.3, < 3)
117
- slop (3.6.0)
118
- terminal-notifier-guard (1.6.4)
119
- thor (0.19.1)
120
- thread_safe (0.3.5)
121
- tilt (2.0.2)
122
- timers (4.0.1)
123
- hitimes
124
- tzinfo (1.2.2)
125
- thread_safe (~> 0.1)
126
- webmock (1.20.4)
127
- addressable (>= 2.3.6)
128
- crack (>= 0.3.2)
129
- yard (0.8.7.6)
130
-
131
- PLATFORMS
132
- ruby
133
-
134
- DEPENDENCIES
135
- activesupport
136
- alexa_couchpotato!
137
- alexa_objects
138
- bundler (~> 1.6)
139
- chronic (~> 0.10.0)
140
- chronic_duration (~> 0)
141
- codeclimate-test-reporter
142
- guard (= 2.12.5)
143
- guard-bundler
144
- guard-rake
145
- guard-rspec (= 4.5.0)
146
- guard-yard
147
- httparty (~> 0.13.0)
148
- numbers_in_words (~> 0.2.0)
149
- rake
150
- rspec
151
- sinatra
152
- terminal-notifier-guard
153
- webmock
154
-
155
- BUNDLED WITH
156
- 1.10.6