rubocop-codetakt 0.87.0.0 → 0.87.1.0

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: e6b24d02428bbae72dabacfdb6e529c1ef2500b0f83596cd5d49452799e020c6
4
- data.tar.gz: 52803997dffc05080397dbb7bb2cb9191fa278e3cad50afabf7082c68584ef9f
3
+ metadata.gz: cae264080e612d3ae5bf76dd0c3816ffc13af3bca85243b2a6ec924b2211bbeb
4
+ data.tar.gz: e80faee591beec66557d34c0efbd7ff0549d3fb3415a4cbd6f959f3b34240967
5
5
  SHA512:
6
- metadata.gz: dbbbf3659a29a0cf160f32d37b13493aa1da4c23f536c98af9497a527663c8f7562b0ccd711f4997a2ef95c09c83695b8b3e3097022a8f47c3163c3292a23d87
7
- data.tar.gz: 44a3b76559838de63ee12e25154db6d97397136cb5992bb2355dfdf7786058ea08b80a47404ff4abcbb0c38da2fe3fcf2658d68528ebc9ad4ac3fa48878334b9
6
+ metadata.gz: 8a4ca4021d76fd6d318d0f12f23d4c2b7e4b56d515596391b0b0a97dba46ccf61db2121d1f37c1a0fae515064ed531d0c0bc4009468caf9bc36868c21b3c4581
7
+ data.tar.gz: 77cd5b2112546160d5b39383d965bcd1b59e6206629c9c8376d9f4c7c1de714ce011fab2ffd41a2dbcb5a29b2a3c02f80e02d3e7297c314d47bcbc29d56b8d37
@@ -1,8 +1,12 @@
1
1
  # rubocop-codetakt:
2
2
 
3
+ ## v0.87.1.0 (2020-07-08)
4
+
5
+ * Update `rubocop` v0.87.1 and `rubocop-performance` v1.7.0
6
+
3
7
  ## v0.87.0.0 (2020-07-07)
4
8
 
5
- * Update `rubocop` v0.87.0, `rubocop-rails` to v2.6.0 and `rubocop-rspec` v1.41.0
9
+ * Update `rubocop` v0.87.0, `rubocop-rails` v2.6.0 and `rubocop-rspec` v1.41.0
6
10
 
7
11
  ## v0.85.0.0 (2020-06-04)
8
12
 
data/Gemfile CHANGED
@@ -5,6 +5,6 @@ gemspec
5
5
 
6
6
  gem 'rake', '~> 13.0'
7
7
  gem 'rspec', '~> 3.0'
8
- gem 'rubocop-performance', '~> 1.6.0'
8
+ gem 'rubocop-performance', '~> 1.7.0'
9
9
  gem 'rubocop-rails', '~> 2.6.0'
10
10
  gem 'rubocop-rspec', '~> 1.41.0'
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Codetakt
3
- VERSION = '0.87.0.0'.freeze
3
+ VERSION = '0.87.1.0'.freeze
4
4
  end
5
5
  end
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
21
  spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
22
22
  spec.require_paths = ['lib']
23
23
 
24
- spec.add_dependency 'rubocop', '~> 0.87.0'
24
+ spec.add_dependency 'rubocop', '~> 0.87.1'
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-codetakt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.87.0.0
4
+ version: 0.87.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - codeTakt Developers
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.87.0
19
+ version: 0.87.1
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.87.0
26
+ version: 0.87.1
27
27
  description: |2
28
28
  This includes the RuboCop configuration used by codeTakt. It is
29
29
  for the unification and linting of coding styles.