picky 3.0.0.pre3 → 3.0.0.pre4

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.
Files changed (2) hide show
  1. data/lib/picky/results.rb +2 -0
  2. metadata +2 -2
data/lib/picky/results.rb CHANGED
@@ -27,6 +27,8 @@ module Picky
27
27
 
28
28
  # Returns a hash with the allocations, offset, duration and total.
29
29
  #
30
+ # TODO Rename to_h?
31
+ #
30
32
  def serialize
31
33
  { allocations: allocations.to_result,
32
34
  offset: offset,
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: picky
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 3.0.0.pre3
5
+ version: 3.0.0.pre4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Florian Hanke
@@ -32,7 +32,7 @@ dependencies:
32
32
  requirements:
33
33
  - - "="
34
34
  - !ruby/object:Gem::Version
35
- version: 3.0.0.pre3
35
+ version: 3.0.0.pre4
36
36
  type: :development
37
37
  version_requirements: *id002
38
38
  description: Fast Ruby semantic text search engine with comfortable single field interface.