Skip to content

Commit

Permalink
Merge pull request #29 from psu-libraries/717-abstract-help-text
Browse files Browse the repository at this point in the history
717 - Removes single quotes that were causing a parsing issue
  • Loading branch information
jlandiseigsti authored May 21, 2024
2 parents f01b2a1 + 2602112 commit 608dc95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
etda_utilities (0.20.0)
etda_utilities (0.20.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/etda_utilities/access_levels_for_partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ graduate:
access_level:
open_access: Open Access
open_access_attr:
description_html: 'Allows free worldwide access to the entire work beginning immediately after degree conferral. Appropriate for the majority of dissertation submissions in immediately fulfilling the requirement for making the work available to the public. After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.'
description_html: Allows free worldwide access to the entire work beginning immediately after degree conferral. Appropriate for the majority of dissertation submissions in immediately fulfilling the requirement for making the work available to the public. After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.
scope: released_for_publication
restricted_to_institution: 'Restricted (Penn State Only)'
restricted_to_institution_attr:
Expand Down
2 changes: 1 addition & 1 deletion lib/etda_utilities/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EtdaUtilities
VERSION = "0.20.0"
VERSION = "0.20.1"
end

0 comments on commit 608dc95

Please sign in to comment.