watson-conversation 1.0.4 → 1.0.5

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: 5c951d8764ffa860771b7a8f5233891312bf041d
4
- data.tar.gz: b387fd0996a4734dbdfef4a8c4130eff1c9c8e84
3
+ metadata.gz: e4cc29a48624a508b4ff5e64fe3d701a55e58d0c
4
+ data.tar.gz: 50cef5059dfb2b8158c62a5e71ce7e1894008d9e
5
5
  SHA512:
6
- metadata.gz: b24b99c7da7fbd9e02a6afb0d3fbca214ec4101a3c4e31e3f3ab75f1d7508f3f5e07e0291cd5615921e84ba6148221f0daeba1c915fe52120acfb8f13beca527
7
- data.tar.gz: aa76c8b5a2fb1f1ec5bb0e7aef5f0cb48334aa158e32c5a0ed5080cc8bf775cfd69953898a3502df979da41dde3b190b89ebb4d69c0e9d7813f1b5f9d3dace17
6
+ metadata.gz: f0eea71d59addf5af26a1299b05e6b90fe5129cfa5765a1d28be486b811be3adc648d839a6525feeaa3a0cb1384c83f3a26f3cefb5909e472401173468f5a8d2
7
+ data.tar.gz: 9d9e2097fed12c99083a82f30b23d683be5ef32deffdaf35f2dded75988b2704e645f6cadc8de50fa965d751f3ab4e936abca7b2f2dae65a927567814a0a0704
data/README.md CHANGED
@@ -30,7 +30,7 @@ manage = Watson::Conversation::ManageDialog.new(
30
30
  # Where to link the freely-selected user name with the conversation_id
31
31
  storage: 'hash' #means that you use Ruby hash. If you restart the app, the info will be disappeared.
32
32
  # OR
33
- storage: 'redis://127.0.0.1:6379'" #means that you use exteranl database like redis(This gem currently supports redis only).
33
+ storage: 'redis://127.0.0.1:6379' #means that you use exteranl database like redis(This gem currently supports redis only).
34
34
  )
35
35
 
36
36
  # Get a greet message from a conversation service.
@@ -1,5 +1,5 @@
1
1
  module Watson
2
2
  module Conversation
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watson-conversation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - alpha.netzilla