rubocop-next 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +5 -0
- data/rubocop-next.gemspec +28 -0
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57228e2fe5cc04ca18ead42d61b94a80202d0141b5a37db6110d11cef6dde251
|
4
|
+
data.tar.gz: 0cd11f62ff157e00f36737758b6eeca5919d52f5fd499218b9162b647a116f0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ec523e7882edde87fe8c72f13991469f8f36a17b06b7340d8565c41c5c6634b5bf96a9406f1684199d819e8f6746e9a326abadeebf32afef8764be39f71640d
|
7
|
+
data.tar.gz: 674ec8e1be31ffc0c50a08bbb262085d549a7da5d3c279d1863b9af89ab3cb0273906a6aee7921904c718e001cd1538f5b05def7547467d1484c74336654a75b
|
data/Gemfile
ADDED
@@ -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.2'
|
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 = ['Gemfile', '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.2
|
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
|
@@ -86,13 +86,15 @@ executables: []
|
|
86
86
|
extensions: []
|
87
87
|
extra_rdoc_files: []
|
88
88
|
files:
|
89
|
+
- Gemfile
|
89
90
|
- LICENSE
|
91
|
+
- rubocop-next.gemspec
|
90
92
|
- rubocop.yml
|
91
|
-
homepage: https://github.com/next-tms/
|
93
|
+
homepage: https://github.com/next-tms/rubocop-next
|
92
94
|
licenses: []
|
93
95
|
metadata:
|
94
96
|
allowed_push_host: https://rubygems.org
|
95
|
-
source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.
|
97
|
+
source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.2
|
96
98
|
post_install_message:
|
97
99
|
rdoc_options: []
|
98
100
|
require_paths:
|