rubocop-config-crystal 0.0.2 → 0.0.3

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: cd5b8c73c0292cb38833a97fd81a07c30f2466f13c25811bc4e0a510d45d9c20
4
- data.tar.gz: 1f0a288fd8b0b3f31b2fb669ee228eaf59d756f7172f34e3f2af314612551e86
3
+ metadata.gz: a1bfde194bedf0c711709cfba3dbfa7b18a189471ac7c019e761e383ae519a4c
4
+ data.tar.gz: 62054cc64a15d9905b7b1d7e1480c2021d6f6e6b347108a081f184ef9658c4ef
5
5
  SHA512:
6
- metadata.gz: f835a11457ea7363f1ab93750c740f41a85a44028edf4174498bb8cfb4b7b2532476465e7c6b9857aeace350340619caa41a18161b7fc2ca37c857a3f57387c1
7
- data.tar.gz: accb08dd03a700cad7dbe9963180267bce6c3247bed29323ac2e67ae318d2b6a6d3456da7c74d87337e02b2a8af2802e1cab33fbe89a735677a46a0d5df22462
6
+ metadata.gz: 70199b1056e15a7321e2d912b9ea9e8467fe79fa551d142f28dd9e5a716e671b39fc8a4654ace5d1e92bbd4f6a411e1ea6d2349c7332cfd32e2f05598063d5d5
7
+ data.tar.gz: ffbe97ece28cf20166c63deb35f4ed3a7939d066ef6f4bbc93c7471aa9c5fc37f5f80a1e52b0e0ae837ccaba292640970c4d16c1e85410dcf33681a4d270436a
data/.rubocop.yml CHANGED
@@ -697,7 +697,7 @@ Style/QuotedSymbols:
697
697
 
698
698
  Style/RaiseArgs:
699
699
  Enabled: true
700
- EnforcedStyle: exploded
700
+ EnforcedStyle: compact
701
701
 
702
702
  Style/RandomWithOffset:
703
703
  Enabled: true
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Config
5
5
  module Crystal
6
- VERSION = "0.0.2"
6
+ VERSION = "0.0.3"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-config-crystal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - initdc
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 2025-11-07 00:00:00.000000000 Z
11
+ date: 2025-12-23 00:00:00.000000000 Z
11
12
  dependencies: []
12
13
  description: The rubocop config makes Ruby align to the Crystal style
13
14
  email:
@@ -32,6 +33,7 @@ metadata:
32
33
  homepage_uri: https://github.com/initdc/rubocop-config-crystal
33
34
  source_code_uri: https://github.com/initdc/rubocop-config-crystal.git
34
35
  changelog_uri: https://github.com/initdc/rubocop-config-crystal/blob/master/CHANGELOG.md
36
+ post_install_message:
35
37
  rdoc_options: []
36
38
  require_paths:
37
39
  - lib
@@ -46,7 +48,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
48
  - !ruby/object:Gem::Version
47
49
  version: '0'
48
50
  requirements: []
49
- rubygems_version: 3.6.2
51
+ rubygems_version: 3.5.22
52
+ signing_key:
50
53
  specification_version: 4
51
54
  summary: The rubocop config makes Ruby align to the Crystal style
52
55
  test_files: []