enju_ndl 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -265,7 +265,6 @@ module EnjuNdl
265
265
  series = series_title = {}
266
266
  series[:title] = doc.at('//dcndl:seriesTitle/rdf:Description/rdf:value').try(:content)
267
267
  series[:title_transcription] = doc.at('//dcndl:seriesTitle/rdf:Description/dcndl:seriesTitleTranscription').try(:content)
268
- raise series[:title].to_s
269
268
  if series[:title]
270
269
  series_title[:title] = series[:title].split(';')[0].strip
271
270
  series_title[:title_transcription] = series[:title_transcription]
@@ -1,3 +1,3 @@
1
1
  module EnjuNdl
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enju_ndl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: