base_indexer 0.4.9 → 0.5.0

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: fafea5ec9ef440680cfc8a75fc6baa0ae9e976f3
4
- data.tar.gz: 5bb1d6677f86ab0956b2bc8d32258f5e8f0550fe
3
+ metadata.gz: ac8659f2dfed41b11a0308ad26c2a8bc33843e38
4
+ data.tar.gz: 50832a31620b8744bbc2b5dfa6c844a2dd3845e3
5
5
  SHA512:
6
- metadata.gz: 1c76f5a3f5ffa68ac9490f86696c69020993e6254c6aedddca60731f9d4debb9fdf2eac1129d68e9fa89a1335c34d5371c24975b60bf9f633ff82ca396cf0983
7
- data.tar.gz: 37181e9abc7c82f855bdeba95272b3d6153ec96eab2832f8f842abce19eb702fcad6a9e2af93e41a8b44d503d36258c7916e044c42200ea7cd2e7b6ed3daa8ed
6
+ metadata.gz: 538b46846c5e55c96b9e9327c7f7aafa88816aa9906b0782086b6298d95ff49fe6e58988046a0f664a740440aad1e52ceacfd5b600767c8f8fd3080487f675c8
7
+ data.tar.gz: 11ccaa43c63b7cdf72efc355604a19a15d568799e3e0f10681955b3962d505b388b23085e711f0062285bc94a2583e9656893a74471a8e1ec2a2cda933f8cfd1
data/README.rdoc CHANGED
@@ -8,7 +8,7 @@ This project rocks and uses MIT-LICENSE.
8
8
  == Running tests
9
9
 
10
10
  Clone from github.
11
- rake # first time setup and to generate all docs
11
+ rake # first time setup and to generate all docs
12
12
  bundle exec rake spec # just run the tests next time around
13
13
 
14
14
 
@@ -26,10 +26,10 @@ bundle install
26
26
  mount BaseIndexer::Engine, at: '/items'
27
27
 
28
28
  == Basic configuration
29
- The engine is looking for the following values
29
+ The engine is looking for the following values
30
30
 
31
31
  config.solr_config_file_path = "#{config.root}/config/solr.yml"
32
- DiscoveryIndexer::PURL_DEFAULT='http://purl.stanford.edu/'
32
+ DiscoveryIndexer::PURL_DEFAULT='https://purl.stanford.edu'
33
33
 
34
34
 
35
35
  == Advanced features
@@ -64,9 +64,9 @@ rake index RAILS_ENV=production target=revs_prod druid=oo000oo0001
64
64
  rake log_indexer RAILS_ENV=production target=revs_prod log_file=/tmp/mailander_1.yaml log_type=preassembly = preassembly run
65
65
  nohup rake log_indexer RAILS_ENV=production target=revs_prod log_file=/tmp/mailander_1.yaml log_type=preassembly & = for a long running process, which will be most runs that have more than a few dozen druids, nohup it
66
66
 
67
- rake log_indexer RAILS_ENV=production target=revs_prod log_file=/tmp/mailander_1_remediate.yaml log_type=remediate = remediation run
67
+ rake log_indexer RAILS_ENV=production target=revs_prod log_file=/tmp/mailander_1_remediate.yaml log_type=remediate = remediation run
68
68
 
69
- rake log_indexer RAILS_ENV=production target=revs_prod log_file=/tmp/mailander.csv log_type=csv = a simple csv file -- it must have a header line, with the header of "druid" definining the items you wish to index
69
+ rake log_indexer RAILS_ENV=production target=revs_prod log_file=/tmp/mailander.csv log_type=csv = a simple csv file -- it must have a header line, with the header of "druid" definining the items you wish to index
70
70
 
71
71
  ==== Index an entire collection, including the collection itself, along with all of its members (be sure to check the dor-fetcher-url parameter in the Rails environment you are running under to be sure it is connecting where you expect):
72
72
 
@@ -1,3 +1,3 @@
1
1
  module BaseIndexer
2
- VERSION = '0.4.9'
2
+ VERSION = '0.5.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: base_indexer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmed Alsum
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-21 00:00:00.000000000 Z
12
+ date: 2015-10-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -37,14 +37,14 @@ dependencies:
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 0.9.11
40
+ version: 0.10.0
41
41
  type: :runtime
42
42
  prerelease: false
43
43
  version_requirements: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 0.9.11
47
+ version: 0.10.0
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: retries
50
50
  requirement: !ruby/object:Gem::Requirement