optimum-energy-rubocop 0.7.10 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd865dfa79f2eac897b296ee5efb95dac1dd443eb8a568e144fb7e210a2ea997
4
- data.tar.gz: 5aee7163dcde6412625ded39ab7319205c6ed6ee947ba46258bb0959fbb64a79
3
+ metadata.gz: fa0e4b4d65ddb628c934d693f0e915943546f453d13dfc01aa6ed25f58ba6f90
4
+ data.tar.gz: f9cfe71f9ae0bc5235b46779e5e341081b5c604ffcfea5a351f2948558e50688
5
5
  SHA512:
6
- metadata.gz: ffcf76af502be730c2471e46ac92e5a66f3f7a5d5b4de9212a067b54dff034c5d377ad75a407c615af5d11904d7bd6cbcf1ee60e6caec9a959d5e51ecbd00b8a
7
- data.tar.gz: 73430a1c3a880ec279e9cbc76ee08e6ff3ba3764bd203150fe9147be22c6d367df07924953aded3b85ff18b382b045934876ef49eac3a3c36182ff7ed47b5f73
6
+ metadata.gz: fcd7478818f930352cc13019365e7f8e3d2cca4839dc090b7159ed9e1eb3afd263eb006550d2f051900d1f605a6503b15e8282722df8fcebbfb7c10137c1cf35
7
+ data.tar.gz: e31f1d4117e6083341213425891ae6dda408e1db57cad73712a8c367b6f945143706e6b88f83a3e2ba7770d2011d1ba10f62ade68da23b8b95dfdba1275abdb9
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.1
1
+ 3.1.0
data/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ruby:2.7.1
1
+ FROM ruby:3.1.0
2
2
 
3
3
  # Install the dependencies
4
4
  ADD Gemfile Gemfile.lock .ruby-version optimum-energy-rubocop.gemspec VERSION.txt /app/
data/Gemfile.lock CHANGED
@@ -1,60 +1,60 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- optimum-energy-rubocop (0.7.10)
5
- rubocop (~> 0.80)
6
- rubocop-rails (~> 2.7.1)
4
+ optimum-energy-rubocop (0.8.1)
5
+ rubocop (~> 1.42.0)
6
+ rubocop-rails (~> 2.17.4)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.1.4.1)
11
+ activesupport (7.0.4)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
15
15
  tzinfo (~> 2.0)
16
- zeitwerk (~> 2.3)
17
16
  ast (2.4.2)
18
- concurrent-ruby (1.1.9)
19
- i18n (1.8.10)
17
+ concurrent-ruby (1.1.10)
18
+ i18n (1.12.0)
20
19
  concurrent-ruby (~> 1.0)
21
- minitest (5.14.4)
22
- parallel (1.20.1)
23
- parser (3.0.2.0)
20
+ json (2.6.3)
21
+ minitest (5.17.0)
22
+ parallel (1.22.1)
23
+ parser (3.2.0.0)
24
24
  ast (~> 2.4.1)
25
- rack (2.2.3)
26
- rainbow (3.0.0)
27
- regexp_parser (2.1.1)
25
+ rack (3.0.3)
26
+ rainbow (3.1.1)
27
+ regexp_parser (2.6.1)
28
28
  rexml (3.2.5)
29
- rubocop (0.93.1)
29
+ rubocop (1.42.0)
30
+ json (~> 2.3)
30
31
  parallel (~> 1.10)
31
- parser (>= 2.7.1.5)
32
+ parser (>= 3.1.2.1)
32
33
  rainbow (>= 2.2.2, < 4.0)
33
- regexp_parser (>= 1.8)
34
- rexml
35
- rubocop-ast (>= 0.6.0)
34
+ regexp_parser (>= 1.8, < 3.0)
35
+ rexml (>= 3.2.5, < 4.0)
36
+ rubocop-ast (>= 1.24.1, < 2.0)
36
37
  ruby-progressbar (~> 1.7)
37
- unicode-display_width (>= 1.4.0, < 2.0)
38
- rubocop-ast (1.8.0)
39
- parser (>= 3.0.1.1)
40
- rubocop-rails (2.7.1)
38
+ unicode-display_width (>= 1.4.0, < 3.0)
39
+ rubocop-ast (1.24.1)
40
+ parser (>= 3.1.1.0)
41
+ rubocop-rails (2.17.4)
41
42
  activesupport (>= 4.2.0)
42
43
  rack (>= 1.1)
43
- rubocop (>= 0.87.0)
44
+ rubocop (>= 1.33.0, < 2.0)
44
45
  ruby-progressbar (1.11.0)
45
- tzinfo (2.0.4)
46
+ tzinfo (2.0.5)
46
47
  concurrent-ruby (~> 1.0)
47
- unicode-display_width (1.7.0)
48
- zeitwerk (2.4.2)
48
+ unicode-display_width (2.4.2)
49
49
 
50
50
  PLATFORMS
51
- ruby
51
+ x86_64-darwin-19
52
52
 
53
53
  DEPENDENCIES
54
54
  optimum-energy-rubocop!
55
55
 
56
56
  RUBY VERSION
57
- ruby 2.7.1p83
57
+ ruby 3.1.0p0
58
58
 
59
59
  BUNDLED WITH
60
- 2.2.28
60
+ 2.3.3
data/VERSION.txt CHANGED
@@ -1 +1 @@
1
- 0.7.10
1
+ 0.8.1
@@ -1,7 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "optimum-energy-rubocop"
3
3
  spec.version = File.read("VERSION.txt")
4
- spec.required_ruby_version = "~> 2.7"
5
4
  spec.authors = [ "Optimum Energy" ]
6
5
 
7
6
  spec.summary = "The shared Rubocop configuration for Optimum Energy"
@@ -10,6 +9,6 @@ Gem::Specification.new do |spec|
10
9
 
11
10
  spec.files = `git ls-files -z`.split("\x0")
12
11
 
13
- spec.add_dependency "rubocop", "~> 0.80"
14
- spec.add_dependency "rubocop-rails", "~> 2.7.1"
12
+ spec.add_dependency "rubocop", "~> 1.42.0"
13
+ spec.add_dependency "rubocop-rails", "~> 2.17.4"
15
14
  end
@@ -17,6 +17,12 @@ AllCops:
17
17
  - 'vendor/**/*'
18
18
  - 'tmp/**/*'
19
19
 
20
+ ##########
21
+ # GEMSPEC #
22
+ ##########
23
+
24
+ Gemspec/RequiredRubyVersion:
25
+ Enabled: false
20
26
 
21
27
  ##########
22
28
  # LAYOUT #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optimum-energy-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Optimum Energy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-08 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.80'
19
+ version: 1.42.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.80'
26
+ version: 1.42.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.7.1
33
+ version: 2.17.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 2.7.1
40
+ version: 2.17.4
41
41
  description:
42
42
  email:
43
43
  executables: []
@@ -70,16 +70,16 @@ require_paths:
70
70
  - lib
71
71
  required_ruby_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: '2.7'
75
+ version: '0'
76
76
  required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.1.2
82
+ rubygems_version: 3.3.3
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: The shared Rubocop configuration for Optimum Energy