mods 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.rdoc +1 -0
- data/lib/mods/marc_country_codes.rb +2 -2
- data/lib/mods/marc_geo_area_codes.rb +4 -4
- data/lib/mods/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6499d0f01d72d398cf9dadc400a40d4c0e61b519
|
4
|
+
data.tar.gz: 4a866a46b09a361eb23145b0d9bb793c4c2a4bd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40a4586c9dfbc57eb178de6dfb35d39ff88e8328632e18237f9a325d1caf96f9b598c5a9264f28e74c4212bc07acbfffee0d03fd936e1064fd7fd353ff720852
|
7
|
+
data.tar.gz: 2a7d088b10863fc92621fd99d43e0cd56871fe41b19e600b82bdfa77ab53332ab7622a45093b7894ffafb3573eae79670ec59c5fb5094fd0a99ef16acdd94a88
|
data/README.rdoc
CHANGED
@@ -44,6 +44,7 @@ Create a new Mods::Record from a file:
|
|
44
44
|
== Releases
|
45
45
|
|
46
46
|
=======
|
47
|
+
* (see git commit history for more recent info)
|
47
48
|
* <b>2.0.1</b> Fixed nokogiri issue so no need to pin version number
|
48
49
|
* <b>2.0.0</b> Pinned version of nokogiri to < 1.6.6 because of addition of Node#lang in 1.6.6.1 which conflicts which currently used nodes
|
49
50
|
* <b>1.0.0</b> change jruby version in .travis to 1.7.9-d19; doesn't work with version 1.7.10
|
@@ -11,7 +11,7 @@ MARC_COUNTRY = {
|
|
11
11
|
'ae' => "Algeria",
|
12
12
|
'af' => "Afghanistan",
|
13
13
|
'ag' => "Argentina",
|
14
|
-
'ai' => "Anguilla", # discontinued
|
14
|
+
#'ai' => "Anguilla", # discontinued
|
15
15
|
'ai' => "Armenia (Republic)",
|
16
16
|
'air' => "Armenian S.S.R.", # discontinued
|
17
17
|
'aj' => "Azerbaijan",
|
@@ -384,4 +384,4 @@ MARC_COUNTRY = {
|
|
384
384
|
'ys' => "Yemen (People's Democratic Republic)", # discontinued
|
385
385
|
'yu' => "Serbia and Montenegro", # discontinued
|
386
386
|
'za' => "Zambia"
|
387
|
-
}
|
387
|
+
}
|
@@ -188,6 +188,9 @@ MARC_GEOGRAPHIC_AREA = {
|
|
188
188
|
'e-uk-wl' => 'Wales',
|
189
189
|
'e-un' => 'Ukraine',
|
190
190
|
'e-ur' => 'Russia. Russian Empire. Soviet Union. Former Soviet Republics',
|
191
|
+
#'e-ur' => 'Central Region, RSFSR', # discontinued
|
192
|
+
#'e-ur' => 'Soviet Central Asia', # discontinued
|
193
|
+
#'e-ur' => 'Volgo-Viatskii Region, RSFSR', # discontinued
|
191
194
|
'e-ur-ai' => 'Armenia (Republic)', # discontinued
|
192
195
|
'e-ur-aj' => 'Azerbaijan', # discontinued
|
193
196
|
'e-ur-bw' => 'Belarus', # discontinued
|
@@ -207,14 +210,11 @@ MARC_GEOGRAPHIC_AREA = {
|
|
207
210
|
'e-ure' => 'Siberia, Eastern (Russia)',
|
208
211
|
'e-urf' => 'Russian Far East (Russia)',
|
209
212
|
'e-urk' => 'Caucasus',
|
210
|
-
'e-ur' => 'Central Region, RSFSR', # discontinued
|
211
213
|
'e-urn' => 'Soviet Union, Northwestern',
|
212
|
-
'e-ur' => 'Soviet Central Asia', # discontinued
|
213
214
|
'e-urp' => 'Volga River (Russia)',
|
214
215
|
'e-urr' => 'Caucasus, Northern (Russia)',
|
215
216
|
'e-urs' => 'Siberia (Russia)',
|
216
217
|
'e-uru' => 'Ural Mountains (Russia)',
|
217
|
-
'e-ur' => 'Volgo-Viatskii Region, RSFSR', # discontinued
|
218
218
|
'e-urw' => 'Siberia, Western (Russia)',
|
219
219
|
'e-vc' => ' Vatican City',
|
220
220
|
'e-xn' => ' Macedonia (Republic)',
|
@@ -589,4 +589,4 @@ MARC_GEOGRAPHIC_AREA = {
|
|
589
589
|
'zsu' => 'Sun',
|
590
590
|
'zur' => 'Uranus',
|
591
591
|
'zve' => 'Venus',
|
592
|
-
}
|
592
|
+
}
|
data/lib/mods/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mods
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Naomi Dushay
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-03-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
190
190
|
version: '0'
|
191
191
|
requirements: []
|
192
192
|
rubyforge_project:
|
193
|
-
rubygems_version: 2.
|
193
|
+
rubygems_version: 2.4.3
|
194
194
|
signing_key:
|
195
195
|
specification_version: 4
|
196
196
|
summary: Parse MODS (Metadata Object Description Schema) records.
|