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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/etda_utilities/access_levels_for_partners.yml +1 -1
- data/lib/etda_utilities/version.rb +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: 4245f278114667d1184a0f3d1951b9d00586b074dfaa6856ad22999d753ee661
|
|
4
|
+
data.tar.gz: 0a3b2abcfefac2766023076a8e7912564cbc3853a9b381525237f433c3879dfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57d29ea0f9f19e76ff974d28481c37d3c3a40b0a142615169c62da88d26c8a99551daebfc3dc7964174d305e1af1af9524c517409f017fcfeee659b62626f1a3
|
|
7
|
+
data.tar.gz: a66db6cfe92e09e224e7d0807e5e14b1333222b4e823b646106e9a56bcb51035b3d52d26ce64ea77552e89d16bb4ec1638f1b7d3bd8a00982d1091d358bb566d
|
data/Gemfile.lock
CHANGED
|
@@ -24,7 +24,7 @@ honors:
|
|
|
24
24
|
access_level:
|
|
25
25
|
open_access: Open Access
|
|
26
26
|
open_access_attr:
|
|
27
|
-
description_html:
|
|
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:
|
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.
|
|
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-
|
|
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.
|
|
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: []
|