cdmbl 0.2.28 → 0.2.29

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: 10286777e3b6a73bff82b645d9793478bef136d0
4
- data.tar.gz: 0342f14ccb141499d3b9a72f4a1a3e7c2215652d
3
+ metadata.gz: b442ddb62ccccf2cf8367b4f32378a5cb496a671
4
+ data.tar.gz: 306943b0184756fc11a9f8887f96b69d73c425bb
5
5
  SHA512:
6
- metadata.gz: 05227bcaab3a297715c4076345109770a6c701aae1923186c9043d391b9bbf252ce9e5ad7536e85e6220e8a3e1cd1a602f325d5c65e2aa1641ae1cfb458a0f1c
7
- data.tar.gz: dc004423977fbf3917f03af1e07a5092142a23c3be50c91913e2bad3f2bec322acace8c13e931a3b552b02a715b87b6b45a9798d18064b348e01d347a45fc3da
6
+ metadata.gz: bdadc18e3facd134fa03c6f0ddf44d4f682b1e634468d7597870d3a244839741e31b716967b022f2599a753b16c5ec5dbce5506cf58815bd07fb439b6131346c
7
+ data.tar.gz: 11e5ef014bfcf6fcf2b9f68fbaf7fcf89e57d10e9f3d51e56a80f9ef84aa5769937005361fc359a40072b37b39aed248cc4e84bbd6b7bce91974f3d173a25dd0
@@ -22,7 +22,7 @@ module CDMBL
22
22
  value.split('/').join(':')
23
23
  end
24
24
  end
25
-
25
+
26
26
  class Titlieze
27
27
  def self.format(value)
28
28
  if value.respond_to?(:map)
@@ -36,7 +36,7 @@ module CDMBL
36
36
  end
37
37
  end
38
38
 
39
- #TODO: Make a
39
+ #TODO: Make a
40
40
  def with_location(dest_record, record)
41
41
  if record['latitu'] && record['longit'] && record['latitu'] != '' && record['longit'] != ''
42
42
  dest_record.merge({'location_llsi': "#{record['latitu']}, #{record['longit']}"})
@@ -146,7 +146,10 @@ module CDMBL
146
146
  {dest_path: 'geographic_feature_teim', origin_path: 'geogra', formatters: [StripFormatter]},
147
147
  {dest_path: 'geographic_feature_unstem_search', origin_path: 'geogra', formatters: [StripFormatter]},
148
148
  {dest_path: 'compound_objects_ts', origin_path: 'page', formatters: [ToJsonFormatter]},
149
- {dest_path: 'geonam_ssi', origin_path: 'geonam', formatters: [StripFormatter]}
149
+ {dest_path: 'geonam_ssi', origin_path: 'geonam', formatters: [StripFormatter]},
150
+ {dest_path: 'kaltura_audio_ssi', origin_path: 'audio', formatters: [StripFormatter]},
151
+ {dest_path: 'kaltura_audio_playlist_ssi', origin_path: 'audioa', formatters: [StripFormatter]},
152
+ {dest_path: 'kaltura_video_ssi', origin_path: 'video', formatters: [StripFormatter]}
150
153
  ]
151
154
  end
152
155
  end
data/lib/cdmbl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CDMBL
2
- VERSION = "0.2.28"
2
+ VERSION = "0.2.29"
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.28
4
+ version: 0.2.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - chadfennell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-03 00:00:00.000000000 Z
11
+ date: 2017-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hash_at_path