rbbt-util 5.13.31 → 5.13.32

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: rbbt-util
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.13.31
4
+ version: 5.13.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-02 00:00:00.000000000 Z
11
+ date: 2014-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -133,6 +133,7 @@ files:
133
133
  - lib/rbbt/monitor.rb
134
134
  - lib/rbbt/persist.rb
135
135
  - lib/rbbt/persist/tsv.rb
136
+ - lib/rbbt/persist/tsv/adapter.rb
136
137
  - lib/rbbt/persist/tsv/cdb.rb
137
138
  - lib/rbbt/persist/tsv/kyotocabinet.rb
138
139
  - lib/rbbt/persist/tsv/leveldb.rb
@@ -292,6 +293,7 @@ files:
292
293
  - test/rbbt/test_entity.rb
293
294
  - test/rbbt/test_fix_width_table.rb
294
295
  - test/rbbt/test_knowledge_base.rb
296
+ - test/rbbt/test_monitor.rb
295
297
  - test/rbbt/test_persist.rb
296
298
  - test/rbbt/test_resource.rb
297
299
  - test/rbbt/test_tsv.rb
@@ -399,6 +401,7 @@ test_files:
399
401
  - test/rbbt/workflow/test_task.rb
400
402
  - test/rbbt/workflow/test_step.rb
401
403
  - test/rbbt/workflow/test_doc.rb
404
+ - test/rbbt/test_monitor.rb
402
405
  - test/rbbt/test_persist.rb
403
406
  - test/rbbt/test_annotations.rb
404
407
  - test/rbbt/persist/test_tsv.rb