simple_search_filter 0.0.11 → 0.0.12
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/simple_search_filter/filter.rb +4 -1
- data/lib/simple_search_filter/version.rb +1 -1
- metadata +2 -4
- data/test/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26e44810bb41addafda7311285915aa04498543a
|
|
4
|
+
data.tar.gz: 5be0abd2c6c967483850f606bbe699107544dadb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfd21e1b3bc062fab7c06eb6364ea7155a17ef62192633143eb7a13e580d8fbb26ed7282a06991a3223519f5d0b435b37e1dd97fcc89cee0a0857676397fb0ef
|
|
7
|
+
data.tar.gz: 2e6474f2bc325b50bc28985e185448ea6123b7e639f14e49b263642400f4d3ae45cdefdde6a0c8ac33c98b07987942c02c5eb254a8691599c7005653ea82c58a
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_search_filter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Ivak
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -560,7 +560,6 @@ files:
|
|
|
560
560
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/znLi_g--cOzgCoKAqtlFPUgWJ9unCsXnEvjrFOVsgt8.cache
|
|
561
561
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/zvGwr55LmRTcpn_qmLf9EFICIXWA4cfH_4nBFi_cfj0.cache
|
|
562
562
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/zxS8Tu3AwLjiFU0cs3pGX-IWrHVCoQBBBbliUPrWe3E.cache
|
|
563
|
-
- test/dummy/tmp/pids/server.pid
|
|
564
563
|
- test/fixtures/categories.yml
|
|
565
564
|
- test/fixtures/products.yml
|
|
566
565
|
- test/integration/navigation_test.rb
|
|
@@ -1073,7 +1072,6 @@ test_files:
|
|
|
1073
1072
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/_HqBvRhZwKsB7cuKZoO5r5Ut4SP3y_90m8vbU9guYps.cache
|
|
1074
1073
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/_uTxqC5iwzUGjNZWJUFnxL8-jngVDQtxfl76-1rSO-E.cache
|
|
1075
1074
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/_ZjZ4vRiEy4hUT4dUNx8lMAsZTs_Cqvrb045k4O8sgM.cache
|
|
1076
|
-
- test/dummy/tmp/pids/server.pid
|
|
1077
1075
|
- test/fixtures/categories.yml
|
|
1078
1076
|
- test/fixtures/products.yml
|
|
1079
1077
|
- test/integration/navigation_test.rb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9836
|