rubocop-next 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop-next.gemspec +28 -0
- 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: 712178b4722f63f3897f409608a69dc3e0d44d7ae08d993ab9e1e3d4f8eb69c1
|
4
|
+
data.tar.gz: 1b8d958de9f9e7c0935233290f529a75cf6c2926a4fcdf1baaa19054e9734112
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f087a67329242850311518bbc0f38dd67ba2af3218560fb146caa415906abb511d1a5fe3b8d37ad444a8988f199ed1a99d394e4e0ad1aade863e02b97e42bc5d
|
7
|
+
data.tar.gz: 130b80d6b3127a4f1987940fc49bc1baeda4744a12c6171038762691ccd35b0dce04c2533d441f2535a1e22ff18800a5f7754f3c09259bbfb0a830ef689a47d4
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
Gem::Specification.new do |spec|
|
4
|
+
spec.name = 'rubocop-next'
|
5
|
+
spec.version = '1.0.1'
|
6
|
+
|
7
|
+
spec.authors = ['Third Party Transportation Systems LLC']
|
8
|
+
spec.email = 'hello@next-tms.com'
|
9
|
+
|
10
|
+
spec.description = 'Rubocop configuration'
|
11
|
+
spec.summary = spec.description
|
12
|
+
spec.homepage = 'https://github.com/next-tms/rubocop-next'
|
13
|
+
|
14
|
+
spec.metadata = {
|
15
|
+
'allowed_push_host' => 'https://rubygems.org',
|
16
|
+
'source_code_uri' => "https://github.com/next-tms/rubocop-next/tree/v#{spec.version}"
|
17
|
+
}
|
18
|
+
|
19
|
+
spec.files = ['rubocop-next.gemspec', 'rubocop.yml', 'LICENSE']
|
20
|
+
|
21
|
+
spec.add_dependency('rubocop', '~> 1.56.0')
|
22
|
+
spec.add_dependency('rubocop-rails', '~> 2.20.2')
|
23
|
+
spec.add_dependency('rubocop-rake', '~> 0.6.0')
|
24
|
+
spec.add_dependency('rubocop-rspec', '~> 2.23.2')
|
25
|
+
spec.add_dependency('rubocop-shopify', '~> 2.14.0')
|
26
|
+
|
27
|
+
spec.required_ruby_version = '>= 3.2.0'
|
28
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-next
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Third Party Transportation Systems LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -87,12 +87,13 @@ extensions: []
|
|
87
87
|
extra_rdoc_files: []
|
88
88
|
files:
|
89
89
|
- LICENSE
|
90
|
+
- rubocop-next.gemspec
|
90
91
|
- rubocop.yml
|
91
|
-
homepage: https://github.com/next-tms/
|
92
|
+
homepage: https://github.com/next-tms/rubocop-next
|
92
93
|
licenses: []
|
93
94
|
metadata:
|
94
95
|
allowed_push_host: https://rubygems.org
|
95
|
-
source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.
|
96
|
+
source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.1
|
96
97
|
post_install_message:
|
97
98
|
rdoc_options: []
|
98
99
|
require_paths:
|