rubysmith 4.6.0 → 4.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52f3ea6bddbe214f6edc3e7046a1f92ffa0070b53501f3d4cd3aefb614a869b4
4
- data.tar.gz: 83952342c372d2da1442ca7d1993318be8269421c92821ffd650beb380b0107f
3
+ metadata.gz: 14abdb46bfc1c848788bebbaec774cc21c24387a608d4ea3db49764a1c760c22
4
+ data.tar.gz: 488f4f6258f31569a43b1b4fbb59ad68848c867787a02b3e77d571681a5fc1b1
5
5
  SHA512:
6
- metadata.gz: e54fb5df14d2ff4d7ba7d61b25b638d7091454a66037e44bf156dc080c7260c1f3e1bb9cf3638cbc2fbf80367b63330270bd498c59fcd77e1854b46cc30e8853
7
- data.tar.gz: ec274eb2cc469a5e5c5a0ed3f806252a9b63d1c394af46cba720fe969a20c0bc20508f6bf5eb27c0a68c3770ae1bf879c87317667a383803cedacd8a8e3ddfe6
6
+ metadata.gz: 104259123c461dc9c8e6569845020c729f732e0c380d361dce7f35d88c060c59520e228c5d8ee0529d7bb6e7af7efc29ec208ccc7ad6887f0516cbaec92e96f1
7
+ data.tar.gz: d4b6c91425905a429b9aa708e0566338067f1d03fa6bc458690235bb62b44d23c6d4548c6b5be5195bdcf48eff25878f8d79a4df2b1826bf0da1a7beaf5ac4c8
checksums.yaml.gz.sig CHANGED
Binary file
@@ -8,6 +8,7 @@ module Rubysmith
8
8
  include Rubysmith::Import[:logger]
9
9
 
10
10
  # Order is important.
11
+ # rubocop:todo Metrics/CollectionLiteralLength
11
12
  BUILDERS = [
12
13
  Builders::Core,
13
14
  Builders::Version,
@@ -37,6 +38,7 @@ module Rubysmith
37
38
  Extensions::Rubocop,
38
39
  Builders::Git::Commit
39
40
  ].freeze
41
+ # rubocop:enable Metrics/CollectionLiteralLength
40
42
 
41
43
  def initialize(builders: BUILDERS, **)
42
44
  super(**)
@@ -24,7 +24,7 @@ SPEC_ROOT = Pathname(__dir__).realpath.freeze
24
24
 
25
25
  using Refinements::Pathnames
26
26
 
27
- Pathname.require_tree SPEC_ROOT, "support/shared_contexts/**/*.rb"
27
+ Pathname.require_tree SPEC_ROOT.join("support/shared_contexts")
28
28
  <% else %>
29
29
 
30
30
  SPEC_ROOT = Pathname(__dir__).realpath.freeze
data/rubysmith.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "rubysmith"
5
- spec.version = "4.6.0"
5
+ spec.version = "4.6.1"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://github.com/bkuhlmann/rubysmith"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubysmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.0
4
+ version: 4.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  CxDe2+VuChj4I1nvIHdu+E6XoEVlanUPKmSg6nddhkKn2gC45Kyzh6FZqnzH/CRp
29
29
  RFE=
30
30
  -----END CERTIFICATE-----
31
- date: 2023-02-19 00:00:00.000000000 Z
31
+ date: 2023-03-07 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: cogger
metadata.gz.sig CHANGED
Binary file