blacklight 5.5.4 → 5.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b47caa3078cb12e126c1bf674ae24027c78cdb6
4
- data.tar.gz: 5d24f1c1b498bf5b8bddb8217c335a45502fb6c2
3
+ metadata.gz: 479622c28e8d18d1eeec6cd98d645dc569661dbc
4
+ data.tar.gz: 86833f67f334ec5ace5b41ceab9aa0bbf78e01b7
5
5
  SHA512:
6
- metadata.gz: 62f9fa3aa82b87e4eeafde5bec8a2130385d5c88c9ff44a980a8bad29f9407420dfede1809b361b0efdc753565d6bc5a8cab448473a7f4160ba66c3ca5cbb30c
7
- data.tar.gz: 16440466c18488f86d3c65ed5ffc684c338b5b14bf780b2028e76d15e82b63c08fb25cb090dd7a357a81e5dfbc1bd3f38c1aa8dce334b8ede320100d445a2111
6
+ metadata.gz: cf903983243c985c8088492ce6c3bae681879b41a653e11e7893885190255c651971358bceb9dbfb0f62dfb088af8139058664c32314b919f722f6f5ecba4da3
7
+ data.tar.gz: 8e814b2f64604fc14f0a43ac0bdd44f1fd45825046d1eca6bcafc5c5c9df4e0bc1281743b11eb459b38d73a597440a8cd0d3509e7497a24095cf38c0b8ed71cd
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.5.4
1
+ 5.6.0
@@ -15,7 +15,7 @@
15
15
 
16
16
  <title><%= render_page_title %></title>
17
17
  <%= opensearch_description_tag application_name, opensearch_catalog_path(:format => 'xml', :only_path => false) %>
18
- <%= favicon_link_tag 'favicon.ico' %>
18
+ <%= favicon_link_tag asset_path('favicon.ico') %>
19
19
  <%= stylesheet_link_tag "application", media: "all" %>
20
20
  <%= javascript_include_tag "application" %>
21
21
  <%= csrf_meta_tags %>
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.summary = "Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index."
12
12
  s.description = %q{Blacklight is an open source Solr user interface discovery platform. You can use Blacklight to enable searching and browsing of your collections. Blacklight uses the Apache Solr search engine to search full text and/or metadata.}
13
13
  s.license = "Apache 2.0"
14
-
14
+
15
15
  s.files = `git ls-files`.split("\n")
16
16
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
  s.add_dependency "nokogiri", "~>1.6" # XML Parser
22
22
  s.add_dependency "kaminari", "~> 0.13" # the pagination (page 1,2,3, etc..) of our search results
23
23
  s.add_dependency "rsolr", "~> 1.0.6" # Library for interacting with rSolr.
24
- s.add_dependency "bootstrap-sass", "~> 3.0"
24
+ s.add_dependency "bootstrap-sass", "~> 3.2"
25
25
  s.add_dependency "deprecation"
26
26
 
27
27
  s.add_development_dependency "jettywrapper", ">= 1.7.0"
@@ -1,3 +1,5 @@
1
+ @import 'bootstrap-sprockets';
2
+
1
3
  @import 'bootstrap';
2
4
 
3
5
  @import 'blacklight/blacklight';
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.5.4
4
+ version: 5.6.0
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: 2014-09-12 00:00:00.000000000 Z
20
+ date: 2014-08-13 00:00:00.000000000 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: rails
@@ -87,14 +87,14 @@ dependencies:
87
87
  requirements:
88
88
  - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: '3.0'
90
+ version: '3.2'
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
- version: '3.0'
97
+ version: '3.2'
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: deprecation
100
100
  requirement: !ruby/object:Gem::Requirement