upennlib-rubocop 1.0.1 → 1.0.2

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
- SHA1:
3
- metadata.gz: c9e4e8cd547cf1648e25a760f15c6463a6b59e07
4
- data.tar.gz: f24e2d6ce2af49f642968fa16490f85fb6dcfae2
2
+ SHA256:
3
+ metadata.gz: ae5367a36fadd7cb7dc9a697b034de57ddce624258a38e8a3ee9e9e07bb6847e
4
+ data.tar.gz: 1af6f427bfa3abe6fc240249f57a95c1471b961e07ecc110f933b351df72a4ab
5
5
  SHA512:
6
- metadata.gz: c0f77802ed8278d3a71e0dea370860d6c6ada800b6cf531dded97bd6219f25dd55604304374c500b5bf71d56ed0a7df75fd8ba1b4e4e07a19f71fdf94000ecfa
7
- data.tar.gz: dcd4a8dff50fe032635e2a1beb3b0ac8f35656d0d511a23dba770b81b9c347ed8b2c0f6483ba7d59603da349b18ffaddbf61025d3678249852c33797d135b27d
6
+ metadata.gz: 5ebae48d98ffa0607574f2e32bcf42f5ecb2a799f244c888c163225aac2f956d6f54c673259be6e06fba951d76b518294651142fe8803852a0afd6fb921b2114
7
+ data.tar.gz: dc686fb4b6287aac6c47b1b7bea3416e0b8dd1622c0aa1f8f951fab7c2c5d4e44a7fec7edf51a900ee02a5f750950b26809a56432f37a97d875762b366599c76
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'upennlib-rubocop'
3
- s.version = '1.0.1'
3
+ s.version = '1.0.2'
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"]
@@ -34,3 +34,7 @@ RSpec/MultipleExpectations:
34
34
  # See: https://github.com/rubocop/ruby-style-guide/issues/809
35
35
  Lint/MissingSuper:
36
36
  Enabled: false
37
+
38
+ # Don't use ruby 3.1 hash value shorthand, see: https://docs.rubocop.org/rubocop/cops_style.html#enforcedshorthandsyntax-never
39
+ Style/HashSyntax:
40
+ EnforcedShorthandSyntax: never
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upennlib-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carla Galarza
8
8
  - Mike Kanning
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-05-13 00:00:00.000000000 Z
12
+ date: 2023-03-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
@@ -90,10 +90,10 @@ files:
90
90
  - README.md
91
91
  - upennlib-rubocop.gemspec
92
92
  - upennlib_rubocop_defaults.yml
93
- homepage:
93
+ homepage:
94
94
  licenses: []
95
95
  metadata: {}
96
- post_install_message:
96
+ post_install_message:
97
97
  rdoc_options: []
98
98
  require_paths:
99
99
  - lib
@@ -108,9 +108,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubyforge_project:
112
- rubygems_version: 2.5.2
113
- signing_key:
111
+ rubygems_version: 3.3.3
112
+ signing_key:
114
113
  specification_version: 4
115
114
  summary: Rubocop style configuration to be used in UPenn Libraries Projects
116
115
  test_files: []