art-rubocop 1.0.1 → 1.0.2
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/Gemfile +4 -0
- data/Gemfile.lock +67 -0
- data/LICENSE +674 -0
- data/PUBLISHING.md +9 -0
- data/README.md +63 -0
- data/Rakefile +1 -0
- data/art-rubocop.gemspec +25 -0
- data/default.yml +1339 -0
- data/pkg/art-rubocop-1.0.1.gem +0 -0
- metadata +13 -3
Binary file
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: art-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MarkOps
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: exe
|
10
10
|
cert_chain: []
|
11
11
|
date: 2022-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
@@ -119,11 +119,21 @@ executables: []
|
|
119
119
|
extensions: []
|
120
120
|
extra_rdoc_files: []
|
121
121
|
files:
|
122
|
+
- Gemfile
|
123
|
+
- Gemfile.lock
|
124
|
+
- LICENSE
|
125
|
+
- PUBLISHING.md
|
126
|
+
- README.md
|
127
|
+
- Rakefile
|
128
|
+
- art-rubocop.gemspec
|
129
|
+
- default.yml
|
122
130
|
- lib/art-rubocop.rb
|
131
|
+
- pkg/art-rubocop-1.0.1.gem
|
123
132
|
homepage: https://github.com/articulate/art-rubocop
|
124
133
|
licenses:
|
125
134
|
- GPL-3.0-or-later
|
126
|
-
metadata:
|
135
|
+
metadata:
|
136
|
+
rubygems_mfa_required: 'true'
|
127
137
|
post_install_message:
|
128
138
|
rdoc_options: []
|
129
139
|
require_paths:
|