etda_utilities 0.22.0 → 0.22.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: 6e0e27b724c43b6decf960d7943c7be7dd65304861e73f2770cd3f6913e8fd80
4
- data.tar.gz: 70ceb3271b1e045906cc30c17eea4dc2d25a3a95f54ec6e5f37213506eb06e3a
3
+ metadata.gz: 4245f278114667d1184a0f3d1951b9d00586b074dfaa6856ad22999d753ee661
4
+ data.tar.gz: 0a3b2abcfefac2766023076a8e7912564cbc3853a9b381525237f433c3879dfe
5
5
  SHA512:
6
- metadata.gz: 3a721eb3cf7ead533c89cfb2c82bd5abe9579068e2ad217f3e8b7624c48bb072b7b98bdd8aa3371b8f7edc45bd00c66ae489f71c0f76b4b6c834f67d2bb34990
7
- data.tar.gz: 01bc0d07c0ac23e36222faad583835e7c7a9277c992f1a4aad0544fd6ae304cc9fade0b4cef9935b71402b0bb0b05bccc06e981772a62acd7217bd441bcf5d91
6
+ metadata.gz: 57d29ea0f9f19e76ff974d28481c37d3c3a40b0a142615169c62da88d26c8a99551daebfc3dc7964174d305e1af1af9524c517409f017fcfeee659b62626f1a3
7
+ data.tar.gz: a66db6cfe92e09e224e7d0807e5e14b1333222b4e823b646106e9a56bcb51035b3d52d26ce64ea77552e89d16bb4ec1638f1b7d3bd8a00982d1091d358bb566d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- etda_utilities (0.22.0)
4
+ etda_utilities (0.22.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -24,7 +24,7 @@ honors:
24
24
  access_level:
25
25
  open_access: Open Access
26
26
  open_access_attr:
27
- description_html: Allows for open access to the body of the thesis. Note:"Withheld" status must be arranged by contacting the Honors College Records Department.
27
+ description_html: Your electronic thesis is available to anyone who wishes to access it on the web. Open access distribution makes the work more widely available. This is the default.
28
28
  scope: released_for_publication
29
29
  restricted_to_institution: 'Restricted (Penn State Only)'
30
30
  restricted_to_institution_attr:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EtdaUtilities
4
- VERSION = "0.22.0"
4
+ VERSION = "0.22.1"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: etda_utilities
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.22.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ajk5603@psu.edu
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-01-20 00:00:00.000000000 Z
10
+ date: 2026-08-18 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: bundler
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.6.2
104
+ rubygems_version: 3.6.6
105
105
  specification_version: 4
106
106
  summary: A gem containing common fuctions for the ETDA applications.
107
107
  test_files: []