revs-utils 2.1.20 → 2.1.21

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
2
  SHA1:
3
- metadata.gz: 365ec1093fdbe52c338b1f8bf0b1e3252b74d708
4
- data.tar.gz: 50f4e7e78c92c0f6cf9a856672994d8a1efca9ad
3
+ metadata.gz: 3b865fcd03d0a3552b16da069d7997658a462a17
4
+ data.tar.gz: 014b8883ec623ea9ae3cb6abf16b4de2c99c15f0
5
5
  SHA512:
6
- metadata.gz: 51a8720f2834c4dea03c12b211dc2abfcb0c22af3c63acacd2904f50e070750c03f88121e0f2722cd054b335982ebaf4c5d4869ab5c1ef7a7d164fa9e35f5b4b
7
- data.tar.gz: 6affdc202e6cf0ed1f5a480bb2002000a9c6c42d25a3a73d0363c9bdc6a8964e8a7e4297b12f8c6abeb55a66e1254eb29e1302f5266a577edc58f6c074d2eb92
6
+ metadata.gz: d3a350ed65074c1a9227fe1bfac9aebb2f690a080e016e9d6012746f5c66ff52cf43504234af9406c2763d3f1e87f84d0a1ae596dfe1d918b75dcaee011f739a
7
+ data.tar.gz: 6bc75346c584da0493c1807946097f59209fca13a6b443480d10644c9cadeadd774836fd0e798be3fb84d25edbca634c0cece6e364cd0844362462f761322c83
data/README.rdoc CHANGED
@@ -35,7 +35,7 @@ Shared methods and functions used by revs-indexer, pre-assembly and bulk metadat
35
35
  - <b>2.1.14-15</b> Add new engine-type field
36
36
  - <b>2.1.16-17</b> Add new format authority field and update acceptable formats
37
37
  - <b>2.1.18-19</b> Add support for newly split apart group and class fields
38
- - <b>2.1.20</b> Group field made multivalued
38
+ - <b>2.1.20-21</b> Group field made multivalued
39
39
 
40
40
  == Running tests
41
41
 
data/lib/revs-utils.rb CHANGED
@@ -64,7 +64,7 @@ module Revs
64
64
  :track=>{:field=>'track_ssi', :weight => 1},
65
65
  :event=>{:field=>'event_ssi'},
66
66
  :group_class=>{:field=>'group_class_tsi', :weight => 1}, # this field is being split into two separate fields, but we are keeping the old field until all data is migrated # July 2016 Peter Mangiafico
67
- :car_group=>{:field=>'group_ssim', :weight => 1},
67
+ :car_group=>{:field=>'group_ssim', :multi_valued => true, :weight => 1},
68
68
  :car_class=>{:field=>'class_ssi', :weight => 1},
69
69
  :race_data=>{:field=>'race_data_tsi', :weight => 1},
70
70
  :priority=>{:field=>'priority_isi',:default=>0,:editstore=>false},
@@ -1,5 +1,5 @@
1
1
  module Revs
2
2
  module Utils
3
- VERSION = "2.1.20"
3
+ VERSION = "2.1.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: revs-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.20
4
+ version: 2.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Mangiafico
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-23 00:00:00.000000000 Z
11
+ date: 2016-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: countries