nonstandard 0.1.3 → 0.1.4

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: fe798af7005d6da709ffdf1e5a582caaf010b471d9dd6d4e6d9408d7c1086847
4
- data.tar.gz: f9205b431761be31947b7170caa903f298aa2188670159449d17f2c0113c74ac
3
+ metadata.gz: 7d41ece812b796042758cdd10fdae8a74865973a473e27074173f8ce594d8714
4
+ data.tar.gz: b5c5f3a67da690480c18b1e2db4e1a260956df1b13a1195da51a9aa7571e711d
5
5
  SHA512:
6
- metadata.gz: 34cd68f675e454e5f71ec6233fcb593d4ec8d60c4b9c75e45e48c49db57e72e59a5031199cf5026018ac523df21e4031559df7a011385466defb5d851db4a782
7
- data.tar.gz: e6441bc1d7de69148c44c30f44d8c20cc84f605a226ab32833a6aad8b28be30c7788d31757fc4251263f015d59560517cbceae74d3ca262f742a62b772e53cc7
6
+ metadata.gz: 7cd48eea60fa0d9179d13ab93f120086d298a2b478f531b82ea40e6e01e5530a72d8c3d4313fdeb9901b031e040dfd5e5b1dcbf24d8831ea45021e0f2d170fd3
7
+ data.tar.gz: b784fda0bbe30160d79cf91d21566ae59bdc33343f70965a52eecfed956a7b4d757a6279a687b45af2cd0f2e749ee7399671cb3eb6489a0d6cf7942f125fa820
data/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## main (unreleased)
4
4
 
5
+ ## 0.1.4 (2022-08-16)
6
+ - Update Layout/LineLength language for AllowedPatterns
7
+
5
8
  ## 0.1.3 (2021-11-06)
6
9
  - Split rules into ruby/rails/rswag(rspec) rules
7
10
  - Add exclusion for annotate_models comments
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonstandard (0.1.3)
4
+ nonstandard (0.1.4)
5
5
  rubocop
6
6
  rubocop-faker
7
7
  rubocop-performance
@@ -12,57 +12,57 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (6.1.4.1)
15
+ activesupport (7.0.3.1)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
19
19
  tzinfo (~> 2.0)
20
- zeitwerk (~> 2.3)
21
20
  ast (2.4.2)
22
- concurrent-ruby (1.1.9)
23
- faker (2.19.0)
24
- i18n (>= 1.6, < 2)
25
- i18n (1.8.11)
21
+ concurrent-ruby (1.1.10)
22
+ faker (2.22.0)
23
+ i18n (>= 1.8.11, < 2)
24
+ i18n (1.12.0)
26
25
  concurrent-ruby (~> 1.0)
27
- minitest (5.14.4)
28
- parallel (1.21.0)
29
- parser (3.0.2.0)
26
+ json (2.6.2)
27
+ minitest (5.16.2)
28
+ parallel (1.22.1)
29
+ parser (3.1.2.1)
30
30
  ast (~> 2.4.1)
31
- rack (2.2.3)
32
- rainbow (3.0.0)
31
+ rack (2.2.4)
32
+ rainbow (3.1.1)
33
33
  rake (13.0.3)
34
- regexp_parser (2.1.1)
34
+ regexp_parser (2.5.0)
35
35
  rexml (3.2.5)
36
- rubocop (1.22.3)
36
+ rubocop (1.35.0)
37
+ json (~> 2.3)
37
38
  parallel (~> 1.10)
38
- parser (>= 3.0.0.0)
39
+ parser (>= 3.1.2.1)
39
40
  rainbow (>= 2.2.2, < 4.0)
40
41
  regexp_parser (>= 1.8, < 3.0)
41
- rexml
42
- rubocop-ast (>= 1.12.0, < 2.0)
42
+ rexml (>= 3.2.5, < 4.0)
43
+ rubocop-ast (>= 1.20.1, < 2.0)
43
44
  ruby-progressbar (~> 1.7)
44
45
  unicode-display_width (>= 1.4.0, < 3.0)
45
- rubocop-ast (1.12.0)
46
- parser (>= 3.0.1.1)
46
+ rubocop-ast (1.21.0)
47
+ parser (>= 3.1.1.0)
47
48
  rubocop-faker (1.1.0)
48
49
  faker (>= 2.12.0)
49
50
  rubocop (>= 0.82.0)
50
- rubocop-performance (1.12.0)
51
+ rubocop-performance (1.14.3)
51
52
  rubocop (>= 1.7.0, < 2.0)
52
53
  rubocop-ast (>= 0.4.0)
53
- rubocop-rails (2.12.4)
54
+ rubocop-rails (2.15.2)
54
55
  activesupport (>= 4.2.0)
55
56
  rack (>= 1.1)
56
57
  rubocop (>= 1.7.0, < 2.0)
57
58
  rubocop-rake (0.6.0)
58
59
  rubocop (~> 1.0)
59
- rubocop-rspec (2.5.0)
60
- rubocop (~> 1.19)
60
+ rubocop-rspec (2.12.1)
61
+ rubocop (~> 1.31)
61
62
  ruby-progressbar (1.11.0)
62
- tzinfo (2.0.4)
63
+ tzinfo (2.0.5)
63
64
  concurrent-ruby (~> 1.0)
64
- unicode-display_width (2.1.0)
65
- zeitwerk (2.5.1)
65
+ unicode-display_width (2.2.0)
66
66
 
67
67
  PLATFORMS
68
68
  arm64-darwin-20
data/README.md CHANGED
@@ -58,15 +58,26 @@ If you have access to publish the gem on rubygems:
58
58
 
59
59
  1. Update the `version.rb` file as appropriate
60
60
  1. `bundle` if any dependencies have changed
61
- 1. Commit all changes
62
61
  1. Update the `CHANGELOG.md`
62
+ 1. Commit all changes & push to repo
63
+ 1. Merge version branch into main
64
+ 1. Tag the release on main
63
65
  1. Publish to rubygems
64
66
 
67
+ Tagging the release:
68
+
69
+ ```sh
70
+ git tag -a <version>
71
+ git push origin <version>
72
+ ```
73
+
65
74
  Publishing to rubygems:
66
75
 
67
- 1. `rake build`
68
- 1. `cd pkg`
69
- 1. `gem push nonstandard.<version_number>.gem`
76
+ ```sh
77
+ rake build
78
+ cd pkg
79
+ gem push nonstandard.<version_number>.gem
80
+ ```
70
81
 
71
82
  ## Contributing
72
83
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonstandard
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
data/rails.yml CHANGED
@@ -17,7 +17,7 @@ AllCops:
17
17
  Layout/LineLength:
18
18
  Exclude:
19
19
  - config/routes.rb
20
- IgnoredPatterns:
20
+ AllowedPatterns:
21
21
  - '\A# '
22
22
 
23
23
  Metrics/AbcSize:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nonstandard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Dorsey
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-06 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
- rubygems_version: 3.2.30
143
+ rubygems_version: 3.4.13
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: Opinionated Style Guide