etda_utilities 0.20.1 → 0.21.0
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/.rubocop.yml +1 -1
- data/.rubocop_todo.yml +1 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +38 -34
- data/lib/etda_utilities/access_levels_for_partners.yml +2 -2
- data/lib/etda_utilities/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4f949439d216ea3a613ffd56efaff85033c6b71c506d40a56eac17b5b1ee94d
|
|
4
|
+
data.tar.gz: df776560edf4e3e42725be71d903fa12162529dc609d2714b4917f2a0d98583a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1a7f5d4ae1da598aa9230841eabe420514e8f3e396a0ff4adda1490812f29376fe7d556eba2218de3673f0665db853b27f823e42b219522624c975666eaa6f5
|
|
7
|
+
data.tar.gz: f8200099fd4a37dd53562c7c36fcae2b4813da5528d1d4d21dada0ea910f7a79fe4f86ca61b608d53b3c6599e25bbcf2ab5f375aa37b3c6a8e49b3e537cc5a09
|
data/.rubocop.yml
CHANGED
data/.rubocop_todo.yml
CHANGED
|
@@ -78,7 +78,7 @@ RSpec/ContextWording:
|
|
|
78
78
|
|
|
79
79
|
# Offense count: 3
|
|
80
80
|
# Configuration parameters: CustomTransform, IgnoreMethods.
|
|
81
|
-
RSpec/
|
|
81
|
+
RSpec/SpecFilePathFormat:
|
|
82
82
|
Exclude:
|
|
83
83
|
- 'spec/lib/etda_utilities_access_level_spec.rb'
|
|
84
84
|
- 'spec/lib/etda_utilities_etda_file_paths_spec.rb'
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1
|
|
1
|
+
3.4.1
|
data/Gemfile.lock
CHANGED
|
@@ -1,54 +1,58 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
etda_utilities (0.
|
|
4
|
+
etda_utilities (0.21.0)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
9
|
ast (2.4.2)
|
|
10
|
-
byebug (11.1.
|
|
11
|
-
diff-lcs (1.
|
|
12
|
-
json (2.
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
byebug (11.1.3)
|
|
11
|
+
diff-lcs (1.6.0)
|
|
12
|
+
json (2.10.2)
|
|
13
|
+
language_server-protocol (3.17.0.4)
|
|
14
|
+
lint_roller (1.1.0)
|
|
15
|
+
parallel (1.26.3)
|
|
16
|
+
parser (3.3.7.1)
|
|
15
17
|
ast (~> 2.4.1)
|
|
18
|
+
racc
|
|
19
|
+
racc (1.8.1)
|
|
16
20
|
rainbow (3.1.1)
|
|
17
|
-
rake (13.
|
|
18
|
-
regexp_parser (2.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
rspec-
|
|
22
|
-
rspec-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
rspec-expectations (3.7.0)
|
|
21
|
+
rake (13.2.1)
|
|
22
|
+
regexp_parser (2.10.0)
|
|
23
|
+
rspec (3.13.0)
|
|
24
|
+
rspec-core (~> 3.13.0)
|
|
25
|
+
rspec-expectations (~> 3.13.0)
|
|
26
|
+
rspec-mocks (~> 3.13.0)
|
|
27
|
+
rspec-core (3.13.3)
|
|
28
|
+
rspec-support (~> 3.13.0)
|
|
29
|
+
rspec-expectations (3.13.3)
|
|
27
30
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
28
|
-
rspec-support (~> 3.
|
|
29
|
-
rspec-mocks (3.
|
|
31
|
+
rspec-support (~> 3.13.0)
|
|
32
|
+
rspec-mocks (3.13.2)
|
|
30
33
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
31
|
-
rspec-support (~> 3.
|
|
32
|
-
rspec-support (3.
|
|
33
|
-
rubocop (1.
|
|
34
|
+
rspec-support (~> 3.13.0)
|
|
35
|
+
rspec-support (3.13.2)
|
|
36
|
+
rubocop (1.73.2)
|
|
34
37
|
json (~> 2.3)
|
|
38
|
+
language_server-protocol (~> 3.17.0.2)
|
|
39
|
+
lint_roller (~> 1.1.0)
|
|
35
40
|
parallel (~> 1.10)
|
|
36
|
-
parser (>= 3.
|
|
41
|
+
parser (>= 3.3.0.2)
|
|
37
42
|
rainbow (>= 2.2.2, < 4.0)
|
|
38
|
-
regexp_parser (>=
|
|
39
|
-
|
|
40
|
-
rubocop-ast (>= 1.26.0, < 2.0)
|
|
43
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
44
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
|
41
45
|
ruby-progressbar (~> 1.7)
|
|
42
|
-
unicode-display_width (>= 2.4.0, <
|
|
43
|
-
rubocop-ast (1.
|
|
44
|
-
parser (>= 3.
|
|
45
|
-
rubocop-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
rubocop (~> 1.33)
|
|
49
|
-
rubocop-capybara (~> 2.17)
|
|
46
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
47
|
+
rubocop-ast (1.38.1)
|
|
48
|
+
parser (>= 3.3.1.0)
|
|
49
|
+
rubocop-rspec (3.5.0)
|
|
50
|
+
lint_roller (~> 1.1)
|
|
51
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
50
52
|
ruby-progressbar (1.13.0)
|
|
51
|
-
unicode-display_width (
|
|
53
|
+
unicode-display_width (3.1.4)
|
|
54
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
55
|
+
unicode-emoji (4.0.4)
|
|
52
56
|
|
|
53
57
|
PLATFORMS
|
|
54
58
|
ruby
|
|
@@ -6,11 +6,11 @@ graduate:
|
|
|
6
6
|
scope: released_for_publication
|
|
7
7
|
restricted_to_institution: 'Restricted (Penn State Only)'
|
|
8
8
|
restricted_to_institution_attr:
|
|
9
|
-
description_html:
|
|
9
|
+
description_html: Access restricted to individuals having a valid Penn State Access Account, for a period of two years. Allows restricted access of the entire work beginning immediately after degree conferral. At the end of the two-year period, the status will automatically change to Open Access. <i>Intended for use by authors in cases where prior public release of the work may compromise its acceptance for publication.</i> 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.
|
|
10
10
|
scope: final_restricted_institution
|
|
11
11
|
restricted: 'Restricted'
|
|
12
12
|
restricted_attr:
|
|
13
|
-
description_html:
|
|
13
|
+
description_html: Restricts the entire work for the purpose of filing a patent. At the end of the two-year period, the status will automatically change to Open Access. Selection of this option requires that an invention disclosure (ID) be filed with the Office of Technology Management (OTM) prior to submission of the final thesis/dissertation, and confirmed by OTM. 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.
|
|
14
14
|
scope: final_withheld
|
|
15
15
|
no_access: ''
|
|
16
16
|
no_access_attr:
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: etda_utilities
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ajk5603@psu.edu
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-06-06 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: bundler
|
|
@@ -87,7 +86,6 @@ homepage: https://github.com/psu-stewardship/etda_utilities
|
|
|
87
86
|
licenses:
|
|
88
87
|
- MIT
|
|
89
88
|
metadata: {}
|
|
90
|
-
post_install_message:
|
|
91
89
|
rdoc_options: []
|
|
92
90
|
require_paths:
|
|
93
91
|
- lib
|
|
@@ -103,8 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
101
|
- !ruby/object:Gem::Version
|
|
104
102
|
version: '0'
|
|
105
103
|
requirements: []
|
|
106
|
-
rubygems_version: 3.
|
|
107
|
-
signing_key:
|
|
104
|
+
rubygems_version: 3.6.2
|
|
108
105
|
specification_version: 4
|
|
109
106
|
summary: A gem containing common fuctions for the ETDA applications.
|
|
110
107
|
test_files: []
|