rubocop-codetakt 1.2.0.0 → 1.6.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: 7565145b4490859c32d1084ad6e83e83df2b352f8587f40209c9a09641fa29f8
4
- data.tar.gz: 34ec1ef7aa42fb10a6db5c2373cc81c832a1ed015d048000353f416e4a175c22
3
+ metadata.gz: 5461fd5899163709f0eb2e6f4b844bd67fba7d45b0586f7ae744d6ecd2164165
4
+ data.tar.gz: 26c91484d55fabb89a653ac08d14ed5f86837ac4677a5e314508e91efde4a8b7
5
5
  SHA512:
6
- metadata.gz: eea6fa39629579eab6b45cac6ff1aadfc35c504d137abc13b25de113c3515f29fc7774fb826c1bc7ca43e576ee05080771185fdc9d0e4c06154f9a1770998565
7
- data.tar.gz: 040b2dde98863aab476a22d169e5f681766c86b39e05be96723df0d294d41badbdf9f81585ebb0416efb69c856b7bd46e7e37ed4afaee164933dfa749b99632a
6
+ metadata.gz: 22a776a26513157cf534e6a27851976d42d0790ff25b6eeb14c68f04fdcfc70628bb8d2ab2edc6c6c2196672c41d7c05f2f6edf5067bc8c37a475ff5de43c81d
7
+ data.tar.gz: 0cec8cc1d4342420a6017cda0e5c651759e79cb53c234f7e62df785bee8934515bbdba9d848a8ae0a8f79a82c7cd18e04d3ee4d9fd2d25a419c09e8556e74cc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # rubocop-codetakt:
2
2
 
3
+ ## v1.6.1.0 (2020-11-10)
4
+
5
+ * Update `rubocop` v1.6.1, `rubocop-performance` v1.9.1, `rubocop-rails` v2.9.1, `rubocop-rspec` v2.1.0
6
+
3
7
  ## v1.2.0.0 (2020-11-10)
4
8
 
5
9
  * Update `rubocop` v1.2.0, `rubocop-rspec` v2.0.0
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.8.0'
9
- gem 'rubocop-rails', '~> 2.8.0'
10
- gem 'rubocop-rspec', '~> 2.0.0'
8
+ gem 'rubocop-performance', '~> 1.9.1'
9
+ gem 'rubocop-rails', '~> 2.9.1'
10
+ gem 'rubocop-rspec', '~> 2.1.0'
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Codetakt
3
- VERSION = '1.2.0.0'.freeze
3
+ VERSION = '1.6.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', '~> 1.2.0'
24
+ spec.add_dependency 'rubocop', '~> 1.6.1'
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-codetakt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.0
4
+ version: 1.6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - codeTakt Developers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-10 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.2.0
19
+ version: 1.6.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: 1.2.0
26
+ version: 1.6.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.
@@ -60,7 +60,7 @@ homepage: https://github.com/codetakt/rubocop-codetakt
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}
63
- post_install_message:
63
+ post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
66
66
  - lib
@@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.1.2
79
- signing_key:
78
+ rubygems_version: 3.1.6
79
+ signing_key:
80
80
  specification_version: 4
81
81
  summary: Unify the coding style of Ruby within codeTakt Inc.
82
82
  test_files: []