cognition 1.1.2 → 1.1.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: 725267c50296c1eb04a02dbf57853615994bb3df
4
- data.tar.gz: c2d0b930c3b9d765fb6b24668dca6532e5bee47d
3
+ metadata.gz: 9b4f5d9f0b84f10e2f4c60ba73d58cc72dd16641
4
+ data.tar.gz: e41ac19fb5b5dbee3e8e5da5fb6688371c8fc5b2
5
5
  SHA512:
6
- metadata.gz: 5bd260dae045bc99d699ce27e4d2d1771145d2f324e591430c476c411cf64598b7f90c2d23c49413cb9fe6ac76ef867c654d5a44d10f181e7e2099ebde7f7c64
7
- data.tar.gz: 4fac61769718e033bca3efa13793474dcf8b42ae871bbe0f88c85f48b58477f9d7cf8df2a4277c9cf71c7611182210130cd615e9e2a0201f6b58fb3204228206
6
+ metadata.gz: 6b285abe7b369432cb959a8834e35760516bd56a32d9eeca45b8ab95f1947ce691fcc462f7c56f53353e5fa2610a6cd817ff7ccd9a82821521144067d5a8de89
7
+ data.tar.gz: 513e94aa1249cf847102edc205d7ee97f6a270de2f2ff6b20f296d3380afd898df1dab4585f7c0a5546546dd9a6bc07754c016914adf42b6ed39a7f9aa0bf5c9
@@ -5,7 +5,7 @@ module Cognition
5
5
  def initialize(command, metadata = {})
6
6
  @command = command
7
7
  @metadata = metadata
8
- @responder = Cognition::Responder.new(metadata[:callback_url]) if metadata[:callback_url]
8
+ @responder = Cognition::Responder.new(metadata["callback_url"]) if metadata["callback_url"]
9
9
  end
10
10
 
11
11
  def reply(text)
@@ -1,3 +1,3 @@
1
1
  module Cognition
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Anderson