revs-utils 2.1.22 → 2.1.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/manifest_headers.yml +11 -0
- data/lib/revs-utils/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e2e374ef99a87e7697017ce89cf6198e65467f8
|
4
|
+
data.tar.gz: 9eeddf78e4bebd81409cab362ae1e9b6098eb28b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f650162f83787ae324f4da0be2aa316cab7689d7cc2c76ca47a2d3e6f1af5c17271fc6d04e1a5b541352f9c817b7c3bc25887a434e2f9f0891be760ce13dc2e3
|
7
|
+
data.tar.gz: 83c18367612b11cf48fdd340aa2faf61b5a1035447dbea2eb20e9689a8b4ead013ee2c8203c50e8e3a5e951b8fe6e2eda9e9be15e4904e7e57d3974066c7b295
|
data/config/manifest_headers.yml
CHANGED
@@ -37,6 +37,17 @@ metadata:
|
|
37
37
|
engine_type: engine_type
|
38
38
|
metadata_optional:
|
39
39
|
format_authority: format_authority
|
40
|
+
people1: people1
|
41
|
+
people2: people2
|
42
|
+
people3: people3
|
43
|
+
people4: people4
|
44
|
+
people5: people5
|
45
|
+
people6: people6
|
46
|
+
people7: people7
|
47
|
+
people8: people8
|
48
|
+
people9: people9
|
49
|
+
people10: people10
|
50
|
+
|
40
51
|
known_formats:
|
41
52
|
- black-and-white film
|
42
53
|
- color film
|
data/lib/revs-utils/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: revs-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Mangiafico
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: countries
|
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
169
|
version: '0'
|
170
170
|
requirements: []
|
171
171
|
rubyforge_project:
|
172
|
-
rubygems_version: 2.
|
172
|
+
rubygems_version: 2.6.7
|
173
173
|
signing_key:
|
174
174
|
specification_version: 4
|
175
175
|
summary: Shared methods and functions used by revs-indexer, pre-assembly and bulk
|
@@ -189,3 +189,4 @@ test_files:
|
|
189
189
|
- spec/sample-csv-files/no-sourceid.csv
|
190
190
|
- spec/sample-csv-files/space-sourceid.csv
|
191
191
|
- spec/spec_helper.rb
|
192
|
+
has_rdoc:
|