nxt_cop 1.0.10 → 1.0.12
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/CHANGELOG.md +7 -0
- data/Gemfile.lock +15 -16
- data/default.yml +1 -0
- data/lib/nxt_cop/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ad9ac0bd5f6dae4ead0f97fdcb994717ff15bf73de33b27833ad158d984a887
|
|
4
|
+
data.tar.gz: 687a35b7e10e272c4bf4489e53d29b9a0b0f7de501f34ae34a14fdd4dd03c98b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7c60202dfcb21defcdc40d7160804c3761fb5ab082ce1a90f52a81b879a36d5e61bad7445414cc30a4fd6a6301c7169a6b1189d80c710d66da691bbc61959f5
|
|
7
|
+
data.tar.gz: bd0d3a413be302b40c9ca6628ca9f4cba62d52b19a95ae37df9c5116cb2fe4f84eafd492ee03b6154ab5caf8e4f75f0f6a6c3fabed05fe74f0d60a567d28f9ce
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
nxt_cop (1.0.
|
|
4
|
+
nxt_cop (1.0.12)
|
|
5
5
|
rubocop (= 0.92.0)
|
|
6
6
|
rubocop-rails (~> 2.8)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
activesupport (6.0
|
|
11
|
+
activesupport (6.1.0)
|
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
|
-
i18n (>=
|
|
14
|
-
minitest (
|
|
15
|
-
tzinfo (~>
|
|
16
|
-
zeitwerk (~> 2.
|
|
13
|
+
i18n (>= 1.6, < 2)
|
|
14
|
+
minitest (>= 5.1)
|
|
15
|
+
tzinfo (~> 2.0)
|
|
16
|
+
zeitwerk (~> 2.3)
|
|
17
17
|
ast (2.4.1)
|
|
18
18
|
concurrent-ruby (1.1.7)
|
|
19
19
|
i18n (1.8.5)
|
|
20
20
|
concurrent-ruby (~> 1.0)
|
|
21
21
|
minitest (5.14.2)
|
|
22
|
-
parallel (1.20.
|
|
23
|
-
parser (
|
|
22
|
+
parallel (1.20.1)
|
|
23
|
+
parser (3.0.0.0)
|
|
24
24
|
ast (~> 2.4.1)
|
|
25
25
|
rack (2.2.3)
|
|
26
26
|
rainbow (3.0.0)
|
|
27
27
|
rake (13.0.1)
|
|
28
|
-
regexp_parser (
|
|
28
|
+
regexp_parser (2.0.3)
|
|
29
29
|
rexml (3.2.4)
|
|
30
30
|
rubocop (0.92.0)
|
|
31
31
|
parallel (~> 1.10)
|
|
@@ -36,18 +36,17 @@ GEM
|
|
|
36
36
|
rubocop-ast (>= 0.5.0)
|
|
37
37
|
ruby-progressbar (~> 1.7)
|
|
38
38
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
39
|
-
rubocop-ast (1.
|
|
39
|
+
rubocop-ast (1.3.0)
|
|
40
40
|
parser (>= 2.7.1.5)
|
|
41
|
-
rubocop-rails (2.
|
|
41
|
+
rubocop-rails (2.9.1)
|
|
42
42
|
activesupport (>= 4.2.0)
|
|
43
43
|
rack (>= 1.1)
|
|
44
|
-
rubocop (>= 0.
|
|
44
|
+
rubocop (>= 0.90.0, < 2.0)
|
|
45
45
|
ruby-progressbar (1.10.1)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
thread_safe (~> 0.1)
|
|
46
|
+
tzinfo (2.0.4)
|
|
47
|
+
concurrent-ruby (~> 1.0)
|
|
49
48
|
unicode-display_width (1.7.0)
|
|
50
|
-
zeitwerk (2.4.
|
|
49
|
+
zeitwerk (2.4.2)
|
|
51
50
|
|
|
52
51
|
PLATFORMS
|
|
53
52
|
ruby
|
data/default.yml
CHANGED
data/lib/nxt_cop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nxt_cop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Livingstone
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -66,8 +66,8 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '13.0'
|
|
69
|
-
description:
|
|
70
|
-
email:
|
|
69
|
+
description:
|
|
70
|
+
email:
|
|
71
71
|
executables: []
|
|
72
72
|
extensions: []
|
|
73
73
|
extra_rdoc_files: []
|
|
@@ -95,7 +95,7 @@ metadata:
|
|
|
95
95
|
homepage_uri: https://github.com/nxt-insurance/nxt_cop
|
|
96
96
|
source_code_uri: https://github.com/nxt-insurance/nxt_cop
|
|
97
97
|
changelog_uri: https://github.com/nxt-insurance/nxt_cop/CHANGELOG.md
|
|
98
|
-
post_install_message:
|
|
98
|
+
post_install_message:
|
|
99
99
|
rdoc_options: []
|
|
100
100
|
require_paths:
|
|
101
101
|
- lib
|
|
@@ -110,8 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
111
|
version: '0'
|
|
112
112
|
requirements: []
|
|
113
|
-
rubygems_version: 3.
|
|
114
|
-
signing_key:
|
|
113
|
+
rubygems_version: 3.0.3
|
|
114
|
+
signing_key:
|
|
115
115
|
specification_version: 4
|
|
116
116
|
summary: Getsafe shared Rubocop.
|
|
117
117
|
test_files: []
|