alexa_rails_kit 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/alexa_rails_kit.rb +2 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2e84e8fbb8a3c1f47a14e38d9fb8e40033b874c02b9289afe1a3df88f4fd0608
4
+ data.tar.gz: 2e15dc05f4276e0d94c2e79b426b9e2e91d92213e813a66921b644cc2b232d5a
5
+ SHA512:
6
+ metadata.gz: 0611a99545576d9e31fbe86ed0b3453787a5d6dd68d7dbc161cb9955ae3d09a35ae57dd0d3e5956e97e45ed0a6f9403e644e7e0d667b3b78e750a71a0f903a69
7
+ data.tar.gz: 84da10cefc1fa91cc46e7d3806684c51adf89868458a2a47d5fac98a945824770f8dd513bf88667ef39f040f907e5d996574e1d3ec201a515390b73308c020ec
@@ -0,0 +1,2 @@
1
+ module AlexaRailsKit
2
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: alexa_rails_kit
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Josh Hadik
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-04-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A platform to allow easy integration with Alexa in your new or existing
14
+ Rails project
15
+ email: joshadik307@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/alexa_rails_kit.rb
21
+ homepage:
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.7.6
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Integrate Alexa with your Rails App
45
+ test_files: []