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 +4 -4
- data/README.rdoc +1 -1
- data/lib/solrj_wrapper/version.rb +1 -1
- data/solrj_wrapper.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01c719e707f38ed06d57cc2943e37945556bdea1
|
4
|
+
data.tar.gz: 23bd2e08259eab6a18d67210cb87919a9e8cf590
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
6
|
+
Ruby wrapper for interacting with Solrj objects, such as org.apache.solr.client.solrj.impl.HttpSolrServer.
|
7
7
|
|
8
8
|
== Installation
|
9
9
|
|
data/solrj_wrapper.gemspec
CHANGED
@@ -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.
|
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
|
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
|
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.
|
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.
|
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
|