simple_search_filter 0.0.2 → 0.0.3
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/version.rb +1 -1
- metadata +4 -6
- 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: 69a956772c4fdc231d8f7fb81b515813ea205ffd
|
|
4
|
+
data.tar.gz: ea200f5519bdc1a0c2bda78edc9c5f74f05101b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ce6072154fa182151b047471a491bf04850fabf3275bf8f21eebfd456788930021c4881ba174b59b4980612e2c1d78a32bfad9268849bb50da17b7735ad44d1
|
|
7
|
+
data.tar.gz: 2e3fbe4b5930b51b8c3e69306c9c3dac6ac02296df92d55c1d6e9c734323a95324502f2a8415a90d6f51f902e0a1cf8ff64e53dcd3f4838ddf7f6ea50fb74f78
|
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.3
|
|
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-05-
|
|
11
|
+
date: 2015-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 4.2.
|
|
19
|
+
version: 4.2.0
|
|
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
|
-
version: 4.2.
|
|
26
|
+
version: 4.2.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: mysql2
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -471,7 +471,6 @@ files:
|
|
|
471
471
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/znLi_g--cOzgCoKAqtlFPUgWJ9unCsXnEvjrFOVsgt8.cache
|
|
472
472
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/zvGwr55LmRTcpn_qmLf9EFICIXWA4cfH_4nBFi_cfj0.cache
|
|
473
473
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/zxS8Tu3AwLjiFU0cs3pGX-IWrHVCoQBBBbliUPrWe3E.cache
|
|
474
|
-
- test/dummy/tmp/pids/server.pid
|
|
475
474
|
- test/fixtures/products.yml
|
|
476
475
|
- test/integration/navigation_test.rb
|
|
477
476
|
- test/models/product_test.rb
|
|
@@ -904,7 +903,6 @@ test_files:
|
|
|
904
903
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/_GeQnMxP6dH2IxqpJv9yxUgXJCiW_Eye5Q5yZq5KI_A.cache
|
|
905
904
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/_HqBvRhZwKsB7cuKZoO5r5Ut4SP3y_90m8vbU9guYps.cache
|
|
906
905
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/_uTxqC5iwzUGjNZWJUFnxL8-jngVDQtxfl76-1rSO-E.cache
|
|
907
|
-
- test/dummy/tmp/pids/server.pid
|
|
908
906
|
- test/fixtures/products.yml
|
|
909
907
|
- test/integration/navigation_test.rb
|
|
910
908
|
- test/models/product_test.rb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
16168
|