mods 2.0.2 → 2.0.3

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: dbfc453c27c3716eb928f59f53b2657c0fe246ab
4
- data.tar.gz: b5c4b5eae1e685f381bd2ace70e6f9fb4b21fb1c
3
+ metadata.gz: 6499d0f01d72d398cf9dadc400a40d4c0e61b519
4
+ data.tar.gz: 4a866a46b09a361eb23145b0d9bb793c4c2a4bd2
5
5
  SHA512:
6
- metadata.gz: 391b47928854bcb135a0e44c7a05c38ec71695b7a2a86a147ad1aa86e973225f73179a8d7e7bc8f198b489e8f77fac90c1dbd0ca2b144d5f4440d61a2a63c90e
7
- data.tar.gz: ec5f06c7246778c9f923717c8fd22b466d30d0cdc7cba2665c69800c4bf23a139f065902a1c556a24928417cae680859e1f18b6468863e5208b1c477e73c7b05
6
+ metadata.gz: 40a4586c9dfbc57eb178de6dfb35d39ff88e8328632e18237f9a325d1caf96f9b598c5a9264f28e74c4212bc07acbfffee0d03fd936e1064fd7fd353ff720852
7
+ data.tar.gz: 2a7d088b10863fc92621fd99d43e0cd56871fe41b19e600b82bdfa77ab53332ab7622a45093b7894ffafb3573eae79670ec59c5fb5094fd0a99ef16acdd94a88
@@ -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
+ }
@@ -1,4 +1,4 @@
1
1
  module Mods
2
2
  # this is the Ruby Gem version
3
- VERSION = "2.0.2"
3
+ VERSION = "2.0.3"
4
4
  end
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.2
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-02-08 00:00:00.000000000 Z
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.2.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.