dog_biscuits 0.5.7 → 0.5.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 375c9be3c1f6429e878c649a3d7f9659e3b0d101e7a153be791ef5626b5df1d3
4
- data.tar.gz: '088f0fe542e0867a37c0e5d525ea6bbff4bbbcbbbc42ea7078efd7a9fd35d60d'
3
+ metadata.gz: a06a512f184c1533ad5997a531fb641473de719a8069c03952c24a52f8714181
4
+ data.tar.gz: c16db9259ce0d067dc0bf42db21cfc752cb98247343e22569c2a0c4b72b16220
5
5
  SHA512:
6
- metadata.gz: d190891b7c3195b8286b5c86e3ea3cd4d593f0c84952d3f5163f0d43ee1937ce649532a5ff6158eb5fefdb02909ec3ed8f2006f531176300686c943499bb6d1f
7
- data.tar.gz: 12448689b6c482409295b74143cf128f1e98b8c57dfb257ce24351ec20abcd5cb7600aa26f1b8bbf8db4b3cb58d44e8eb4e1f5540765c2885b22789f5d764711
6
+ metadata.gz: 4c18fb7bede2f6b70db6b771d3c39a1340c7745438d39a53e50f158d101bfcb03003c2ebde9b7644a6014e0ac879599013e043c6ab6129c44bcd64e4fb79c633
7
+ data.tar.gz: aaff7aba70398f0002801ac9d8a8708438efd1b78317c9d295ece90ce11a14f3c3ef54d10b3d4b84d5818e8d596c475d73b6cb7ece5d5ac085739205924d759d
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DogBiscuits
4
- VERSION = '0.5.7'
4
+ VERSION = '0.5.9'
5
5
  end
@@ -14,5 +14,6 @@ en:
14
14
  fields:
15
15
  facet:<% DogBiscuits.config.facet_properties.each {|prop| if DogBiscuits.config.property_mappings[prop] && DogBiscuits.config.property_mappings[prop][:label] %>
16
16
  <%= prop %>_sim: <%= DogBiscuits.config.property_mappings[prop][:label] %><% end } %>
17
+ <% if DogBiscuits.config.date_range == true %>date_range_sim: <%= DogBiscuits.config.property_mappings[:date_range][:label] %> <% end %>
17
18
  index:<% DogBiscuits.config.index_properties.each {|prop| if DogBiscuits.config.property_mappings[prop] && DogBiscuits.config.property_mappings[prop][:label] %>
18
19
  <%= prop %>_tesim: <%= DogBiscuits.config.property_mappings[prop][:label] %><% end } %>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dog_biscuits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julie Allinson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-23 00:00:00.000000000 Z
11
+ date: 2019-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hyrax