discovery-indexer 0.0.1
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 +7 -0
- data/lib/discovery-indexer.rb +0 -0
- data/lib/version.rb +3 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: c02b6da0be42381bffd949f1afb336909bfaa768
|
|
4
|
+
data.tar.gz: 1ba06814d93eef836acff2399624d6d55a06d2a5
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 7164b01c893146b50a41429aaacfa50f5592c86b322b38e9a2fbd779ab4152bfdc0e296457bcce4ad6393bdf22b1fcf21358cfbce3cc395ef661144e3716ff12
|
|
7
|
+
data.tar.gz: ae30908c3aa0b56c2cdcc5646452db595bd9755d86c1de6a5794a950e654c51cfae06966088a18861f544e46ce4543efd15a055e108363bdb56a2a378f0b2089
|
|
File without changes
|
data/lib/version.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: discovery-indexer
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Ahmed AlSum
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-03-09 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: This library manages the core operations for the discovery indexing such
|
|
14
|
+
as reading PURL xml, mapping to the solr document, and writing to solr core.
|
|
15
|
+
email: aalsum@stanford.edu
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/discovery-indexer.rb
|
|
21
|
+
- lib/version.rb
|
|
22
|
+
homepage:
|
|
23
|
+
licenses:
|
|
24
|
+
- Stanford University
|
|
25
|
+
metadata: {}
|
|
26
|
+
post_install_message:
|
|
27
|
+
rdoc_options: []
|
|
28
|
+
require_paths:
|
|
29
|
+
- lib
|
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - '>='
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '0'
|
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - '>='
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
requirements: []
|
|
41
|
+
rubyforge_project:
|
|
42
|
+
rubygems_version: 2.2.2
|
|
43
|
+
signing_key:
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: Shared library for the basic discovery indexing operation for Stanford DLSS.
|
|
46
|
+
test_files: []
|
|
47
|
+
has_rdoc:
|