blacklight 5.9.1 → 5.9.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: 6fbed68275361c9a4e94bf4c2c435ac7883869bb
4
- data.tar.gz: 03843ab60ef311245df30f2e261a912c05d52251
3
+ metadata.gz: aa54bd985624be72c4d598e49b1c3cc9ac6e5da6
4
+ data.tar.gz: d50f42354e114da71d7f33e9f5d772314831a644
5
5
  SHA512:
6
- metadata.gz: 904db4c831d484e6bc2693a7a10e79f2a2d66d37228d7dd20310d3c00a1eb87e10ca8eddc7766f51d2affbd3b8ad287dc9d6f3a0517b11eee0d4dc5589b7af53
7
- data.tar.gz: 55a043a1eb3c7820d2ceaf5209e834c114034639ed1c8b80030856a4b96f131c7086e562fca3f8309b419146439b0828cacb099dba19fa562e732dffec93be3a
6
+ metadata.gz: 19bbfbe1307baed32d2e732b4dc8acbbefe3b567f91302b5b9df40864334e4c1affe87569ea44195e424b62dac14b6450eed5d856ba58b2d0c2c8ba908c73d7a
7
+ data.tar.gz: 326d4bb0884bcf4bd3fba974ef37891f4e21493639aa650d4ba41d4c95a296f236a993ef83d77b161ffe55180347d93bf07eb5ac98cca048115439e1fdb4af96
@@ -1,5 +1,4 @@
1
1
  language: ruby
2
- cache: bundler
3
2
  sudo: false
4
3
 
5
4
  notifications:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.9.1
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", "~> 1.7"
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.9.0.zip\"\n" +
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"
@@ -1,4 +1,4 @@
1
- ZIP_URL = "https://github.com/projectblacklight/blacklight-jetty/archive/v4.10.2.zip"
1
+ ZIP_URL = "https://github.com/projectblacklight/blacklight-jetty/archive/v4.10.3.zip"
2
2
 
3
3
  require 'jettywrapper'
4
4
  require 'engine_cart/rake_task'
@@ -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.1
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-10 00:00:00.000000000 Z
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.4.5
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)