alexa_ruby 1.4.2 → 1.4.3

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
  SHA1:
3
- metadata.gz: 885185ced0feaf9f7c29b5fa510c4fb2d2302975
4
- data.tar.gz: 6794b8781a17ab9b4f35a0200ee12fcc5ae3b70f
3
+ metadata.gz: 7996dbf1c638d65ad8b44f57aac7fc935c0f2e67
4
+ data.tar.gz: 9c9ceb27c233cb09100cab9e86500bb2733dec45
5
5
  SHA512:
6
- metadata.gz: 7850181557fff914087ec7b67ea40a07531c8ef5045bf9f864ff4b37c250d8b6314e48fff19437a690f54a8603f9b3470b0c081bae861f37e72ee0680cf5ac36
7
- data.tar.gz: 344ab79e1fda1fd9df2cc2a0ab66911a2269e0f18433a0549c442d8026093b14035a9a5f640ef2795b27fdb79ba7f64c1b7e65910d50619fc226b4dd69630771
6
+ metadata.gz: b5f05b7b537bf80f339839b6bcb10434c9fa9aabac8f6954e0600a987b4aca36c956dda5d03046039dcb73f40b136dc953a912a3a311745fa213f4979965a003
7
+ data.tar.gz: a03f9934b61a582a5497e2412ab1deef9006e86ca4319d3ea8974b989da4906d5a99a53705ee198f4abf82840a46b53d7713a7b7345be40cd8a17a17e87fa40d
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ [1.4.3]
2
+ - Print original signature rather than decoded when raise validation error
3
+
1
4
  [1.4.2]
2
5
  - More verbose errors
3
6
 
@@ -69,7 +69,7 @@ module AlexaRuby
69
69
  raise(
70
70
  ArgumentError,
71
71
  'Given request signature does not match with request SHA1 hash ' \
72
- "(signature: #{sign})"
72
+ "(signature: #{@signature})"
73
73
  )
74
74
  end
75
75
 
@@ -1,3 +1,3 @@
1
1
  module AlexaRuby
2
- VERSION = '1.4.2'.freeze
2
+ VERSION = '1.4.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alexa_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Mulev
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  requirements: []
175
175
  rubyforge_project:
176
- rubygems_version: 2.2.2
176
+ rubygems_version: 2.6.12
177
177
  signing_key:
178
178
  specification_version: 4
179
179
  summary: Ruby toolkit for Amazon Alexa API