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: f60d057d9017883203186adf067c41514877b386
4
- data.tar.gz: f732ce31d3140f6060b9b894f9453bcd2bc8342c
3
+ metadata.gz: 1f0b6685bcda4a07af763f271e2beb353dca9581
4
+ data.tar.gz: 8b70df7527b8b8fbe8567728f149112ff7d10192
5
5
  SHA512:
6
- metadata.gz: 70d365f785aeb164acd7feb2d0762fbac2b505a0cda41c0cea5dd8ba4cdf414e8af1a45efa130811dd3db764fa8b7b82321e60694980019c61d34cd4cffcc089
7
- data.tar.gz: 89dd75940fa3725192cb3d8f9617363917767dec66c12bd8e22360956877065f3086f827a7008101c1ada098d407fc1c153713bd1fb4a2a216a0748c5c24d2c8
6
+ metadata.gz: f3f3bc5a17853bb3599a2cc7e2b4adcd1327e48672fae34fa32c85ef21e611164af290ea6b191658b5811d197f1152da618f8a9300719f981f9afb74641ddd97
7
+ data.tar.gz: 26803d180626a513676245f68f5b44ee15c9bd122578fcd9d531a63f0400310b994ef8264ad485c777f262433477f22089209c75f5520a115398b180bf1ab1bf
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.2.0 / 2013-11-17
2
+
3
+ * New marc4j jar to deal with some encoding issues
4
+
1
5
  ### 0.1.1 / 2013-09-12
2
6
 
3
7
  * Fix pass in and use of logger object
data/Rakefile CHANGED
@@ -1,7 +1,4 @@
1
1
  # encoding: utf-8
2
-
3
- require 'rubygems'
4
-
5
2
  begin
6
3
  require 'bundler'
7
4
  rescue LoadError => e
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 23 July 2013.
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, it's not actually the beta1 release, but the RC1
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. See top-level README
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 Marc4JReader class docs. )
15
+ see docs. )
@@ -1,6 +1,6 @@
1
1
  module MARC
2
2
  class MARC4J
3
3
  # ruby-marc-marc4j version
4
- VERSION = "0.1.2"
4
+ VERSION = "0.2.0"
5
5
  end
6
6
  end
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.1.2
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-10-11 00:00:00.000000000 Z
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.5.1-beta.jar
99
+ - ext/marc4j/lib/marc4j-2.6.0-pre.jar
100
100
  - lib/marc/marc4j.rb
101
101
  - lib/marc/marc4j/version.rb
102
- - ruby-marc-marc4j.gemspec
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.5
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