wit_bot 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3f3caa74bcc0204ca38bd033d658a6f29d7d214
4
- data.tar.gz: 8d5abcd72bc96298c507448768b7e7cd71f06b55
3
+ metadata.gz: 3b05d7a0df951c590c177bb54832b25d9d1ea395
4
+ data.tar.gz: 8f3acd354bbbc09b6068cbbfda9a792ffe6f40d4
5
5
  SHA512:
6
- metadata.gz: a40fb576433b153099d0fa3d0ec23617de5ccdc345975683872a65e173f1081f016b2add0e37b0dc6b142276f435ab95dca8f6fb696922bde1423160f6301f2a
7
- data.tar.gz: ed106aafccb46edc139e9e18ccdf827b0372dcf86a179aa81481ff7d061387d3a5d3fc3217b0bad74b3bf2f00e77ebb1aefbe86cc0180e1c8bbe456e4cd35a3f
6
+ metadata.gz: c06cc461f4c667a17b787ad6f7e0f18d7a1c4170e6aa5285c47868c36a6ee975c540a0fd32d610e963db4ee6f20b0ea10f023da658206697386c796039ee370f
7
+ data.tar.gz: 58120c12339d843bd2e2c2ed4d719a6dc9d34d179417ce6da224d8076746c9b16337cc3d17bc7f506eaca83a53de253710ee18cc31c9da697a4201836ad251d1
@@ -2,6 +2,8 @@ module WitBot
2
2
  class Message
3
3
  attr_reader :thread, :text, :_text, :id, :sent, :_outcomes, :outcomes
4
4
 
5
+ attr_accessor :meta
6
+
5
7
  def initialize(thread=WitBot.thread, text, id: SecureRandom.uuid)
6
8
  @thread = thread
7
9
  @text = text
@@ -1,3 +1,3 @@
1
1
  module WitBot
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wit_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben (@penne12_)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-16 00:00:00.000000000 Z
11
+ date: 2016-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -177,3 +177,4 @@ specification_version: 4
177
177
  summary: A better wit.ai client for Ruby. Written in Ruby. With an api for creating
178
178
  bots.
179
179
  test_files: []
180
+ has_rdoc: