Skip to content

Commit

Permalink
Merge pull request #744 from LafayetteCollegeLibraries/develop
Browse files Browse the repository at this point in the history
2021.5
  • Loading branch information
rococodogs authored Aug 13, 2021
2 parents 9f2d4aa + 6a473ee commit 2f10241
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 25 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# changelog

## [2021.5] - 2021-08-13

### updates
- update email address + links for reproduction requests on About page (thanks @noraegloff!)

### dependencies 👩‍👩‍👧‍👧

- bagit to 0.4.4 (#732)
- capybara-screenshot to 1.0.25 (#735)
- edtf-humanize to 2.0.1 (#737)
- honeybadger to 4.9.0 (#742)
- mini_magick to 4.11.0 (#739)

## [2021.4] - 2021-05-18

### enhancements
Expand Down Expand Up @@ -605,6 +618,7 @@ fixes:

Initial pre-release (live on ldr.stage.lafayette.edu)

[2021.5]: https://github.com/LafayetteCollegeLibraries/spot/releases/tag/2021.5
[2021.4]: https://github.com/LafayetteCollegeLibraries/spot/releases/tag/2021.4
[2021.3]: https://github.com/LafayetteCollegeLibraries/spot/releases/tag/2021.3
[2021.2]: https://github.com/LafayetteCollegeLibraries/spot/releases/tag/2021.2
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'hyrax', '~> 2.9.0'
gem 'almond-rails', '0.3.0'

# parse + build bagit-compliant files
gem 'bagit', '0.4.3'
gem 'bagit', '0.4.4'

# blacklight plugins for enhanced searching
gem 'blacklight_advanced_search', '6.4.1'
Expand All @@ -64,10 +64,10 @@ gem 'dotenv-rails', '2.7.5'

# extended date formats
gem 'edtf', '3.0.4'
gem 'edtf-humanize', '0.0.7'
gem 'edtf-humanize', '2.0.1'

# error trackijng
gem 'honeybadger', '4.7.2'
gem 'honeybadger', '4.9.0'

# allows us to create admin (and more!) roles for users
gem 'hydra-role-management', '1.0.3'
Expand Down Expand Up @@ -120,7 +120,7 @@ gem 'faraday', '0.17.3'

# mini_magick is a dependency of hydra-derivatives, but since we're
# calling it explicitly, we should require it.
gem 'mini_magick', '4.10.1'
gem 'mini_magick', '4.11.0'

# manually add this gem to enable questioning_authority to parse linked-data results
gem 'linkeddata', '~> 3.0'
Expand Down Expand Up @@ -158,7 +158,7 @@ group :development, :test do
gem 'bixby', '~> 2.0.0.pre.beta1'
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'capybara', '~> 3'
gem 'capybara-screenshot', '~> 1.0.24'
gem 'capybara-screenshot', '~> 1.0.25'
gem 'database_cleaner', '~> 2.0.1'
gem 'equivalent-xml', '~> 0.6.0', require: false
gem 'factory_bot_rails', '~> 5', require: false
Expand Down
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bagit (0.4.3)
bagit (0.4.4)
docopt (~> 0.5.0)
validatable (~> 1.6)
bcp47 (0.3.3)
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
capybara-screenshot (1.0.24)
capybara-screenshot (1.0.25)
capybara (>= 1.0, < 4)
launchy
carrierwave (1.3.2)
Expand Down Expand Up @@ -316,9 +316,10 @@ GEM
sxp (~> 1.1)
edtf (3.0.4)
activesupport (>= 3.0, < 6.0)
edtf-humanize (0.0.7)
activesupport (>= 4, < 6)
edtf-humanize (2.0.1)
activesupport (>= 4)
edtf (>= 2.3, < 4)
roman (~> 0.2.0)
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
erubi (1.10.0)
Expand Down Expand Up @@ -378,7 +379,7 @@ GEM
hashdiff (1.0.1)
hashie (4.1.0)
hiredis (0.6.3)
honeybadger (4.7.2)
honeybadger (4.9.0)
htmlentities (4.3.4)
http_logger (0.6.0)
httpclient (2.8.3)
Expand Down Expand Up @@ -601,8 +602,8 @@ GEM
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_magick (4.11.0)
mini_mime (1.1.0)
mini_portile2 (2.4.0)
minitest (5.14.4)
msgpack (1.3.3)
Expand Down Expand Up @@ -649,7 +650,7 @@ GEM
posix-spawn (0.3.15)
power_converter (0.1.2)
powerpack (0.1.2)
public_suffix (4.0.5)
public_suffix (4.0.6)
pul_uv_rails (2.0.1)
puma (3.12.6)
qa (2.2.0)
Expand Down Expand Up @@ -762,7 +763,7 @@ GEM
redis (>= 3.0.4)
redlock (1.2.0)
redis (>= 3.0.0, < 5.0)
regexp_parser (1.7.0)
regexp_parser (1.8.2)
representable (3.0.4)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
Expand All @@ -773,6 +774,7 @@ GEM
actionpack (>= 5.0)
railties (>= 5.0)
retriable (3.1.2)
roman (0.2.0)
rsolr (2.3.0)
builder (>= 2.1.2)
faraday (>= 0.9.0)
Expand Down Expand Up @@ -969,7 +971,7 @@ PLATFORMS

DEPENDENCIES
almond-rails (= 0.3.0)
bagit (= 0.4.3)
bagit (= 0.4.4)
bixby (~> 2.0.0.pre.beta1)
blacklight_advanced_search (= 6.4.1)
blacklight_oai_provider (= 6.0.0)
Expand All @@ -984,7 +986,7 @@ DEPENDENCIES
capistrano-rails (~> 1.6)
capistrano-sidekiq (~> 1.0.3)
capybara (~> 3)
capybara-screenshot (~> 1.0.24)
capybara-screenshot (~> 1.0.25)
coffee-rails (= 5.0.0)
darlingtonia (= 3.2.2)
database_cleaner (~> 2.0.1)
Expand All @@ -993,11 +995,11 @@ DEPENDENCIES
devise_cas_authenticatable (= 1.10.4)
dotenv-rails (= 2.7.5)
edtf (= 3.0.4)
edtf-humanize (= 0.0.7)
edtf-humanize (= 2.0.1)
equivalent-xml (~> 0.6.0)
factory_bot_rails (~> 5)
faraday (= 0.17.3)
honeybadger (= 4.7.2)
honeybadger (= 4.9.0)
hydra-role-management (= 1.0.3)
hyrax (~> 2.9.0)
hyrax-spec (~> 0.3.2)
Expand All @@ -1007,7 +1009,7 @@ DEPENDENCIES
kaminari (= 1.2.1)
linkeddata (~> 3.0)
listen (>= 3.0.5, < 3.3)
mini_magick (= 4.10.1)
mini_magick (= 4.11.0)
nokogiri (~> 1.10.10)
okcomputer (= 1.18.2)
pg (= 1.2.3)
Expand Down
10 changes: 5 additions & 5 deletions app/views/spot/page/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
Members of the faculty and administrative departments may use the
<%= link_to 'LDR submission form', 'https://library.lafayette.edu/lafayette-digital-repository-submission-form/' %>
to deposit articles to the Lafayette Digital Repository. For other content types, such as presentations,
research data, audiovisual materials, etc. please contact Nora Egloff, Digital Repository Librarian,
at <%= mail_to 'egloffn@lafayette.edu' %> for more information.
research data, audiovisual materials, etc. please contact Nora Zimmerman, Digital Repository Librarian,
at <%= mail_to 'zimmerno@lafayette.edu' %> for more information.
</p>

<h2 id="policies">Policies</h2>

<h3 id="copyright-and-uses">Copyright and Use</h3>
<p>
Please consult the <%= link_to "Digital Scholarship Services Copyright & Use Guidelines", "https://dss.lafayette.edu/copyright-and-use/" %>
for information about using and sharing content in the LDR. If you have further
questions, please contact us at <%= mail_to "dss@lafayette.edu" %>.
Please consult the <%= link_to "Special Collections Copyright, Reproduction & Use Policies", "https://archives.lafayette.edu/copyright-reproduction-use/" %>
for information about using and sharing content from Lafayette College Archives & Special Collections that is made available in the LDR. If you have further
questions about these materials, please contact <%= mail_to "archives@lafayette.edu" %>.
</p>

<h3 id="preservation-support-policy">Preservation Support Policy</h3>
Expand Down

0 comments on commit 2f10241

Please sign in to comment.