upennlib-rubocop 1.3.0 → 1.3.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: ff7ef37cb03127aa5fa3e6df3f6799e2019d674125f2b53b3143cc0fda05114c
4
- data.tar.gz: 6c2bec92ec4cdc1aa1797791b161284c038bb970a196c48c951a86472b792209
3
+ metadata.gz: 13310bc16c4d305895c3b47342366966cda50f6c599d1cfa5a18591403129343
4
+ data.tar.gz: 1c2b8ca3b1007298ec6a12f5d8b42746ea123ce084c54b7971bad481f5a6984c
5
5
  SHA512:
6
- metadata.gz: 19c6547dedb79572b0624455373ba13a2bb787c99e9c306a6564cf333523c5cd4c715359cb83dbb100283eaa8d3032fa0f95f37f1cebba61104687d143fda0ca
7
- data.tar.gz: ca8b3001ecb08c23c3666ae05d2ab761088fa7f947639321c5a1bd5d2f9659f2d505f0f29e533d6dc8938ec86513f748a81be9347e136bd3fa20884e546b1b66
6
+ metadata.gz: 0f2cafaf90acce8ab7d09e6fb1e9207627e51d8143bf6dbfe5c4604b0e95580d67f4df45c86844008048444f550409fa84f42fa402cd5170adffcdce7bbf5263
7
+ data.tar.gz: ac72cc21d14db0bbf5750ef37c6dbdea1a026eff6e1cb1871a291a06a568923ad4f1e065e06635671f39d8cd3d1d912d38e068255eef5833eb0d2c4c5dd05b08
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'upennlib-rubocop'
3
- s.version = '1.3.0'
3
+ s.version = '1.3.1'
4
4
  s.summary = 'Rubocop style configuration to be used in UPenn Libraries Projects'
5
5
  s.description = 'UPenn Libraries Rubocop Configuration'
6
6
  s.authors = ['Carla Galarza', 'Mike Kanning', 'Patrick Perkins', 'Amrey Mathurin']
@@ -44,8 +44,9 @@ Metrics/BlockLength:
44
44
  Metrics/ClassLength:
45
45
  CountAsOne: *shared_count_as_one
46
46
 
47
- # Count multiline literals as one line in methods
47
+ # Count multiline literals as one line in methods, raise maximum line length to 20
48
48
  Metrics/MethodLength:
49
+ Max: 20
49
50
  CountAsOne: *shared_count_as_one
50
51
 
51
52
  # Count multiline literals as one line in RSpec examples
metadata CHANGED
@@ -1,17 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upennlib-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carla Galarza
8
8
  - Mike Kanning
9
9
  - Patrick Perkins
10
10
  - Amrey Mathurin
11
- autorequire:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2025-04-11 00:00:00.000000000 Z
13
+ date: 2026-03-30 00:00:00.000000000 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: rubocop
@@ -107,10 +106,8 @@ files:
107
106
  - README.md
108
107
  - upennlib-rubocop.gemspec
109
108
  - upennlib_rubocop_defaults.yml
110
- homepage:
111
109
  licenses: []
112
110
  metadata: {}
113
- post_install_message:
114
111
  rdoc_options: []
115
112
  require_paths:
116
113
  - lib
@@ -125,8 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
122
  - !ruby/object:Gem::Version
126
123
  version: '0'
127
124
  requirements: []
128
- rubygems_version: 3.0.3.1
129
- signing_key:
125
+ rubygems_version: 3.6.2
130
126
  specification_version: 4
131
127
  summary: Rubocop style configuration to be used in UPenn Libraries Projects
132
128
  test_files: []