watson-conversation 1.0.3 → 1.0.4

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: d117584788cf3105b7cb25aba7cd22b9a79c6ec6
4
- data.tar.gz: 3721dfc946c220a0b1239f7ed1694bc61c369bc5
3
+ metadata.gz: 5c951d8764ffa860771b7a8f5233891312bf041d
4
+ data.tar.gz: b387fd0996a4734dbdfef4a8c4130eff1c9c8e84
5
5
  SHA512:
6
- metadata.gz: 141ec8b4d5e4ef6f95e637a17d6c44e651daac798bd933aef0b29d9d6a88ad7a24cded6ccb59a5456385e23435a06c7996f544977ac92b9447abe3f56a8c5d53
7
- data.tar.gz: 2a5724c24d4c8b4256b9cb203d0ef751326c4f2e9687a8fa48c0ba34dbb68e698558953c9d692b049176ab79c696380bdbc3312291c4a1f3ca77701b7533ee95
6
+ metadata.gz: b24b99c7da7fbd9e02a6afb0d3fbca214ec4101a3c4e31e3f3ab75f1d7508f3f5e07e0291cd5615921e84ba6148221f0daeba1c915fe52120acfb8f13beca527
7
+ data.tar.gz: aa76c8b5a2fb1f1ec5bb0e7aef5f0cb48334aa158e32c5a0ed5080cc8bf775cfd69953898a3502df979da41dde3b190b89ebb4d69c0e9d7813f1b5f9d3dace17
data/README.md CHANGED
@@ -29,7 +29,7 @@ manage = Watson::Conversation::ManageDialog.new(
29
29
  workspace_id: [workspace_id],
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
- # OR
32
+ # OR
33
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
 
@@ -1,5 +1,5 @@
1
1
  module Watson
2
2
  module Conversation
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - alpha.netzilla