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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fa7767ae8d3e47b2f186de8602540d188284d5a489ceadfc1accf4f86baa488
4
- data.tar.gz: 52930331976c21f0ffcbc1e076f8bafc7abe570d80dba75a8a2f0db0c31b28cf
3
+ metadata.gz: d4f949439d216ea3a613ffd56efaff85033c6b71c506d40a56eac17b5b1ee94d
4
+ data.tar.gz: df776560edf4e3e42725be71d903fa12162529dc609d2714b4917f2a0d98583a
5
5
  SHA512:
6
- metadata.gz: 478a319ee8ce5b597fe32f007a666c7253d359424379cebebc4ab3490ebcc01ed7a2f2e6127ad526daeaed941b4e28c9d735291536bbf82f5e058fb077450437
7
- data.tar.gz: 30ef51e0555a09e632d72783535da8f0f47157cf5bf81bef4a377a4571331aea1c2cf4823942f7ee51408b75fe39e9fca12c343a5c8a63e0de545b5b43157098
6
+ metadata.gz: f1a7f5d4ae1da598aa9230841eabe420514e8f3e396a0ff4adda1490812f29376fe7d556eba2218de3673f0665db853b27f823e42b219522624c975666eaa6f5
7
+ data.tar.gz: f8200099fd4a37dd53562c7c36fcae2b4813da5528d1d4d21dada0ea910f7a79fe4f86ca61b608d53b3c6599e25bbcf2ab5f375aa37b3c6a8e49b3e537cc5a09
data/.rubocop.yml CHANGED
@@ -135,7 +135,7 @@ RSpec/ExampleWording:
135
135
  IgnoredWords:
136
136
  - only
137
137
 
138
- RSpec/FilePath:
138
+ RSpec/SpecFilePathFormat:
139
139
  Enabled: false
140
140
 
141
141
  RSpec/InstanceVariable:
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/FilePath:
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.3
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.20.1)
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.1)
11
- diff-lcs (1.3)
12
- json (2.6.3)
13
- parallel (1.22.1)
14
- parser (3.2.1.1)
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.0.1)
18
- regexp_parser (2.7.0)
19
- rexml (3.2.5)
20
- rspec (3.7.0)
21
- rspec-core (~> 3.7.0)
22
- rspec-expectations (~> 3.7.0)
23
- rspec-mocks (~> 3.7.0)
24
- rspec-core (3.7.1)
25
- rspec-support (~> 3.7.0)
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.7.0)
29
- rspec-mocks (3.7.0)
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.7.0)
32
- rspec-support (3.7.1)
33
- rubocop (1.48.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.2.0.0)
41
+ parser (>= 3.3.0.2)
37
42
  rainbow (>= 2.2.2, < 4.0)
38
- regexp_parser (>= 1.8, < 3.0)
39
- rexml (>= 3.2.5, < 4.0)
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, < 3.0)
43
- rubocop-ast (1.27.0)
44
- parser (>= 3.2.1.0)
45
- rubocop-capybara (2.17.1)
46
- rubocop (~> 1.41)
47
- rubocop-rspec (2.19.0)
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 (2.4.2)
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: '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.'
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: '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.'
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:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EtdaUtilities
4
- VERSION = "0.20.1"
4
+ VERSION = "0.21.0"
5
5
  end
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.20.1
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: 2024-05-21 00:00:00.000000000 Z
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.3.26
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: []