blacklight-spotlight 2.0.1 → 2.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/app/controllers/spotlight/catalog_controller.rb +3 -3
- data/app/controllers/spotlight/concerns/application_controller.rb +1 -1
- data/db/migrate/20180529225807_change_spotlight_pages_content_column_to_medium_text.rb +5 -0
- data/lib/generators/spotlight/install_generator.rb +10 -0
- data/lib/spotlight/version.rb +1 -1
- data/spec/controllers/spotlight/catalog_controller_spec.rb +33 -1
- data/spec/examples.txt +1291 -1228
- metadata +3 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blacklight-spotlight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Beer
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2018-05-
|
14
|
+
date: 2018-05-31 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -1238,6 +1238,7 @@ files:
|
|
1238
1238
|
- db/migrate/20180403130857_translation_uniqueness.rb
|
1239
1239
|
- db/migrate/20180405044000_add_locale_to_pages.rb
|
1240
1240
|
- db/migrate/20180406212516_add_default_locale_reference_to_spotlight_pages.rb
|
1241
|
+
- db/migrate/20180529225807_change_spotlight_pages_content_column_to_medium_text.rb
|
1241
1242
|
- lib/blacklight/spotlight.rb
|
1242
1243
|
- lib/generators/spotlight/install_generator.rb
|
1243
1244
|
- lib/generators/spotlight/scaffold_resource_generator.rb
|