blacklight 5.9.1 → 5.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +0 -1
- data/VERSION +1 -1
- data/lib/generators/blacklight/install_generator.rb +2 -2
- data/lib/generators/blacklight/templates/config/solr.yml +3 -3
- data/lib/generators/blacklight/test_support_generator.rb +0 -3
- data/tasks/blacklight.rake +1 -1
- data/template.demo.rb +2 -1
- 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: aa54bd985624be72c4d598e49b1c3cc9ac6e5da6
|
4
|
+
data.tar.gz: d50f42354e114da71d7f33e9f5d772314831a644
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19bbfbe1307baed32d2e732b4dc8acbbefe3b567f91302b5b9df40864334e4c1affe87569ea44195e424b62dac14b6450eed5d856ba58b2d0c2c8ba908c73d7a
|
7
|
+
data.tar.gz: 326d4bb0884bcf4bd3fba974ef37891f4e21493639aa650d4ba41d4c95a296f236a993ef83d77b161ffe55180347d93bf07eb5ac98cca048115439e1fdb4af96
|
data/.travis.yml
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5.9.
|
1
|
+
5.9.2
|
@@ -22,12 +22,12 @@ module Blacklight
|
|
22
22
|
|
23
23
|
def install_jettywrapper
|
24
24
|
return unless options[:jettywrapper]
|
25
|
-
gem "jettywrapper", "
|
25
|
+
gem "jettywrapper", ">= 2.0"
|
26
26
|
|
27
27
|
copy_file "config/jetty.yml"
|
28
28
|
|
29
29
|
append_to_file "Rakefile",
|
30
|
-
"\nZIP_URL = \"https://github.com/projectblacklight/blacklight-jetty/archive/v4.
|
30
|
+
"\nZIP_URL = \"https://github.com/projectblacklight/blacklight-jetty/archive/v4.10.3.zip\"\n" +
|
31
31
|
"require 'jettywrapper'\n"
|
32
32
|
end
|
33
33
|
|
@@ -11,8 +11,8 @@
|
|
11
11
|
# how to start up solr, generally for automated testing.
|
12
12
|
|
13
13
|
development:
|
14
|
-
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr" %>
|
14
|
+
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
|
15
15
|
test: &test
|
16
|
-
url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8888}/solr" %>
|
16
|
+
url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8888}/solr/blacklight-core" %>
|
17
17
|
production:
|
18
|
-
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr" %>
|
18
|
+
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
|
@@ -16,9 +16,6 @@ of the box blacklight.
|
|
16
16
|
|
17
17
|
Also adds jetty_path key to solr.yml for selected environment, to refer
|
18
18
|
to this install.
|
19
|
-
|
20
|
-
Requires system('unzip... ') to work, probably won't work on Windows.
|
21
|
-
|
22
19
|
"""
|
23
20
|
def alternate_controller
|
24
21
|
copy_file "alternate_controller.rb", "app/controllers/alternate_controller.rb"
|
data/tasks/blacklight.rake
CHANGED
data/template.demo.rb
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
gem "blacklight", ">= 5.3.0"
|
2
|
+
gem "jettywrapper", ">= 2.0"
|
2
3
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
3
4
|
|
4
5
|
run "bundle install"
|
@@ -17,4 +18,4 @@ if options =~ /jettywrapper/
|
|
17
18
|
rake "jetty:start"
|
18
19
|
rake "blacklight:solr:seed"
|
19
20
|
rake "jetty:stop"
|
20
|
-
end
|
21
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blacklight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.9.
|
4
|
+
version: 5.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Rochkind
|
@@ -17,7 +17,7 @@ authors:
|
|
17
17
|
autorequire:
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
|
-
date: 2015-02-
|
20
|
+
date: 2015-02-11 00:00:00.000000000 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
name: rails
|
@@ -576,7 +576,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
576
576
|
version: '0'
|
577
577
|
requirements: []
|
578
578
|
rubyforge_project:
|
579
|
-
rubygems_version: 2.
|
579
|
+
rubygems_version: 2.2.2
|
580
580
|
signing_key:
|
581
581
|
specification_version: 4
|
582
582
|
summary: Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr)
|