marc-marc4j 0.1.2-java → 0.2.0-java
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f0b6685bcda4a07af763f271e2beb353dca9581
|
4
|
+
data.tar.gz: 8b70df7527b8b8fbe8567728f149112ff7d10192
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3f3bc5a17853bb3599a2cc7e2b4adcd1327e48672fae34fa32c85ef21e611164af290ea6b191658b5811d197f1152da618f8a9300719f981f9afb74641ddd97
|
7
|
+
data.tar.gz: 26803d180626a513676245f68f5b44ee15c9bd122578fcd9d531a63f0400310b994ef8264ad485c777f262433477f22089209c75f5520a115398b180bf1ab1bf
|
data/ChangeLog.md
CHANGED
data/Rakefile
CHANGED
data/ext/marc4j/README.md
CHANGED
@@ -1,17 +1,15 @@
|
|
1
1
|
The marc4j.jar file that is in `./lib` was created by:
|
2
2
|
|
3
3
|
Checking out the marc4j source from github.com/marc4j/marc4j, and building
|
4
|
-
with `ant` on
|
4
|
+
with `ant` on 14 November 2013.
|
5
5
|
|
6
6
|
That produced the jar you see, with the name it has. (I am not sure the version
|
7
|
-
in the jar name is accurate
|
8
|
-
release, or maybe even a subsequent release?)
|
7
|
+
in the jar name is accurate as to matching any actual releases by other means)
|
9
8
|
|
10
9
|
It can be regenerated by doing the same.
|
11
10
|
|
12
11
|
Bundling the marc4j jar with our traject gem is not neccesarily the
|
13
|
-
best way to go, but it's what we're doing now
|
14
|
-
TODO.
|
12
|
+
best way to go, but it's what we're doing now, other ideas welcome.
|
15
13
|
|
16
14
|
(You can use your own custom marc4j.jar by using a runtime setting,
|
17
|
-
see
|
15
|
+
see docs. )
|
Binary file
|
data/lib/marc/marc4j/version.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marc-marc4j
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Bill Dueber
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: marc
|
@@ -96,10 +96,10 @@ files:
|
|
96
96
|
- README.md
|
97
97
|
- Rakefile
|
98
98
|
- ext/marc4j/README.md
|
99
|
-
- ext/marc4j/lib/marc4j-2.
|
99
|
+
- ext/marc4j/lib/marc4j-2.6.0-pre.jar
|
100
100
|
- lib/marc/marc4j.rb
|
101
101
|
- lib/marc/marc4j/version.rb
|
102
|
-
-
|
102
|
+
- marc-marc4j.gemspec
|
103
103
|
- test/test_helper.rb
|
104
104
|
- test/test_ruby-marc-marc4j.rb
|
105
105
|
- test/test_support/test_data.utf8.mrc
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
version: '0'
|
124
124
|
requirements: []
|
125
125
|
rubyforge_project:
|
126
|
-
rubygems_version: 2.1.
|
126
|
+
rubygems_version: 2.1.9
|
127
127
|
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: convert marc4j and ruby-marc object to/from each other
|