ramsey_cop 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{CODEOWNERS → .github/CODEOWNERS} +1 -1
- data/{CODE_OF_CONDUCT.md → .github/CODE_OF_CONDUCT.md} +0 -0
- data/{CONTRIBUTING.md → .github/CONTRIBUTING.md} +0 -0
- data/{ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE.md} +0 -0
- data/{PULL_REQUEST_TEMPLATE.md → .github/PULL_REQUEST_TEMPLATE.md} +0 -0
- data/.github/workflows/gempush.yml +2 -6
- data/Gemfile.lock +19 -19
- data/lib/ramsey_cop/version.rb +1 -1
- metadata +6 -7
- data/.travis.yml +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 193f1594e3b05238877db83032f003b42e694eb2cd9e9401b1ff6bddf718610e
|
4
|
+
data.tar.gz: 6d0c1a15fab341ceafc3c90104c41e4fc48a6853d6e559573b4b1c47f49c12c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cb40da78f32b2bc97076af86ac7f748bdb5c08746670ab5f77fd0d699219ae462f24ad5ed7d50e7e82447401ddf702381ef57a69792c665f05198c9d543a3c4
|
7
|
+
data.tar.gz: 6dd906952df42138da071b66ec419f9f69e5885a4f7bfcf655e3d0ae8a645c9efedb2e83e6d62e50ec302e1a491ab48c272a78e3b3be7dd88618f15c9b289c45
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ramsey_cop (0.
|
4
|
+
ramsey_cop (0.16.0)
|
5
5
|
rubocop (~> 0.62)
|
6
6
|
rubocop-performance
|
7
7
|
|
@@ -10,33 +10,33 @@ GEM
|
|
10
10
|
specs:
|
11
11
|
ast (2.4.0)
|
12
12
|
diff-lcs (1.3)
|
13
|
-
jaro_winkler (1.5.
|
14
|
-
parallel (1.
|
15
|
-
parser (2.
|
13
|
+
jaro_winkler (1.5.4)
|
14
|
+
parallel (1.19.1)
|
15
|
+
parser (2.7.0.1)
|
16
16
|
ast (~> 2.4.0)
|
17
17
|
rainbow (3.0.0)
|
18
|
-
rake (12.3.
|
19
|
-
rspec (3.
|
20
|
-
rspec-core (~> 3.
|
21
|
-
rspec-expectations (~> 3.
|
22
|
-
rspec-mocks (~> 3.
|
23
|
-
rspec-core (3.
|
24
|
-
rspec-support (~> 3.
|
25
|
-
rspec-expectations (3.
|
18
|
+
rake (12.3.3)
|
19
|
+
rspec (3.9.0)
|
20
|
+
rspec-core (~> 3.9.0)
|
21
|
+
rspec-expectations (~> 3.9.0)
|
22
|
+
rspec-mocks (~> 3.9.0)
|
23
|
+
rspec-core (3.9.1)
|
24
|
+
rspec-support (~> 3.9.1)
|
25
|
+
rspec-expectations (3.9.0)
|
26
26
|
diff-lcs (>= 1.2.0, < 2.0)
|
27
|
-
rspec-support (~> 3.
|
28
|
-
rspec-mocks (3.
|
27
|
+
rspec-support (~> 3.9.0)
|
28
|
+
rspec-mocks (3.9.1)
|
29
29
|
diff-lcs (>= 1.2.0, < 2.0)
|
30
|
-
rspec-support (~> 3.
|
31
|
-
rspec-support (3.
|
32
|
-
rubocop (0.
|
30
|
+
rspec-support (~> 3.9.0)
|
31
|
+
rspec-support (3.9.2)
|
32
|
+
rubocop (0.79.0)
|
33
33
|
jaro_winkler (~> 1.5.1)
|
34
34
|
parallel (~> 1.10)
|
35
|
-
parser (>= 2.
|
35
|
+
parser (>= 2.7.0.1)
|
36
36
|
rainbow (>= 2.2.2, < 4.0)
|
37
37
|
ruby-progressbar (~> 1.7)
|
38
38
|
unicode-display_width (>= 1.4.0, < 1.7)
|
39
|
-
rubocop-performance (1.
|
39
|
+
rubocop-performance (1.5.2)
|
40
40
|
rubocop (>= 0.71.0)
|
41
41
|
ruby-progressbar (1.10.1)
|
42
42
|
unicode-display_width (1.6.0)
|
data/lib/ramsey_cop/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ramsey_cop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rick Peyton
|
@@ -89,20 +89,19 @@ executables: []
|
|
89
89
|
extensions: []
|
90
90
|
extra_rdoc_files: []
|
91
91
|
files:
|
92
|
+
- ".github/CODEOWNERS"
|
93
|
+
- ".github/CODE_OF_CONDUCT.md"
|
94
|
+
- ".github/CONTRIBUTING.md"
|
95
|
+
- ".github/ISSUE_TEMPLATE.md"
|
96
|
+
- ".github/PULL_REQUEST_TEMPLATE.md"
|
92
97
|
- ".github/workflows/gempush.yml"
|
93
98
|
- ".gitignore"
|
94
99
|
- ".rspec"
|
95
100
|
- ".rubocop.yml"
|
96
|
-
- ".travis.yml"
|
97
|
-
- CODEOWNERS
|
98
|
-
- CODE_OF_CONDUCT.md
|
99
|
-
- CONTRIBUTING.md
|
100
101
|
- Dockerfile
|
101
102
|
- Gemfile
|
102
103
|
- Gemfile.lock
|
103
|
-
- ISSUE_TEMPLATE.md
|
104
104
|
- LICENSE.txt
|
105
|
-
- PULL_REQUEST_TEMPLATE.md
|
106
105
|
- README.md
|
107
106
|
- Rakefile
|
108
107
|
- bin/console
|