ramsey_cop 0.15.0 → 0.16.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 223faf87c19cb5fb3b878b4ae2d61eba44231f62d5bd094c8779fad58637913b
4
- data.tar.gz: 5fa39746d6c0a430622e37693195eb3187e836e429023f0cf53721a1bbe5060e
3
+ metadata.gz: 193f1594e3b05238877db83032f003b42e694eb2cd9e9401b1ff6bddf718610e
4
+ data.tar.gz: 6d0c1a15fab341ceafc3c90104c41e4fc48a6853d6e559573b4b1c47f49c12c5
5
5
  SHA512:
6
- metadata.gz: b99f3163eb2089f979a4225690c904ca65c130d128bb5ef0d6c21ce72143e636c3aebed9c2c7707e726731e04b619dc61fd9482c363338fbed709c208598f8f7
7
- data.tar.gz: e15d06a434751e70ca0bb3c885ba0709239bbe260c82a07b45835b82a52b40dd8a2a79849dd3a2a15ab37f221784b6ce9c25707c666a6faa25a6aaa256f0878e
6
+ metadata.gz: 9cb40da78f32b2bc97076af86ac7f748bdb5c08746670ab5f77fd0d699219ae462f24ad5ed7d50e7e82447401ddf702381ef57a69792c665f05198c9d543a3c4
7
+ data.tar.gz: 6dd906952df42138da071b66ec419f9f69e5885a4f7bfcf655e3d0ae8a645c9efedb2e83e6d62e50ec302e1a491ab48c272a78e3b3be7dd88618f15c9b289c45
@@ -1,3 +1,3 @@
1
1
  # https://help.github.com/articles/about-codeowners/
2
2
 
3
- * @jwsloan @rickpeyton
3
+ * @jwsloan @rickpeyton @matthewmcgarvey
File without changes
File without changes
File without changes
@@ -1,12 +1,8 @@
1
1
  name: Ruby Gem
2
2
 
3
3
  on:
4
- pull_request:
5
- branches:
6
- - master
7
- push:
8
- branches:
9
- - master
4
+ release:
5
+ types: [published]
10
6
 
11
7
  jobs:
12
8
  build:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ramsey_cop (0.15.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.3)
14
- parallel (1.17.0)
15
- parser (2.6.3.0)
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.2)
19
- rspec (3.8.0)
20
- rspec-core (~> 3.8.0)
21
- rspec-expectations (~> 3.8.0)
22
- rspec-mocks (~> 3.8.0)
23
- rspec-core (3.8.0)
24
- rspec-support (~> 3.8.0)
25
- rspec-expectations (3.8.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.8.0)
28
- rspec-mocks (3.8.0)
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.8.0)
31
- rspec-support (3.8.0)
32
- rubocop (0.74.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.6)
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.4.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)
@@ -1,3 +1,3 @@
1
1
  module RamseyCop
2
- VERSION = "0.15.0".freeze
2
+ VERSION = "0.16.0".freeze
3
3
  end
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.15.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
data/.travis.yml DELETED
@@ -1,5 +0,0 @@
1
- sudo: false
2
- language: ruby
3
- rvm:
4
- - 2.4.1
5
- before_install: gem install bundler -v 1.14.6