cdmbl 0.3.0 → 0.4.0

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: 5fc97e300305366d0faaab32f77aea9e6b4858c3
4
- data.tar.gz: 4a10e18b965f47e7b527e3fc87a5d8eeb989cf08
3
+ metadata.gz: 992abfe17a0e27829cf5d531cac21938997e301e
4
+ data.tar.gz: 9ef14dcdefb7fbdd428bdf5427af74ff5e30d9c5
5
5
  SHA512:
6
- metadata.gz: 1a1b8541e6d097decc5163de3018ab0d53126c87056468492b36996768703cb9e42a1a29a0171e90222333475b9e9eaf41422ef2add22495b0cae84afe04b13d
7
- data.tar.gz: 04e4caca067aabd20823bb93156b22a0b9b7fa19db5dec13c715d61eb625f388d312c665a9926cecc7b367fc69e334cebc51b54f2b591d613f146f6d0439c43c
6
+ metadata.gz: f6849f88abd6eb0ffd2d5e2606bc5c9e85a583e3f5e2f3502799288455749f47c5a70afd2a4ebb2ca9941913ac460149e04930b78916c36332f81f8b3b6056ba
7
+ data.tar.gz: 5ec0e748e237dfca5f576472eb24a96bda23447b937a7f130683783c9311762b8b5d8868bfff7d71971475d20d453c8eaa5a3d96496b57fe0f645252b8ff8e61
@@ -78,9 +78,9 @@ module CDMBL
78
78
  {dest_path: 'subject_unstem_search', origin_path: 'subjec', formatters: [StripFormatter]},
79
79
  {dest_path: 'subject_teim', origin_path: 'subjec', formatters: [StripFormatter, SplitFormatter, StripFormatter]},
80
80
  {dest_path: 'subject_ssim', origin_path: 'subjec', formatters: [StripFormatter, SplitFormatter, StripFormatter]},
81
- {dest_path: 'keyword_unstem_search', origin_path: '/', formatters: [KeywordFormatter, StripFormatter]},
82
- {dest_path: 'keyword_teim', origin_path: '/', formatters: [KeywordFormatter, StripFormatter]},
83
- {dest_path: 'keyword_ssim', origin_path: '/', formatters: [KeywordFormatter, StripFormatter]},
81
+ {dest_path: 'keyword_unstem_search', origin_path: '/', formatters: [KeywordFormatter, Titlieze, StripFormatter]},
82
+ {dest_path: 'keyword_teim', origin_path: '/', formatters: [KeywordFormatter, Titlieze, StripFormatter]},
83
+ {dest_path: 'keyword_ssim', origin_path: '/', formatters: [KeywordFormatter, Titlieze, StripFormatter]},
84
84
  {dest_path: 'city_ssim', origin_path: 'city', formatters: [StripFormatter, SplitFormatter, StripFormatter]},
85
85
  {dest_path: 'city_unstem_search', origin_path: 'city', formatters: [StripFormatter]},
86
86
  {dest_path: 'district_ssi', origin_path: 'distri', formatters: [StripFormatter]},
@@ -1,3 +1,3 @@
1
1
  module CDMBL
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
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.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - chadfennell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-02 00:00:00.000000000 Z
11
+ date: 2017-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hash_at_path