solrj_wrapper 1.0.1 → 1.0.2

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: 5e6fbae7ea34d1a93ec3458e41597bb89d53bab9
4
- data.tar.gz: 8e87b28c23005e38e44875aaa139d6d1d4397eaa
3
+ metadata.gz: 01c719e707f38ed06d57cc2943e37945556bdea1
4
+ data.tar.gz: 23bd2e08259eab6a18d67210cb87919a9e8cf590
5
5
  SHA512:
6
- metadata.gz: 608f548687498d7c52d871d61cc60136bb57c2f70173ecd4f5e183bbc9d32693e6059fdab2537eddeea9ce47095ca05baa6529c92e430ec6135d4d17d1e2b8a7
7
- data.tar.gz: 0c4f6b2f9c2098610d083b385585d4a10e9c5a59791adc6b070f58a4b73f4d68448be32328a1dcf11fa100975b86afe1f9f6e2e320d7a826929c5ed0a1b7c49a
6
+ metadata.gz: a66cab510b96226c59bab713ccf52180ef2d77fdd82ad124c52cb71ecebe4d739d8931134184f302ebdba75225f51c4a22123b8372552b24c9d738371461ffa1
7
+ data.tar.gz: 3fbf2831c572994085f0f179f9a722658962959037c41be9fd423c48f2069bf60035d54a725eb73a1af9f2cb8aff25891476e193255a8d09202996847dca48b7
data/README.rdoc CHANGED
@@ -3,7 +3,7 @@
3
3
  {<img src="https://travis-ci.org/sul-dlss/solrj_wrapper.svg" alt="Build Status" />}[https://travis-ci.org/sul-dlss/solrj_wrapper] {<img src="https://coveralls.io/repos/sul-dlss/solrj_wrapper/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/sul-dlss/solrj_wrapper?branch=master] {<img src="https://gemnasium.com/sul-dlss/solrj_wrapper.png" alt="Dependency Status" />}[https://gemnasium.com/sul-dlss/solrj_wrapper] {<img src="https://badge.fury.io/rb/solrj_wrapper.svg" alt="Gem Version" />}[http://badge.fury.io/rb/solrj_wrapper]
4
4
 
5
5
 
6
- Ruby wrapper for interacting with Solrj objects, such as org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer.
6
+ Ruby wrapper for interacting with Solrj objects, such as org.apache.solr.client.solrj.impl.HttpSolrServer.
7
7
 
8
8
  == Installation
9
9
 
@@ -1,3 +1,3 @@
1
1
  class SolrjWrapper
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -7,17 +7,17 @@ Gem::Specification.new do |gem|
7
7
  gem.authors = ["Naomi Dushay"]
8
8
  gem.email = ["ndushay@stanford.edu"]
9
9
  gem.summary = "Ruby wrapper for interacting with Solrj objects"
10
- gem.description = "Ruby wrapper for interacting with Solrj objects, such as org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer"
11
- gem.summary = "This gem must be run under JRuby, and also requires a directory containing SolrJ jars and solr url (see config/settings.yml)"
10
+ gem.description = "Ruby wrapper for interacting with Solrj objects, such as org.apache.solr.client.solrj.impl.HttpSolrServer"
11
+ gem.summary = "This gem must be run under JRuby, and also requires a directory containing SolrJ jars and solr url (see lib/config/settings.yml)"
12
12
 
13
13
  gem.files = `git ls-files`.split($\)
14
14
  # gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
15
- gem.test_files = gem.files.grep(%r{^(spec|features)/})
15
+ gem.test_files = gem.files.grep(%r{^(spec)/})
16
16
  gem.require_paths = ["lib"]
17
17
 
18
18
  # No Runtime dependencies
19
19
 
20
- # Bundler will install these gems too if you've checked out solrjwrapper source from git and run 'bundle install'
20
+ # Bundler will install these gems too if you've checked out solrj_wrapper source from git and run 'bundle install'
21
21
  # It will not add these as dependencies if you require solrj_wrapper for other projects
22
22
  gem.add_development_dependency "rake"
23
23
  # docs
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solrj_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naomi Dushay
@@ -108,7 +108,7 @@ dependencies:
108
108
  version: '0'
109
109
  prerelease: false
110
110
  type: :development
111
- description: Ruby wrapper for interacting with Solrj objects, such as org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer
111
+ description: Ruby wrapper for interacting with Solrj objects, such as org.apache.solr.client.solrj.impl.HttpSolrServer
112
112
  email:
113
113
  - ndushay@stanford.edu
114
114
  executables: []
@@ -159,7 +159,7 @@ rubyforge_project:
159
159
  rubygems_version: 2.2.0
160
160
  signing_key:
161
161
  specification_version: 4
162
- summary: This gem must be run under JRuby, and also requires a directory containing SolrJ jars and solr url (see config/settings.yml)
162
+ summary: This gem must be run under JRuby, and also requires a directory containing SolrJ jars and solr url (see lib/config/settings.yml)
163
163
  test_files:
164
164
  - spec/solr/solr.xml
165
165
  - spec/solrj_wrapper_spec.rb