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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f5b48cd2615016b2074faf141788dac112c6057
4
- data.tar.gz: 7d195907262b587e7314e0c8dd1f8bf9623d754a
3
+ metadata.gz: bd3a379bcb2fe572912159e9576a34afff5622a7
4
+ data.tar.gz: 6c911bd97a593049f7c13e77bbbcf25b7878f64e
5
5
  SHA512:
6
- metadata.gz: 9f2ccf46fa41e4efb2bd38aa51862fc44dddb75f4f0808bd2ae25561d0a1b5cffc55eb5aa0d9b47631b58573b66cd6a3ddc6cc4d3f87ed055bb1d7242aa1e7f5
7
- data.tar.gz: 80697d0532b4cac487db5900a08675f9095bf0f1fb2423a9617946303aaf324fb91017cef03fa7f6fd81d5b9eff2fe3067d6b667bbb45ee41f2abff0dbdcdb69
6
+ metadata.gz: 265a259a65ce550ee3b54f3d6c093136a658e2ec89821c0c40f2415bfe6446ac323e2de93691ea4d1622eff93798470bd0085215158329c904fdcd01cb7e58f4
7
+ data.tar.gz: 29f7d365eca71e843782c0853d959012c0755e99e1037d3b92b63e5212abbd152984842432559af89ca60d86b5a9003af92c60b99beae373735073a32cfc0f63
File without changes
data/bin/marcAuthority2LD CHANGED
@@ -101,6 +101,7 @@ Redis Persistence - based on https://github.com/redis/redis-rb
101
101
  # recent data is updated in redis
102
102
 
103
103
  HELP
104
+ exit!
104
105
  else
105
106
  end
106
107
 
@@ -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.5'
7
+ s.version = '0.0.6'
8
8
  s.licenses = ['Apache-2.0']
9
9
 
10
10
  s.platform = Gem::Platform::RUBY
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.5
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