watson-conversation 0.1.0 → 0.1.1

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: e86a5663af442a99554b6a2247c50b9d6eb53c2b
4
- data.tar.gz: 478e7b1d3184b468ef44cb1ab09acdb968851bb3
3
+ metadata.gz: 9ba6faf39c0a3cd3a7f28a50c55b392ed1e1ce38
4
+ data.tar.gz: ee02e6936406271e6da7b471537d321580f61088
5
5
  SHA512:
6
- metadata.gz: bcac582f2a20d3c4fcb24d97dd2a6000bc55fd70810faca6b78bc9c6158ceea29579f5f265e3fb754d18008a3e7c2906d0a497de915e31f4e4a8090920387fb9
7
- data.tar.gz: 2a000f6059234e036c4a68e407042cee767f3403986f46743001115e86e9d2380ae366a2da45e9c1260ef4449a8393ea4ac2626879d7c6f40b0ac53e6e03a9a3
6
+ metadata.gz: 7450b84d2fa70b6e6d6974f391b32171f299f56961df32784427f74136c75cb5e979deb2f27126d68560779efb45d3dd15b42018f1c97c70689951e2843d8e23
7
+ data.tar.gz: 8661cea40f490043a2c106592e17500cc30c7d822bd9e190c72edd3cba5cb4d5370ed905c476be88d7dd14cefce6a1194e7f44389a722f77d3a8da8f89a6dab4
data/README.md CHANGED
@@ -21,7 +21,7 @@ Or install it yourself as:
21
21
  ## Usage
22
22
 
23
23
  ```
24
- manage = Watson::ManageConv.new(
24
+ manage = Watson::Conversation::ManageDialog.new(
25
25
  username: [username],
26
26
  password: [password],
27
27
  workspace_id: [workspace_id]
@@ -1,5 +1,5 @@
1
1
  module Watson
2
2
  module Conversation
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - alpha.netzilla