meowcop 3.1.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/lib/meowcop/version.rb +1 -1
- metadata +5 -4
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/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
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
|
@@ -108,6 +108,7 @@ metadata:
|
|
108
108
|
source_code_uri: https://github.com/sider/meowcop
|
109
109
|
bug_tracker_uri: https://github.com/sider/meowcop/issues
|
110
110
|
changelog_uri: https://github.com/sider/meowcop/blob/HEAD/CHANGELOG.md
|
111
|
+
rubygems_mfa_required: 'true'
|
111
112
|
post_install_message:
|
112
113
|
rdoc_options: []
|
113
114
|
require_paths:
|
@@ -116,14 +117,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
117
|
requirements:
|
117
118
|
- - ">="
|
118
119
|
- !ruby/object:Gem::Version
|
119
|
-
version: 2.
|
120
|
+
version: 2.6.0
|
120
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
121
122
|
requirements:
|
122
123
|
- - ">="
|
123
124
|
- !ruby/object:Gem::Version
|
124
125
|
version: '0'
|
125
126
|
requirements: []
|
126
|
-
rubygems_version: 3.2.
|
127
|
+
rubygems_version: 3.2.22
|
127
128
|
signing_key:
|
128
129
|
specification_version: 4
|
129
130
|
summary: A RuboCop configuration focusing Lint
|