rubocop-codetakt 0.84.0.0 → 0.85.0.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: c3e05cc34a03191e9f9953b257f39c35153ca6381136a483d60600c85bfc361e
4
- data.tar.gz: 9773cc51adb3e99928a210852738e472bdae56aee88eb9123eede5c587a5f8e0
3
+ metadata.gz: 99b0b2dbfa491efc42fd10b008e04a0b60e82d81cd558515e3f1b2f4ca6bb1ef
4
+ data.tar.gz: 84d39918e20a3d2e71365ce670cca7046b1a2cb9050d0c0c81ae5f73b41d6658
5
5
  SHA512:
6
- metadata.gz: 620f002d2100d5f3b04a7143be1adb6a36db98c083e73fa460225cd6dfdd67765562e805135d7f74dc555f181d3415fa85bcb4d8e398fd4b640451a004f17d32
7
- data.tar.gz: 12fc69e7d802f3bc46a574bb6aabcbe749d6778561264a28f90e62ca4dec1ea7b7bddefc64c817a88e37520c23c79aae9b2f8435234e1363d5db87ca33687ab4
6
+ metadata.gz: 428cd71860e50467b9e05a7fc5f9525c0582220d5a11ec1459d31ba8240a92e0a28df1224edbe175555fc17b53874c0f61c95f70d59a984bf8556127b2687e60
7
+ data.tar.gz: 278c4702a98046c804437db704bf027bad59fe666124aee9971142bd49845796eeb39943cb9e8812b2f9562887b9bd107efc3cc1b4530bc4a33fc678a24f914f
@@ -1,5 +1,9 @@
1
1
  # rubocop-codetakt:
2
2
 
3
+ ## v0.85.0.0 (2020-06-04)
4
+
5
+ * Update `rubocop` v0.85.0
6
+
3
7
  ## v0.84.0.0 (2020-06-04)
4
8
 
5
9
  * Update `rubocop` v0.84.0, `rubocop-rspec` v1.39.0, `rubocop-rails` v2.5.0 and `rubocop-performance` v1.6.0
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in rubocop-codetakt.gemspec
4
4
  gemspec
5
5
 
6
- gem 'rake', '~> 12.0'
6
+ gem 'rake', '~> 13.0'
7
7
  gem 'rspec', '~> 3.0'
8
8
  gem 'rubocop-performance', '~> 1.6.0'
9
9
  gem 'rubocop-rails', '~> 2.5.0'
@@ -26,7 +26,7 @@ module RuboCop
26
26
 
27
27
  def self.retrieve_command_name(args)
28
28
  meth = args.first.to_s unless args.empty?
29
- args.shift if meth && (meth !~ /^\-/)
29
+ args.shift if meth && (meth !~ /^-/)
30
30
  end
31
31
 
32
32
  def self.print_help
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Codetakt
3
- VERSION = '0.84.0.0'.freeze
3
+ VERSION = '0.85.0.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.84.0'
24
+ spec.add_dependency 'rubocop', '~> 0.85.0'
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.84.0.0
4
+ version: 0.85.0.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.84.0
19
+ version: 0.85.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.84.0
26
+ version: 0.85.0
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.