etda_utilities 0.20.2 → 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: 69255a0b14b33a78571a380c08c6baa27920d338729ee8b2cf582f223ba6b4d8
4
- data.tar.gz: 5062e3c46b6213d76edaa852f712b75fc9768d1d649cea380dc472ebe931f0f7
3
+ metadata.gz: d4f949439d216ea3a613ffd56efaff85033c6b71c506d40a56eac17b5b1ee94d
4
+ data.tar.gz: df776560edf4e3e42725be71d903fa12162529dc609d2714b4917f2a0d98583a
5
5
  SHA512:
6
- metadata.gz: f6f1ae1c157964a11e8067a1ce39ecc9882f0b04c89a98d56f628c15877e535ecab68338796ca00d42b147977f45d8237c714cab49aafcc0015d0e8df67cda8e
7
- data.tar.gz: e5e678c10f09a0404287de71048089f6e446c152495b50d28ef8ffc2bd07ee17d0cae100ba3f41ff6f3864f7e67c66fbaea13c145c1b6c56c0578683228e2041
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.2)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EtdaUtilities
4
- VERSION = "0.20.2"
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.2
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: []