rubocop-codetakt 0.87.1.0 → 1.2.0.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: cae264080e612d3ae5bf76dd0c3816ffc13af3bca85243b2a6ec924b2211bbeb
4
- data.tar.gz: e80faee591beec66557d34c0efbd7ff0549d3fb3415a4cbd6f959f3b34240967
3
+ metadata.gz: 7565145b4490859c32d1084ad6e83e83df2b352f8587f40209c9a09641fa29f8
4
+ data.tar.gz: 34ec1ef7aa42fb10a6db5c2373cc81c832a1ed015d048000353f416e4a175c22
5
5
  SHA512:
6
- metadata.gz: 8a4ca4021d76fd6d318d0f12f23d4c2b7e4b56d515596391b0b0a97dba46ccf61db2121d1f37c1a0fae515064ed531d0c0bc4009468caf9bc36868c21b3c4581
7
- data.tar.gz: 77cd5b2112546160d5b39383d965bcd1b59e6206629c9c8376d9f4c7c1de714ce011fab2ffd41a2dbcb5a29b2a3c02f80e02d3e7297c314d47bcbc29d56b8d37
6
+ metadata.gz: eea6fa39629579eab6b45cac6ff1aadfc35c504d137abc13b25de113c3515f29fc7774fb826c1bc7ca43e576ee05080771185fdc9d0e4c06154f9a1770998565
7
+ data.tar.gz: 040b2dde98863aab476a22d169e5f681766c86b39e05be96723df0d294d41badbdf9f81585ebb0416efb69c856b7bd46e7e37ed4afaee164933dfa749b99632a
@@ -1,5 +1,26 @@
1
1
  # rubocop-codetakt:
2
2
 
3
+ ## v1.2.0.0 (2020-11-10)
4
+
5
+ * Update `rubocop` v1.2.0, `rubocop-rspec` v2.0.0
6
+
7
+ ## v0.93.1.0 (2020-11-02)
8
+
9
+ * Update `rubocop` v0.93.1, `rubocop-performance` v1.8.1, `rubocop-rails` v2.8.1 and `rubocop-rspec` v1.44.1
10
+
11
+ ## v0.90.0.0 (2020-09-01)
12
+
13
+ * Update `rubocop` to v0.90.0
14
+
15
+ ## v0.89.1.0 (2020-08-10)
16
+
17
+ * Enable `Rails/FilePath` cop
18
+ * Update `rubocop` v0.89.1 and `rubocop-performance` v1.7.1
19
+
20
+ ## v0.88.0.0 (2020-07-17)
21
+
22
+ * Update `rubocop` to v0.88.0
23
+
3
24
  ## v0.87.1.0 (2020-07-08)
4
25
 
5
26
  * Update `rubocop` v0.87.1 and `rubocop-performance` v1.7.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.7.0'
9
- gem 'rubocop-rails', '~> 2.6.0'
10
- gem 'rubocop-rspec', '~> 1.41.0'
8
+ gem 'rubocop-performance', '~> 1.8.0'
9
+ gem 'rubocop-rails', '~> 2.8.0'
10
+ gem 'rubocop-rspec', '~> 2.0.0'
@@ -22,15 +22,6 @@ Rails/Delegate:
22
22
  Rails/Exit:
23
23
  Enabled: false
24
24
 
25
- # -File.join(Rails.root, "app", "models")
26
- # +Rails.root.join("app", "models")
27
- # はともかく
28
- # -Rails.root.join("app/models")
29
- # +Rails.root.join("app", "models")
30
- # は Pathname#plus が行っているので意味無いのでは?
31
- Rails/FilePath:
32
- Enabled: false
33
-
34
25
  # 桁が揃わなくて気持ち悪い
35
26
  # create(:user, logged_in_at: 1.day.ago)
36
27
  # create(:user, logged_in_at: 2.days.ago)
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Codetakt
3
- VERSION = '0.87.1.0'.freeze
3
+ VERSION = '1.2.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.87.1'
24
+ spec.add_dependency 'rubocop', '~> 1.2.0'
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: 0.87.1.0
4
+ version: 1.2.0.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-07-07 00:00:00.000000000 Z
11
+ date: 2020-11-10 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: 0.87.1
19
+ version: 1.2.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.87.1
26
+ version: 1.2.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.
@@ -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
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubygems_version: 3.1.2
79
- signing_key:
79
+ signing_key:
80
80
  specification_version: 4
81
81
  summary: Unify the coding style of Ruby within codeTakt Inc.
82
82
  test_files: []