rubocop-next 1.0.1 → 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 +2 -2
- metadata +3 -2
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
data/rubocop-next.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = 'rubocop-next'
|
5
|
-
spec.version = '1.0.
|
5
|
+
spec.version = '1.0.2'
|
6
6
|
|
7
7
|
spec.authors = ['Third Party Transportation Systems LLC']
|
8
8
|
spec.email = 'hello@next-tms.com'
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
16
16
|
'source_code_uri' => "https://github.com/next-tms/rubocop-next/tree/v#{spec.version}"
|
17
17
|
}
|
18
18
|
|
19
|
-
spec.files = ['rubocop-next.gemspec', 'rubocop.yml', 'LICENSE']
|
19
|
+
spec.files = ['Gemfile', 'rubocop-next.gemspec', 'rubocop.yml', 'LICENSE']
|
20
20
|
|
21
21
|
spec.add_dependency('rubocop', '~> 1.56.0')
|
22
22
|
spec.add_dependency('rubocop-rails', '~> 2.20.2')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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
|
@@ -86,6 +86,7 @@ executables: []
|
|
86
86
|
extensions: []
|
87
87
|
extra_rdoc_files: []
|
88
88
|
files:
|
89
|
+
- Gemfile
|
89
90
|
- LICENSE
|
90
91
|
- rubocop-next.gemspec
|
91
92
|
- rubocop.yml
|
@@ -93,7 +94,7 @@ homepage: https://github.com/next-tms/rubocop-next
|
|
93
94
|
licenses: []
|
94
95
|
metadata:
|
95
96
|
allowed_push_host: https://rubygems.org
|
96
|
-
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
|
97
98
|
post_install_message:
|
98
99
|
rdoc_options: []
|
99
100
|
require_paths:
|