marc2linkeddata 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c53188bea970812fcc120ca2d5f69da9e09a6f1
4
- data.tar.gz: 322d917c22ed9bd578354fe289953a037fec67b7
3
+ metadata.gz: c480c37a894a80c39a33ec34ae841836a8f0979c
4
+ data.tar.gz: 53b0edbc240cc63a8f67f76911ae69cefbf42200
5
5
  SHA512:
6
- metadata.gz: 73b6e6cf57d20cab0e3b3ed361afc147a24a068bc63674029214da4cbf8ffb78355918dce1452e627444b20ce48a8583ad535e08e5e05881325477445a80d6b5
7
- data.tar.gz: ed5fc6cae633929db299e8f446d9f592920e5851576a5b64357a82e394d86fca6efa1974907d6781fd9dc4aa7e7a5cd5dbec767ef793a345affb3f88abc1facd
6
+ metadata.gz: 7e0cfbedd475b509f8b76ceb70ccb0a4beb4e246f8b027976af02edd577f4f5a8e8dfa1ce9c2120f5c569657ff49b0fed3a6baaa1e8ed35b22b32f4792d0086d
7
+ data.tar.gz: 24bd52cf915b257f199efa60061ac40bbf8c1cb96d62bf2bee6e98085c8b7b9cc5b01ce8c356f05fc95b76248f4d0f04492bdf00c0e7a458c71bea3b252663a2
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env bash
2
+
3
+ gem_path=$(dirname $0)
4
+ env_example_file="$gem_path/.env_example"
5
+ cp $env_example_file .env_example
6
+ echo "Copy .env_example into .env and modify as required"
7
+
File without changes
@@ -4,7 +4,7 @@ $:.unshift lib unless $:.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'marc2linkeddata'
7
- s.version = '0.0.3'
7
+ s.version = '0.0.4'
8
8
  s.licenses = ['Apache-2.0']
9
9
 
10
10
  s.platform = Gem::Platform::RUBY
@@ -31,10 +31,10 @@ Gem::Specification.new do |s|
31
31
  s.add_dependency 'pry-doc'
32
32
  s.add_development_dependency 'rspec'
33
33
 
34
- s.files = `git ls-files`.split($/)
35
- dev_files = ['.gitignore','bin/setup.sh','bin/test.sh']
34
+ s.files = `git ls-files`.split($/)
35
+ dev_files = %w(.gitignore bin/setup.sh bin/test.sh)
36
36
  dev_files.each {|f| s.files.delete f }
37
37
 
38
- s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
39
- s.test_files = s.files.grep(%r{^(test|spec|features)/})
38
+ s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
39
+ s.test_files = s.files.grep(%r{^(test|spec|features)/})
40
40
  end
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Weber
@@ -173,7 +173,8 @@ executables:
173
173
  - loc_import_4store.sh
174
174
  - loc_import_allegrograph.sh
175
175
  - loc_import_marklogic.sh
176
- - readMarcAuthority
176
+ - marc2LD_config
177
+ - marcAuthority2LD
177
178
  extensions: []
178
179
  extra_rdoc_files: []
179
180
  files:
@@ -187,7 +188,8 @@ files:
187
188
  - bin/loc_import_4store.sh
188
189
  - bin/loc_import_allegrograph.sh
189
190
  - bin/loc_import_marklogic.sh
190
- - bin/readMarcAuthority
191
+ - bin/marc2LD_config
192
+ - bin/marcAuthority2LD
191
193
  - lib/marc2linkeddata.rb
192
194
  - lib/marc2linkeddata/configuration.rb
193
195
  - lib/marc2linkeddata/isni.rb