action_alexa 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9394081d9ef3f322eadd652a0ba47086bdb9b53f31585cf4aebfc76b4fde4f42
4
- data.tar.gz: 14e6da85a7e81e7fb57b141f8d085cad258a95f764894e91cf3ebc3606d46608
3
+ metadata.gz: ec04a207ffa00b820167183a11b92fb0cc35876b13f7275ca25f570b6f2db3bf
4
+ data.tar.gz: 76645bed44dc705a6c10584c7dc24396e32ca018061172cb16a418923f3a1325
5
5
  SHA512:
6
- metadata.gz: 301f74f40020662e3f161379f7063ca639ac845946f19831e12715340980b7b03d0b9e492116137d544841ec8b03f5266344002726aa0748764f69c8e0d8f535
7
- data.tar.gz: 50cb237e7c8d5de3a45b35b361947ad36f58a4aab8ebaa3e6a966a44c9e32cde932025d59b27d0736e7e01df2debc4fd8e23b5230f09b3b319426c3bf85e440b
6
+ metadata.gz: 2fc15aecad5895e3ffa276bcf846b2a9a5de6120f15706f4bbf6fbbfb399091ad389dbd4f4ab13617130333a798e35f7dfbf62a0153fd41607af3f323fa7a8a5
7
+ data.tar.gz: 0e34513054be6b97b69b23af6631fe7a14ef96950762cc555cb42a66094f4172d702d605da14314da44f3cbdea1fcd14347bd9215718257af3db9c60fb2bda7f
data/.gitignore CHANGED
File without changes
data/.rspec CHANGED
File without changes
File without changes
data/.simplecov CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
@@ -5,6 +5,7 @@ Gem::Specification.new do |spec|
5
5
  spec.version = ActionAlexa::VERSION
6
6
  spec.authors = ["Zshawn Syed"]
7
7
  spec.email = ["zsyed91@gmail.com"]
8
+ spec.license = 'MIT'
8
9
 
9
10
  spec.summary = %q{Gem to add Amazon Alexa API callbacks to Rails}
10
11
  spec.description = %q{Gem that helps process Amazon Alexa Intents with Rails}
File without changes
data/bin/setup CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module ActionAlexa
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_alexa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zshawn Syed
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-14 00:00:00.000000000 Z
11
+ date: 2021-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -145,7 +145,8 @@ files:
145
145
  - lib/action_alexa/skill.rb
146
146
  - lib/action_alexa/version.rb
147
147
  homepage: https://github.com/zsyed91/action_alexa
148
- licenses: []
148
+ licenses:
149
+ - MIT
149
150
  metadata:
150
151
  allowed_push_host: https://rubygems.org
151
152
  homepage_uri: https://github.com/zsyed91/action_alexa
@@ -166,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
167
  - !ruby/object:Gem::Version
167
168
  version: '0'
168
169
  requirements: []
169
- rubygems_version: 3.0.3
170
+ rubygems_version: 3.1.4
170
171
  signing_key:
171
172
  specification_version: 4
172
173
  summary: Gem to add Amazon Alexa API callbacks to Rails