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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8dc036f2f88f3c446ea37d4e430da4a555041c6ac63262ad062853ae91ed2fac
4
- data.tar.gz: 1c07fab78cbc66efd7c35e2ccc6b0767350143a8e5c0a1565cbf383096763ba1
3
+ metadata.gz: 535ab37ef2a400b6159b501ec20d2e70bb69aafafdbbaf3091ed8b3198abb889
4
+ data.tar.gz: 86a06cba86c02986f5089c2885550dc51a0d64f7dadd40fe85692f45c88f1649
5
5
  SHA512:
6
- metadata.gz: 490d571aa3e06bd5f9e65042c69abc66a5f96b3f6d48dfcd5021d88807a5b2176d3a5e1475ca69a2d52ff292c1ae4df88fdcccc6a85e002deb583b2cb29eed19
7
- data.tar.gz: 267f8e127ed5222fbda4106444f65886f0742d664bbe3e9e3f453f1625577cec8dd139b9021ddc6c9812bb369cd4facc8cc9149a585faa34b44498ffcdc2fc49
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/) 2.7 or later
15
- * [Rails](http://rubyonrails.org) 6.1 or later
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 project wiki](https://bit.ly/arclightproject): includes design process documentation
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.label do %>
2
+ <% component.with_label do %>
3
3
  <%= label %>
4
4
  <% end %>
5
- <% component.value do %>
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' %>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Arclight
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arclight",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "The frontend for arclight",
5
5
  "main": "app/assets/javascript/arclight/arclight.js",
6
6
  "files": [
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.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-04-06 00:00:00.000000000 Z
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.3.26
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