watson-conversation 0.1.1 → 0.1.2

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: 9ba6faf39c0a3cd3a7f28a50c55b392ed1e1ce38
4
- data.tar.gz: ee02e6936406271e6da7b471537d321580f61088
3
+ metadata.gz: 8eb2df499353fe3dbbbc1f728d1466bac36be16d
4
+ data.tar.gz: a267c797a13f08adcc5d15250a98213d6ca3be8f
5
5
  SHA512:
6
- metadata.gz: 7450b84d2fa70b6e6d6974f391b32171f299f56961df32784427f74136c75cb5e979deb2f27126d68560779efb45d3dd15b42018f1c97c70689951e2843d8e23
7
- data.tar.gz: 8661cea40f490043a2c106592e17500cc30c7d822bd9e190c72edd3cba5cb4d5370ed905c476be88d7dd14cefce6a1194e7f44389a722f77d3a8da8f89a6dab4
6
+ metadata.gz: b5a31dbcbc3ff7f2dff474b0f6287bbf6ea065b8f08910ec3157c42103176606b83f250441149d407143745de901493d6f6761f1992add661bb1be358b573016
7
+ data.tar.gz: f594c1cb11df6f8a499931dcd12812d94e38851a0582da159860f117bac3d2a604d240f6761343ab43c675241aaf9195234defc9c0f12855c38422ebcb33cb7b
data/README.md CHANGED
@@ -21,6 +21,8 @@ Or install it yourself as:
21
21
  ## Usage
22
22
 
23
23
  ```
24
+ require 'watson/conversation'
25
+
24
26
  manage = Watson::Conversation::ManageDialog.new(
25
27
  username: [username],
26
28
  password: [password],
@@ -1,5 +1,5 @@
1
1
  module Watson
2
2
  module Conversation
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - alpha.netzilla