standard-custom 1.0.0 → 1.0.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: 56e0ad2fc723b5eee60721c0055e0018cca4f821c2bc221d948af237477e37ff
4
- data.tar.gz: bf33319f64c41836cf4f180e2be5813ee5204aaa534a4b5a1a17253771b0e2f1
3
+ metadata.gz: bdb9a93c9bbbe219ccff460d8c3007ef817444990132625d10ab749bd6202833
4
+ data.tar.gz: 4a5f35d8fa927465334653129f8a792bdb1c27688a87ace74e4b68b5009f048a
5
5
  SHA512:
6
- metadata.gz: 176c874493500639accf836bb8f67f739e924e34160607c3c180f25c02dcbcca9303ed40b35d0c5abfe35c0d344b79c338819cfafc3aedee4db74e7d62da49e4
7
- data.tar.gz: ede82211fde07bf36596c24b18e0d5e30958345f2664853586c8d5a29b21cc90ee5a90acbc10e28081151fc2634fd6827df480b039e44586212f1dd8ae43050f
6
+ metadata.gz: 33c4d1bccc555767189e9fa3db72d7e415e081c219848fa5e766fd44fb4c539abc70680c470a7859f60c3c8ecda35c2b2e6c6a1ba893786d3fa2d22b58b657ce
7
+ data.tar.gz: 3be5212f892ddc8e52725eae0e7ee7360516d70b473fa0825ba939443e249c0a3a7dacede1cdbdf878dff68a0291011526e460f817c4c5f9ec056bd9c11428e3
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
- ## [Unreleased]
1
+ ## [1.0.1]
2
+
3
+ - Remove erroneous file
4
+ [#3](https://github.com/standardrb/standard-custom/issues/3)
2
5
 
3
6
  ## [1.0.0]
4
7
 
data/Gemfile CHANGED
@@ -9,5 +9,3 @@ gem "m"
9
9
  group :test do
10
10
  gem "rubocop", "~> 1.48.1"
11
11
  end
12
-
13
- gem "lint_roller", path: "../lint_roller"
data/Gemfile.lock CHANGED
@@ -1,12 +1,7 @@
1
- PATH
2
- remote: ../lint_roller
3
- specs:
4
- lint_roller (1.0.0)
5
-
6
1
  PATH
7
2
  remote: .
8
3
  specs:
9
- standard-custom (1.0.0)
4
+ standard-custom (1.0.1)
10
5
  lint_roller (~> 1.0)
11
6
 
12
7
  GEM
@@ -15,17 +10,18 @@ GEM
15
10
  ast (2.4.2)
16
11
  json (2.6.3)
17
12
  language_server-protocol (3.17.0.3)
13
+ lint_roller (1.0.0)
18
14
  m (1.6.1)
19
15
  method_source (>= 0.6.7)
20
16
  rake (>= 0.9.2.2)
21
17
  method_source (1.0.0)
22
18
  minitest (5.18.0)
23
- parallel (1.22.1)
24
- parser (3.2.2.0)
19
+ parallel (1.23.0)
20
+ parser (3.2.2.1)
25
21
  ast (~> 2.4.1)
26
22
  rainbow (3.1.1)
27
23
  rake (13.0.6)
28
- regexp_parser (2.7.0)
24
+ regexp_parser (2.8.0)
29
25
  rexml (3.2.5)
30
26
  rubocop (1.48.1)
31
27
  json (~> 2.3)
@@ -37,7 +33,7 @@ GEM
37
33
  rubocop-ast (>= 1.26.0, < 2.0)
38
34
  ruby-progressbar (~> 1.7)
39
35
  unicode-display_width (>= 2.4.0, < 3.0)
40
- rubocop-ast (1.28.0)
36
+ rubocop-ast (1.29.0)
41
37
  parser (>= 3.2.1.0)
42
38
  rubocop-performance (1.16.0)
43
39
  rubocop (>= 1.7.0, < 2.0)
@@ -51,9 +47,9 @@ GEM
51
47
 
52
48
  PLATFORMS
53
49
  arm64-darwin-22
50
+ x86_64-linux
54
51
 
55
52
  DEPENDENCIES
56
- lint_roller!
57
53
  m
58
54
  minitest
59
55
  rake
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This gem provides a [lint_roller](https://github.com/standardrb/lint_roller)
4
4
  plugin configuration for the
5
- [rubocop-custom](https://github.com/rubocop/rubocop-custom) ruleset.
5
+ [standard-custom](https://github.com/standardrb/standard-custom/blob/main/config/base.yml) ruleset.
6
6
  It, along with
7
7
  [standard-performance](https://github.com/standardrb/standard-performance), is
8
8
  configured by default by the [Standard Ruby
@@ -1,5 +1,5 @@
1
1
  module Standard
2
2
  module Custom
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-custom
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-15 00:00:00.000000000 Z
11
+ date: 2023-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller
@@ -39,7 +39,6 @@ files:
39
39
  - README.md
40
40
  - Rakefile
41
41
  - config/base.yml
42
- - config/ruby-2.2.yml
43
42
  - lib/standard-custom.rb
44
43
  - lib/standard/cop/block_single_line_braces.rb
45
44
  - lib/standard/custom.rb
data/config/ruby-2.2.yml DELETED
@@ -1,4 +0,0 @@
1
- inherit_from: ./base.yml
2
-
3
- Custom/ConcurrentMonotonicTime:
4
- Enabled: false