marc2linkeddata 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/{console → marc2LD_console} +0 -0
- data/bin/marcAuthority2LD +1 -0
- data/marc2linkeddata.gemspec +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: bd3a379bcb2fe572912159e9576a34afff5622a7
|
4
|
+
data.tar.gz: 6c911bd97a593049f7c13e77bbbcf25b7878f64e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 265a259a65ce550ee3b54f3d6c093136a658e2ec89821c0c40f2415bfe6446ac323e2de93691ea4d1622eff93798470bd0085215158329c904fdcd01cb7e58f4
|
7
|
+
data.tar.gz: 29f7d365eca71e843782c0853d959012c0755e99e1037d3b92b63e5212abbd152984842432559af89ca60d86b5a9003af92c60b99beae373735073a32cfc0f63
|
File without changes
|
data/bin/marcAuthority2LD
CHANGED
data/marc2linkeddata.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marc2linkeddata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Darren Weber
|
@@ -168,12 +168,12 @@ description: Utilities for translation of Marc21 records to linked open data.
|
|
168
168
|
email:
|
169
169
|
- dlweber@stanford.edu
|
170
170
|
executables:
|
171
|
-
- console
|
172
171
|
- loc_downloads.sh
|
173
172
|
- loc_import_4store.sh
|
174
173
|
- loc_import_allegrograph.sh
|
175
174
|
- loc_import_marklogic.sh
|
176
175
|
- marc2LD_config
|
176
|
+
- marc2LD_console
|
177
177
|
- marcAuthority2LD
|
178
178
|
extensions: []
|
179
179
|
extra_rdoc_files: []
|
@@ -183,12 +183,12 @@ files:
|
|
183
183
|
- Gemfile
|
184
184
|
- LICENSE
|
185
185
|
- README.md
|
186
|
-
- bin/console
|
187
186
|
- bin/loc_downloads.sh
|
188
187
|
- bin/loc_import_4store.sh
|
189
188
|
- bin/loc_import_allegrograph.sh
|
190
189
|
- bin/loc_import_marklogic.sh
|
191
190
|
- bin/marc2LD_config
|
191
|
+
- bin/marc2LD_console
|
192
192
|
- bin/marcAuthority2LD
|
193
193
|
- lib/marc2linkeddata.rb
|
194
194
|
- lib/marc2linkeddata/configuration.rb
|