traject_horizon 1.2.4 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/traject/horizon_reader.rb +1 -1
- data/lib/traject_horizon/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: feb86613df12718f5225b679e7128f1e938c2ddd
|
4
|
+
data.tar.gz: d1afedb108f4997660493cf87a03747e0f4c42c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c9449ae90b65e05fea77c6d8d39a4877416b85ad591913726f28dec51599a4fa583fe4c120955e8d2e294a8467df18841de4d7bdf84a824acf20d851747a5d1
|
7
|
+
data.tar.gz: 3884bf3a80bc4e686d3976d09b8c3db2e939f5ed18b3fa66bf439adabe703a60292c4aeb410eabcf2385779c1113f22b8bc73c3449349d46505d01b469b952a4
|
@@ -159,7 +159,7 @@ module Traject
|
|
159
159
|
|
160
160
|
# Requires marc4j and jtds, and java_import's some classes.
|
161
161
|
def require_jars!
|
162
|
-
|
162
|
+
require 'jruby'
|
163
163
|
|
164
164
|
# ask marc-marc4j gem to load the marc4j jars
|
165
165
|
MARC::MARC4J.new(:jardir => settings['marc4j_reader.jar_dir'])
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: traject_horizon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Rochkind
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: traject
|