cdmbl 0.2.33 → 0.2.34

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
  SHA1:
3
- metadata.gz: 8336f3ba5684c6b1eda7592b85c52d41aadbf56b
4
- data.tar.gz: 0fd8bc401961935b895cbee97de94dae0d977d38
3
+ metadata.gz: 44cbe0011ee8e9de23677d202393e4b4c5803b80
4
+ data.tar.gz: 930f488b73ceb9a9d8d85ce7d3c16b46b81d4d29
5
5
  SHA512:
6
- metadata.gz: fd55710e6c733d06ea70e783973b3979a0c136879df8fc267b091f87d74ce84a3da7d7896b5cd4fe0079397aef11b5684a4b5478eb5ff7a581548d9a3849a374
7
- data.tar.gz: e180681b8df20e03daf43f7d487a5f3f8023a2764b1197745c058540b874b4aca840b3acc216690d9ac32fb4ae0eb85c7aa5a6297c7b3c8d79a7f4da09ab06e5
6
+ metadata.gz: 3463663d6d2ccd696bfc2121d20ffe831c599198f18bdc333bdd19ba43e3df77c6f0c0cfd373a7538556f4545729244144325f8d9c908f7f067cb9d55bb1693d
7
+ data.tar.gz: de3254496cd7078018f7af3c85ddb067e3fe7e1c3050c52b5f3a45b430428c11c27d6eebf5f76a40692d1d02fd1ccd3ab067fc978bc946c7fa5413070c1d4e12
@@ -143,7 +143,8 @@ module CDMBL
143
143
  {dest_path: 'kaltura_video_ssi', origin_path: 'video', formatters: [StripFormatter]},
144
144
  {dest_path: 'coordinates_llsi', origin_path: 'geonam', formatters: [GeoNameID, GeoNameIDToJson, GeoNameToLocation]},
145
145
  {dest_path: 'placename_ssim', origin_path: 'geonam', formatters: [GeoNameID, GeoNameIDToJson, GeoNameToPlaceName]},
146
- {dest_path: 'placename_unstem_search', origin_path: 'geonam', formatters: [GeoNameID, GeoNameIDToJson, GeoNameToPlaceName]}
146
+ {dest_path: 'placename_unstem_search', origin_path: 'geonam', formatters: [GeoNameID, GeoNameIDToJson, GeoNameToPlaceName]},
147
+ {dest_path: 'table_ssim', origin_path: 'table', formatters: [StripFormatter, SplitFormatter, StripFormatter]}
147
148
  ]
148
149
  end
149
150
  end
data/lib/cdmbl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CDMBL
2
- VERSION = "0.2.33"
2
+ VERSION = "0.2.34"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cdmbl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.33
4
+ version: 0.2.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - chadfennell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-02 00:00:00.000000000 Z
11
+ date: 2017-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hash_at_path