effective_search 0.4.5 → 0.5.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.
- checksums.yaml +4 -4
- data/lib/effective_search/version.rb +1 -1
- data/lib/effective_search.rb +2 -2
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e04d73fc19a2f05b4dcbc6ea0a6b576353ec7db3e12947958cc76d88cd183cc
|
|
4
|
+
data.tar.gz: c9cf6d641e31acd6af1a8a67b7e2deb85579d1799b81ebab6624ac12d276b908
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7c308039f8af36423418fb85ecf0349fb059b0ac05beef5e56344ba20e955e34f143841a8dc88ace2c69c6f4f2085546f48764c5266239e8feec5406cba72be
|
|
7
|
+
data.tar.gz: 91346b4dcd81868001ccc0c4d98e0d6a3fa2af4c9976d54bf6c54911aea826f282965f774e2509f37a757bc26b6424e5576151df95936a2edab962bcb606fda1
|
data/lib/effective_search.rb
CHANGED
|
@@ -11,11 +11,11 @@ module EffectiveSearch
|
|
|
11
11
|
include EffectiveGem
|
|
12
12
|
|
|
13
13
|
def self.Search
|
|
14
|
-
|
|
14
|
+
klass(:search)
|
|
15
15
|
end
|
|
16
16
|
|
|
17
17
|
def self.AdminSearch
|
|
18
|
-
|
|
18
|
+
klass(:admin_search)
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
def self.authenticate_user?
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_search
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -240,7 +239,6 @@ homepage: https://github.com/code-and-effect/effective_search
|
|
|
240
239
|
licenses:
|
|
241
240
|
- MIT
|
|
242
241
|
metadata: {}
|
|
243
|
-
post_install_message:
|
|
244
242
|
rdoc_options: []
|
|
245
243
|
require_paths:
|
|
246
244
|
- lib
|
|
@@ -255,8 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
255
253
|
- !ruby/object:Gem::Version
|
|
256
254
|
version: '0'
|
|
257
255
|
requirements: []
|
|
258
|
-
rubygems_version:
|
|
259
|
-
signing_key:
|
|
256
|
+
rubygems_version: 4.0.17
|
|
260
257
|
specification_version: 4
|
|
261
258
|
summary: Search effective events pages and posts with pg_search
|
|
262
259
|
test_files: []
|