watson-conversation 0.1.9 → 0.2.0

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: 77614718ef6ebd9e2d73e3320fe95077bdb6f375
4
- data.tar.gz: f8e6753648d29ba7ad9af787203feb00aa27b508
3
+ metadata.gz: b32148889b97b4b4910e48704c5af12773b331a2
4
+ data.tar.gz: c031094e19babf52293de256037eca761311bc8e
5
5
  SHA512:
6
- metadata.gz: 3dcdcc41df74d03b2c738a188ff05ce8031240e3cc7ea24972de94b5d2bf9e4ce291444b9a020eca0056986a58294fa7bffbc3bc23194fa78212598bc72e50eb
7
- data.tar.gz: af3e369ad086246b8b9ecadfa882396780ebb68b7d568dfe92242ebb93f59cc5ced6a9c2d7999a30502b298c0b13b3ab178a2d9961966b52e8bf6a83503cdda9
6
+ metadata.gz: 25c7564468726b1557671791add8baaedd7d6540eb9e03ac4c8077bcb7c66b09a38b1e6c3cfd67d561d8ff8a4e1ed5d7936267832f0e07108067aacfb65a076a
7
+ data.tar.gz: c5605ff5c7b22156bc9488bdff0fd2b1fadb01e4cefe7cd1421feb26ff84d89d6fe839b8a630efea3a476f4867336940e107a7762582d71b9502afdf04170ae9
data/README.md CHANGED
@@ -27,7 +27,7 @@ manage = Watson::Conversation::ManageDialog.new(
27
27
  username: [username],
28
28
  password: [password],
29
29
  workspace_id: [workspace_id],
30
- # Where to link the freely-selected user name with the conversation_id
30
+ # Where to link the freely-selected user name with the conversation_id
31
31
  storage: "hash" or "uri for redis like 'redis://127.0.0.1:6379'"
32
32
  )
33
33
 
@@ -1,5 +1,5 @@
1
1
  module Watson
2
2
  module Conversation
3
- VERSION = "0.1.9"
3
+ VERSION = "0.2.0"
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: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - alpha.netzilla