faceted_search 3.4 → 3.4.1
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 683ff79106f06d5ebb7a032c749ba9e66bcc0127
|
4
|
+
data.tar.gz: f366b688b8e978e460f906578c3cface17423daa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b6e8b152e6802359c50312f334e42539727ea7f2439a481a4d2c3197fc97240481a1ba7e1ec300e98d455c59488697ce902ef5a84b9642e5f062547d31914e8
|
7
|
+
data.tar.gz: 58b1932fe612791e358412890ea9796cf11ca9e90d32c4992badcd9f92aedf803354d0e6c8cd03a1c1a1b297de34ba1b26dbf836c167f037b5ee4549fb8c99df
|
@@ -1,8 +1,6 @@
|
|
1
1
|
<li class=" faceted__facet-selected
|
2
|
-
list-inline-item
|
3
|
-
|
4
|
-
badge-light">
|
5
|
-
<%= link_to path do %>
|
2
|
+
list-inline-item">
|
3
|
+
<%= link_to path, class: 'badge badge-light' do %>
|
6
4
|
<% unless title %>
|
7
5
|
<span class="faceted__facet-selected__title d-none">
|
8
6
|
<%= title %>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faceted_search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Levy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2020-01-
|
13
|
+
date: 2020-01-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
@@ -174,7 +174,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
174
|
- !ruby/object:Gem::Version
|
175
175
|
version: '0'
|
176
176
|
requirements: []
|
177
|
-
|
177
|
+
rubyforge_project:
|
178
|
+
rubygems_version: 2.6.11
|
178
179
|
signing_key:
|
179
180
|
specification_version: 4
|
180
181
|
summary: Faceted search with Active Record
|