isomorfeus-ferret 0.12.3 → 0.12.4

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
  SHA256:
3
- metadata.gz: 2f9d6c58062c8690651574c5c7d49d6d5065dbc369bec04764cf9ee866ed307f
4
- data.tar.gz: b237eec68ad03765c8dc3f762e967068f92394cd2bfab1445cdd6ad26c099f83
3
+ metadata.gz: 4d83ed3220ef717537ff6fc985d38d04dbd16efbb114291a03b18b4becb05238
4
+ data.tar.gz: 3a676708b69c0a2572a97a18d01c7cc9b6df5d707de9086e977c2fd632f68d5c
5
5
  SHA512:
6
- metadata.gz: dc46f11da630727f02ebb5bb78fd979d45636ef4545ad6590301d58d92e3e18420f602aed5f44ca907f3154b61d367cc041374b1c08372e780b89495522dd262
7
- data.tar.gz: a0e27cefff7381275dc78ccdfc7e0872bbd41a1d7d55f49701b5a8109282cfa4b1ed672eed71a52ecd80ef58b3d9e0c6cee4b56ef625782f7b4837d20e2091be
6
+ metadata.gz: 6f21cdaf931448cfa83ee5d7cf5341baec63483c27e1dce0fcedf4a0077928ee22dff78e5db21753a1580812aacd741ea7a46d2e620e1f69a9773ca391d0e295
7
+ data.tar.gz: 275268875b54d896bd21f645b8e3ed45fb4241c37de2ce1350c8615fe3b6932e149348a4f7301b8ed8a320568e96811e2a04f306ad882cc0c24751f309f927af
@@ -39,7 +39,7 @@ module Isomorfeus
39
39
  # object. Using a multiple field key will slow
40
40
  # down indexing so it should not be done if
41
41
  # performance is a concern. A single field key (or
42
- # id) should be find however. Also, you must make
42
+ # id) should be fine however. Also, you must make
43
43
  # sure that your key/keys are either untokenized
44
44
  # or that they are not broken up by the analyzer.
45
45
  # auto_flush:: Default: false. Set this option to true if you
@@ -1,5 +1,5 @@
1
1
  module Isomorfeus
2
2
  module Ferret
3
- VERSION = '0.12.3'
3
+ VERSION = '0.12.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-ferret
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.3
4
+ version: 0.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-21 00:00:00.000000000 Z
11
+ date: 2022-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: Search for Isomorfeus.
55
+ description: Indexed document store and search for Isomorfeus based on ferret.
56
56
  email:
57
57
  - jan@kursator.com
58
58
  executables: []
@@ -285,6 +285,7 @@ licenses:
285
285
  - MIT
286
286
  metadata:
287
287
  github_repo: ssh://github.com/isomorfeus/gems
288
+ source_code_uri: https://github.com/isomorfeus/isomorfeus-ferret
288
289
  post_install_message:
289
290
  rdoc_options: []
290
291
  require_paths:
@@ -303,5 +304,5 @@ requirements: []
303
304
  rubygems_version: 3.3.3
304
305
  signing_key:
305
306
  specification_version: 4
306
- summary: Search for Isomorfeus.
307
+ summary: Indexed document store for Isomorfeus.
307
308
  test_files: []