arclight 1.0.0 → 1.0.1
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/.solr_wrapper +3 -0
- data/README.md +3 -7
- data/app/components/arclight/repository_location_component.html.erb +2 -2
- data/lib/arclight/version.rb +1 -1
- data/package.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 535ab37ef2a400b6159b501ec20d2e70bb69aafafdbbaf3091ed8b3198abb889
|
|
4
|
+
data.tar.gz: 86a06cba86c02986f5089c2885550dc51a0d64f7dadd40fe85692f45c88f1649
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 238e0a1a27a4b5e7219a473f99030634a811eb4504465dea0844bc8f4a4ac79fb5db941a148f61be01652e158d647d6e6bc5fee5e6b1b31814d105512126167d
|
|
7
|
+
data.tar.gz: fb6d3a35fa8d4bea31af2e572ab56e58687a5d39d876c47f009c3782febe7eac0f07f12364e3ba94f78fbf2f01101fefdf3bc717a695fee18b9bc55668262df8
|
data/.solr_wrapper
CHANGED
|
@@ -3,3 +3,6 @@
|
|
|
3
3
|
collection:
|
|
4
4
|
dir: solr/conf/
|
|
5
5
|
name: blacklight-core
|
|
6
|
+
|
|
7
|
+
# Added as workaround for https://github.com/cbeer/solr_wrapper/issues/150
|
|
8
|
+
checksum: 1ff1bd22255b0ae5a1ade1d03596c1f35d4fa69fa1a16e823eaa554b30ba1311f031af6e1f95a94dbdd3a1dbf308eeb068e7303b74f83584a8bb443505078cbb
|
data/README.md
CHANGED
|
@@ -11,8 +11,8 @@ A Rails engine supporting discovery of archival materials, based on [Blacklight]
|
|
|
11
11
|
|
|
12
12
|
## Requirements
|
|
13
13
|
|
|
14
|
-
* [Ruby](https://www.ruby-lang.org/en/)
|
|
15
|
-
* [Rails](http://rubyonrails.org)
|
|
14
|
+
* [Ruby](https://www.ruby-lang.org/en/) 3.0.3 or later
|
|
15
|
+
* [Rails](http://rubyonrails.org) 7.0 or later
|
|
16
16
|
* Solr 8.1 or later
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
@@ -70,15 +70,11 @@ bundle exec rake arclight:seed
|
|
|
70
70
|
|
|
71
71
|
* General
|
|
72
72
|
* [ArcLight demo site](https://arclight-demo.projectblacklight.org/)
|
|
73
|
-
* [ArcLight
|
|
74
|
-
* [ArcLight Github Wiki](https://github.com/projectblacklight/arclight/wiki): developer/implementor documentation
|
|
73
|
+
* [ArcLight Github wiki](https://github.com/projectblacklight/arclight/wiki): developer/implementor documentation
|
|
75
74
|
* [Blacklight wiki](https://github.com/projectblacklight/blacklight/wiki)
|
|
76
75
|
* Use the [ArcLight Google Group](http://groups.google.com/d/forum/arclight-community) to contact us with questions
|
|
77
|
-
* ArcLight Phase II:
|
|
78
|
-
* [Project overview](https://wiki.duraspace.org/display/samvera/ArcLight+Phase+II)
|
|
79
76
|
* ArcLight MVP:
|
|
80
77
|
* [MVP sprint demo videos](https://www.youtube.com/playlist?list=PLMdUaIJ0G8QgbuDCUVvFhTSTO96N37lRA)
|
|
81
|
-
* [Project overview](https://wiki.duraspace.org/display/samvera/ArcLight+MVP)
|
|
82
78
|
|
|
83
79
|
## Contributors
|
|
84
80
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<%= render(@layout.new(field: @field)) do |component| %>
|
|
2
|
-
<% component.
|
|
2
|
+
<% component.with_label do %>
|
|
3
3
|
<%= label %>
|
|
4
4
|
<% end %>
|
|
5
|
-
<% component.
|
|
5
|
+
<% component.with_value do %>
|
|
6
6
|
<div class='al-in-person-repository-name'>
|
|
7
7
|
<% if repository.thumbnail_url %>
|
|
8
8
|
<%= image_tag repository.thumbnail_url, alt: '', class: 'img-fluid float-left' %>
|
data/lib/arclight/version.rb
CHANGED
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arclight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Darren Hardy
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: exe
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2023-
|
|
14
|
+
date: 2023-05-01 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: blacklight
|
|
@@ -513,7 +513,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
513
513
|
- !ruby/object:Gem::Version
|
|
514
514
|
version: '0'
|
|
515
515
|
requirements: []
|
|
516
|
-
rubygems_version: 3.
|
|
516
|
+
rubygems_version: 3.4.12
|
|
517
517
|
signing_key:
|
|
518
518
|
specification_version: 4
|
|
519
519
|
summary: A Blacklight-based environment to support discovery and delivery for archives
|