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
- SHA256:
3
- metadata.gz: 750a45430b499e2639fa90170f42bc68290f5a3e6386291a53c01d6b9e050582
4
- data.tar.gz: 510369bf8dc3e23b04a5d1c372ed4cb3308c41a06428925626adb1955b616034
2
+ SHA1:
3
+ metadata.gz: 683ff79106f06d5ebb7a032c749ba9e66bcc0127
4
+ data.tar.gz: f366b688b8e978e460f906578c3cface17423daa
5
5
  SHA512:
6
- metadata.gz: c8fa78795b10070bce8f247cdab70a9b5c3b664e34d07507981d2d7c84b7e1d7a4ec4591d2254163359b83919818ea28bb93157d191cf0d47baf7c9bc17f3cb7
7
- data.tar.gz: f99a7754137baa2fbd7491b643f0604d65ef44ad5875fa5f8376cb4ee3fecab9399d6e1c405c2370c251ee8272c603295acad1d076641ed34b6af3b18c3b1169
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
- badge
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 %>
@@ -1,3 +1,3 @@
1
1
  module FacetedSearch
2
- VERSION = '3.4'
2
+ VERSION = '3.4.1'
3
3
  end
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: '3.4'
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-03 00:00:00.000000000 Z
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
- rubygems_version: 3.0.3
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