meowcop 3.0.1 → 3.1.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/lib/meowcop/version.rb +1 -1
- metadata +11 -25
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0eceec0ba83e021451e5d0846851809744730f7e782de44b1b3bab324fc4d620
|
|
4
|
+
data.tar.gz: 1c376e6d1e69ab552ab710881a5706446303860c629927257a479087dd5b8272
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ba987b2085f7510ebd5c84c6a073fbd2470b39fb97a9b21bdb7034c003102487530be006a1ded691a13572410bff6eb7d6130f3feb5b8125f928d46f945f4a4
|
|
7
|
+
data.tar.gz: b9609b5490cb29fa90e9d8277a49fa6cdd838fe47cd24ecd5a5eb6ca857adf2b71b3a28d8ebecbe8ea0a4d2f6365cf8ea9e79412984b933c6d3f5ac2cd83fc69
|
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/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.0
|
|
4
|
+
version: 3.1.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: 2021-05-13 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,10 @@ 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
|
+
post_install_message:
|
|
126
112
|
rdoc_options: []
|
|
127
113
|
require_paths:
|
|
128
114
|
- lib
|
|
@@ -130,15 +116,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
130
116
|
requirements:
|
|
131
117
|
- - ">="
|
|
132
118
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 2.
|
|
119
|
+
version: 2.5.0
|
|
134
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
121
|
requirements:
|
|
136
122
|
- - ">="
|
|
137
123
|
- !ruby/object:Gem::Version
|
|
138
124
|
version: '0'
|
|
139
125
|
requirements: []
|
|
140
|
-
rubygems_version: 3.
|
|
141
|
-
signing_key:
|
|
126
|
+
rubygems_version: 3.2.17
|
|
127
|
+
signing_key:
|
|
142
128
|
specification_version: 4
|
|
143
129
|
summary: A RuboCop configuration focusing Lint
|
|
144
130
|
test_files: []
|