meowcop 3.0.0 → 3.2.0
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 +4 -4
- data/README.md +1 -1
- data/config/rubocop.yml +2 -0
- data/lib/meowcop/version.rb +1 -1
- metadata +12 -25
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edd52348247da4774b375ca95e5d6b919d126b0e238778e65b16fae6d8da4476
|
|
4
|
+
data.tar.gz: 694c1af47c36d45978e9dc33f0dc304d2d2d56a2d863282e82a961bce6fe83ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e8b8d8c695b6d2d1b5943196d038a9f1b4f5ebe4ca6597ae837fa32c6823184b81bf2fe34e788eb6a6fd02b70c966101bf53c3e4d15a2a5e444773f400ce4a2
|
|
7
|
+
data.tar.gz: bfd4baf1adb6105cf777b24a09399d1e4046869a43630d304d949c30977f0c680ceb144177f6c803001d1c1aaf4758babf9e1630407aaa4e562c8b5b9b78d738
|
data/README.md
CHANGED
|
@@ -84,7 +84,7 @@ $ bundle exec rake install
|
|
|
84
84
|
|
|
85
85
|
To release a new version,
|
|
86
86
|
|
|
87
|
-
1. Move to the
|
|
87
|
+
1. Move to the `main` branch and fetch the latest revision. E.g. `git checkout main && git pull`
|
|
88
88
|
2. Update the version number in [`version.rb`](lib/meowcop/version.rb).
|
|
89
89
|
3. Update the [changelog](CHANGELOG.md).
|
|
90
90
|
4. Commit the updated files with the following message: `Release x.y.z`
|
data/config/rubocop.yml
CHANGED
data/lib/meowcop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meowcop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sleeek Corporation
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.13.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.0.0
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.
|
|
29
|
+
version: 1.13.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.0.0
|
|
@@ -86,20 +86,6 @@ dependencies:
|
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '1.4'
|
|
89
|
-
- !ruby/object:Gem::Dependency
|
|
90
|
-
name: activesupport
|
|
91
|
-
requirement: !ruby/object:Gem::Requirement
|
|
92
|
-
requirements:
|
|
93
|
-
- - ">="
|
|
94
|
-
- !ruby/object:Gem::Version
|
|
95
|
-
version: '5.2'
|
|
96
|
-
type: :development
|
|
97
|
-
prerelease: false
|
|
98
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
99
|
-
requirements:
|
|
100
|
-
- - ">="
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
version: '5.2'
|
|
103
89
|
description: MeowCop is a RuboCop configuration recommended by Sider.
|
|
104
90
|
email: support@sider.review
|
|
105
91
|
executables:
|
|
@@ -119,10 +105,11 @@ homepage: https://github.com/sider/meowcop
|
|
|
119
105
|
licenses:
|
|
120
106
|
- MIT
|
|
121
107
|
metadata:
|
|
122
|
-
bug_tracker_uri: https://github.com/sider/meowcop/issues
|
|
123
|
-
changelog_uri: https://github.com/sider/meowcop/blob/master/CHANGELOG.md
|
|
124
108
|
source_code_uri: https://github.com/sider/meowcop
|
|
125
|
-
|
|
109
|
+
bug_tracker_uri: https://github.com/sider/meowcop/issues
|
|
110
|
+
changelog_uri: https://github.com/sider/meowcop/blob/HEAD/CHANGELOG.md
|
|
111
|
+
rubygems_mfa_required: 'true'
|
|
112
|
+
post_install_message:
|
|
126
113
|
rdoc_options: []
|
|
127
114
|
require_paths:
|
|
128
115
|
- lib
|
|
@@ -130,15 +117,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
130
117
|
requirements:
|
|
131
118
|
- - ">="
|
|
132
119
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 2.
|
|
120
|
+
version: 2.6.0
|
|
134
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
122
|
requirements:
|
|
136
123
|
- - ">="
|
|
137
124
|
- !ruby/object:Gem::Version
|
|
138
125
|
version: '0'
|
|
139
126
|
requirements: []
|
|
140
|
-
rubygems_version: 3.
|
|
141
|
-
signing_key:
|
|
127
|
+
rubygems_version: 3.2.22
|
|
128
|
+
signing_key:
|
|
142
129
|
specification_version: 4
|
|
143
130
|
summary: A RuboCop configuration focusing Lint
|
|
144
131
|
test_files: []
|