ibm-watson-ruby 0.0.3 → 0.1.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm-watson-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bram Whillock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-27 00:00:00.000000000 Z
11
+ date: 2017-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http
@@ -159,9 +159,11 @@ files:
159
159
  - lib/ibm_watson/conversation/workspace.rb
160
160
  - lib/ibm_watson/errors.rb
161
161
  - lib/ibm_watson/version.rb
162
+ - spec/assets/poc_workspace.json
162
163
  - spec/ibm_watson/conversation/service_spec.rb
163
164
  - spec/spec_helper.rb
164
165
  - spec/vcr_cassettes/ibm_watson/conversation/service/ibm_watson_conversation_service_message_.yml
166
+ - spec/vcr_cassettes/ibm_watson/conversation/service/ibm_watson_conversation_service_update_workspace_.yml
165
167
  - spec/vcr_cassettes/ibm_watson/conversation/service/ibm_watson_conversation_service_workspace_.yml
166
168
  homepage: https://github.com/imrealtor/watson-ruby
167
169
  licenses:
@@ -188,7 +190,9 @@ signing_key:
188
190
  specification_version: 4
189
191
  summary: IBM Watson services in ruby
190
192
  test_files:
193
+ - spec/assets/poc_workspace.json
191
194
  - spec/ibm_watson/conversation/service_spec.rb
192
195
  - spec/spec_helper.rb
193
196
  - spec/vcr_cassettes/ibm_watson/conversation/service/ibm_watson_conversation_service_message_.yml
197
+ - spec/vcr_cassettes/ibm_watson/conversation/service/ibm_watson_conversation_service_update_workspace_.yml
194
198
  - spec/vcr_cassettes/ibm_watson/conversation/service/ibm_watson_conversation_service_workspace_.yml