blacklight-spotlight 3.0.0.alpha.8 → 3.0.0.alpha.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/spotlight/_pages.scss +1 -1
- data/app/models/spotlight/resources/upload.rb +1 -1
- data/lib/spotlight/version.rb +1 -1
- data/spec/controllers/spotlight/resources/upload_controller_spec.rb +2 -2
- data/spec/examples.txt +125 -1389
- data/spec/models/spotlight/resources/upload_spec.rb +1 -1
- metadata +3 -3
@@ -14,7 +14,7 @@ describe Spotlight::Resources::Upload, type: :model do
|
|
14
14
|
'spotlight_upload_description_tesim' => 'Description Data',
|
15
15
|
'spotlight_upload_attribution_tesim' => 'Attribution Data',
|
16
16
|
'spotlight_upload_date_tesim' => 'Date Data',
|
17
|
-
custom_field.
|
17
|
+
custom_field.slug => 'Custom Field Data'
|
18
18
|
}
|
19
19
|
end
|
20
20
|
let(:featured_image) { FactoryBot.create(:featured_image, image: File.open(File.join(FIXTURES_PATH, '800x600.png'))) }
|
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: 3.0.0.alpha.
|
4
|
+
version: 3.0.0.alpha.9
|
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: 2020-03-
|
14
|
+
date: 2020-03-30 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: acts-as-taggable-on
|
@@ -1636,7 +1636,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1636
1636
|
- !ruby/object:Gem::Version
|
1637
1637
|
version: 1.3.1
|
1638
1638
|
requirements: []
|
1639
|
-
rubygems_version: 3.
|
1639
|
+
rubygems_version: 3.1.2
|
1640
1640
|
signing_key:
|
1641
1641
|
specification_version: 4
|
1642
1642
|
summary: Enable librarians, curators, and others who are responsible for digital collections
|