picky 4.19.6 → 4.19.7
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.
- checksums.yaml +4 -4
- metadata +31 -31
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e7cf9a9dd401352cb45733562228ade08f98b8a
|
|
4
|
+
data.tar.gz: 14efc542f26873245bb0d8109a5ca9556d959573
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b23faadc063f71af185b9baa95524264cb2dccc7c68dba1091ddf9ce0485c65dd76e87384b9d9f55bf3e6e8b22712bab9c8f5e3547783c6f6bb4be8ed0a62ab7
|
|
7
|
+
data.tar.gz: e750306b548f029d83664383b5747850c3108003b13cfc718746cf18f295f1af27474d694fab74f7be17f6690ff99b6bbb8b5637411565720354960f306c6d5a
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: picky
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.19.
|
|
4
|
+
version: 4.19.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Hanke
|
|
@@ -14,56 +14,56 @@ dependencies:
|
|
|
14
14
|
name: activesupport
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '3'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: multi_json
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '1.3'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1.3'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rack_fast_escape
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ~>
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '2009.0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2009.0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: text
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - ~>
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '1.2'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '1.2'
|
|
69
69
|
description: Fast Ruby semantic text search engine with comfortable single field interface.
|
|
@@ -75,38 +75,34 @@ extensions:
|
|
|
75
75
|
extra_rdoc_files: []
|
|
76
76
|
files:
|
|
77
77
|
- aux/picky/cli.rb
|
|
78
|
-
- bin/picky
|
|
79
|
-
- ext/picky/extconf.rb
|
|
80
|
-
- ext/picky/picky.c
|
|
81
|
-
- lib/picky.rb
|
|
82
78
|
- lib/picky/analytics.rb
|
|
83
79
|
- lib/picky/analyzer.rb
|
|
84
80
|
- lib/picky/api/search/boost.rb
|
|
85
81
|
- lib/picky/api/tokenizer/character_substituter.rb
|
|
86
82
|
- lib/picky/api/tokenizer/stemmer.rb
|
|
87
83
|
- lib/picky/backends/backend.rb
|
|
88
|
-
- lib/picky/backends/file.rb
|
|
89
84
|
- lib/picky/backends/file/basic.rb
|
|
90
85
|
- lib/picky/backends/file/json.rb
|
|
86
|
+
- lib/picky/backends/file.rb
|
|
91
87
|
- lib/picky/backends/helpers/file.rb
|
|
92
|
-
- lib/picky/backends/memory.rb
|
|
93
88
|
- lib/picky/backends/memory/basic.rb
|
|
94
89
|
- lib/picky/backends/memory/json.rb
|
|
95
90
|
- lib/picky/backends/memory/marshal.rb
|
|
91
|
+
- lib/picky/backends/memory.rb
|
|
96
92
|
- lib/picky/backends/prepared/text.rb
|
|
97
|
-
- lib/picky/backends/redis.rb
|
|
98
93
|
- lib/picky/backends/redis/basic.rb
|
|
99
94
|
- lib/picky/backends/redis/directly_manipulable.rb
|
|
100
95
|
- lib/picky/backends/redis/float.rb
|
|
101
96
|
- lib/picky/backends/redis/list.rb
|
|
102
97
|
- lib/picky/backends/redis/string.rb
|
|
103
|
-
- lib/picky/backends/
|
|
98
|
+
- lib/picky/backends/redis.rb
|
|
104
99
|
- lib/picky/backends/sqlite/array.rb
|
|
105
100
|
- lib/picky/backends/sqlite/basic.rb
|
|
106
101
|
- lib/picky/backends/sqlite/directly_manipulable.rb
|
|
107
102
|
- lib/picky/backends/sqlite/integer_key_array.rb
|
|
108
103
|
- lib/picky/backends/sqlite/string_key_array.rb
|
|
109
104
|
- lib/picky/backends/sqlite/value.rb
|
|
105
|
+
- lib/picky/backends/sqlite.rb
|
|
110
106
|
- lib/picky/bundle.rb
|
|
111
107
|
- lib/picky/bundle_indexed.rb
|
|
112
108
|
- lib/picky/bundle_indexing.rb
|
|
@@ -117,8 +113,8 @@ files:
|
|
|
117
113
|
- lib/picky/categories_indexed.rb
|
|
118
114
|
- lib/picky/categories_indexing.rb
|
|
119
115
|
- lib/picky/categories_realtime.rb
|
|
120
|
-
- lib/picky/category.rb
|
|
121
116
|
- lib/picky/category/location.rb
|
|
117
|
+
- lib/picky/category.rb
|
|
122
118
|
- lib/picky/category_convenience.rb
|
|
123
119
|
- lib/picky/category_indexed.rb
|
|
124
120
|
- lib/picky/category_indexing.rb
|
|
@@ -135,14 +131,13 @@ files:
|
|
|
135
131
|
- lib/picky/extensions/string.rb
|
|
136
132
|
- lib/picky/extensions/symbol.rb
|
|
137
133
|
- lib/picky/generators/aliases.rb
|
|
138
|
-
- lib/picky/generators/partial.rb
|
|
139
134
|
- lib/picky/generators/partial/default.rb
|
|
140
135
|
- lib/picky/generators/partial/infix.rb
|
|
141
136
|
- lib/picky/generators/partial/none.rb
|
|
142
137
|
- lib/picky/generators/partial/postfix.rb
|
|
143
138
|
- lib/picky/generators/partial/strategy.rb
|
|
144
139
|
- lib/picky/generators/partial/substring.rb
|
|
145
|
-
- lib/picky/generators/
|
|
140
|
+
- lib/picky/generators/partial.rb
|
|
146
141
|
- lib/picky/generators/similarity/default.rb
|
|
147
142
|
- lib/picky/generators/similarity/double_metaphone.rb
|
|
148
143
|
- lib/picky/generators/similarity/metaphone.rb
|
|
@@ -150,14 +145,15 @@ files:
|
|
|
150
145
|
- lib/picky/generators/similarity/phonetic.rb
|
|
151
146
|
- lib/picky/generators/similarity/soundex.rb
|
|
152
147
|
- lib/picky/generators/similarity/strategy.rb
|
|
148
|
+
- lib/picky/generators/similarity.rb
|
|
153
149
|
- lib/picky/generators/strategy.rb
|
|
154
|
-
- lib/picky/generators/weights.rb
|
|
155
150
|
- lib/picky/generators/weights/constant.rb
|
|
156
151
|
- lib/picky/generators/weights/default.rb
|
|
157
152
|
- lib/picky/generators/weights/dynamic.rb
|
|
158
153
|
- lib/picky/generators/weights/logarithmic.rb
|
|
159
154
|
- lib/picky/generators/weights/strategy.rb
|
|
160
155
|
- lib/picky/generators/weights/stub.rb
|
|
156
|
+
- lib/picky/generators/weights.rb
|
|
161
157
|
- lib/picky/helpers/identification.rb
|
|
162
158
|
- lib/picky/helpers/indexing.rb
|
|
163
159
|
- lib/picky/helpers/measuring.rb
|
|
@@ -188,34 +184,37 @@ files:
|
|
|
188
184
|
- lib/picky/query/allocation.rb
|
|
189
185
|
- lib/picky/query/allocations.rb
|
|
190
186
|
- lib/picky/query/boosts.rb
|
|
191
|
-
- lib/picky/query/combination.rb
|
|
192
187
|
- lib/picky/query/combination/or.rb
|
|
188
|
+
- lib/picky/query/combination.rb
|
|
193
189
|
- lib/picky/query/combinations.rb
|
|
194
|
-
- lib/picky/query/indexes.rb
|
|
195
190
|
- lib/picky/query/indexes/check.rb
|
|
191
|
+
- lib/picky/query/indexes.rb
|
|
196
192
|
- lib/picky/query/or.rb
|
|
197
193
|
- lib/picky/query/token.rb
|
|
198
194
|
- lib/picky/query/tokens.rb
|
|
199
195
|
- lib/picky/rack/harakiri.rb
|
|
200
|
-
- lib/picky/results.rb
|
|
201
196
|
- lib/picky/results/exact_first.rb
|
|
197
|
+
- lib/picky/results.rb
|
|
202
198
|
- lib/picky/scheduler.rb
|
|
203
199
|
- lib/picky/search.rb
|
|
204
200
|
- lib/picky/search_facets.rb
|
|
205
|
-
- lib/picky/sinatra.rb
|
|
206
201
|
- lib/picky/sinatra/index_actions.rb
|
|
202
|
+
- lib/picky/sinatra.rb
|
|
207
203
|
- lib/picky/source.rb
|
|
208
204
|
- lib/picky/splitter.rb
|
|
209
205
|
- lib/picky/splitters/automatic.rb
|
|
210
206
|
- lib/picky/statistics.rb
|
|
211
207
|
- lib/picky/tasks.rb
|
|
212
|
-
- lib/picky/tokenizer.rb
|
|
213
208
|
- lib/picky/tokenizer/regexp_wrapper.rb
|
|
209
|
+
- lib/picky/tokenizer.rb
|
|
214
210
|
- lib/picky/wrappers/bundle/calculation.rb
|
|
215
211
|
- lib/picky/wrappers/bundle/delegators.rb
|
|
216
212
|
- lib/picky/wrappers/bundle/exact_partial.rb
|
|
217
213
|
- lib/picky/wrappers/bundle/location.rb
|
|
218
214
|
- lib/picky/wrappers/bundle/wrapper.rb
|
|
215
|
+
- lib/picky.rb
|
|
216
|
+
- lib/tasks/try.rb
|
|
217
|
+
- lib/try_compile.rb
|
|
219
218
|
- lib/tasks/application.rake
|
|
220
219
|
- lib/tasks/framework.rake
|
|
221
220
|
- lib/tasks/index.rake
|
|
@@ -223,8 +222,7 @@ files:
|
|
|
223
222
|
- lib/tasks/statistics.rake
|
|
224
223
|
- lib/tasks/todo.rake
|
|
225
224
|
- lib/tasks/try.rake
|
|
226
|
-
-
|
|
227
|
-
- lib/try_compile.rb
|
|
225
|
+
- ext/picky/picky.c
|
|
228
226
|
- spec/aux/picky/cli_spec.rb
|
|
229
227
|
- spec/functional/allocations_uniq_by_definition_spec.rb
|
|
230
228
|
- spec/functional/arrays_as_ids_spec.rb
|
|
@@ -375,6 +373,8 @@ files:
|
|
|
375
373
|
- spec/lib/tasks/try_spec.rb
|
|
376
374
|
- spec/lib/tokenizer_spec.rb
|
|
377
375
|
- spec/performant_spec.rb
|
|
376
|
+
- bin/picky
|
|
377
|
+
- ext/picky/extconf.rb
|
|
378
378
|
homepage: http://florianhanke.com/picky
|
|
379
379
|
licenses:
|
|
380
380
|
- MIT
|
|
@@ -386,17 +386,17 @@ require_paths:
|
|
|
386
386
|
- lib
|
|
387
387
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
388
388
|
requirements:
|
|
389
|
-
- -
|
|
389
|
+
- - '>='
|
|
390
390
|
- !ruby/object:Gem::Version
|
|
391
391
|
version: '0'
|
|
392
392
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
393
393
|
requirements:
|
|
394
|
-
- -
|
|
394
|
+
- - '>='
|
|
395
395
|
- !ruby/object:Gem::Version
|
|
396
396
|
version: '0'
|
|
397
397
|
requirements: []
|
|
398
398
|
rubyforge_project: http://rubyforge.org/projects/picky
|
|
399
|
-
rubygems_version: 2.
|
|
399
|
+
rubygems_version: 2.0.14
|
|
400
400
|
signing_key:
|
|
401
401
|
specification_version: 4
|
|
402
402
|
summary: 'Picky: Semantic Search Engine. Clever Interface. Good Tools.'
|