rubocop-template 1.1.1 → 1.2.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
- SHA1:
3
- metadata.gz: 9f380d0bdfe83518d0aaf4ca9adb6fb384f87d89
4
- data.tar.gz: b54bb0c1fac541dfa0cf4d0c894bed8f3bcc4a36
2
+ SHA256:
3
+ metadata.gz: 3c80ffe5c3a73dc2aefe91368ec9f70e7e02b685faeeb6effd0e4e144cf4dcd0
4
+ data.tar.gz: 41b9adcc63c2287e793b404e55305ab9779e2f519f72df95ac19da07af04fca8
5
5
  SHA512:
6
- metadata.gz: ac584b5025b065712761940edf07336efb630f809a7aea53eb22779058f74c0f9a9f4c041d630cead8dee45f4168237f54dfd0f118400e8ee40b01716b3238ca
7
- data.tar.gz: 34da3e0b84cf67ba659e5c99ae9edcd68dea48efb2dfcbe2ff88a3a941f7bbb81274572fbf5177570b85948e0642b432e281f020dc9e99b474953d9abcf61f40
6
+ metadata.gz: 57e2d122fdc5ccc9258bc83f46516b7660e686c5d49a53145e27e4c5c25b8469bfa9a26e01dcb715b9863a2e9e3b6c6168dc6f174993511623c072dfa7f343fa
7
+ data.tar.gz: e4983a1ab35cd5dd3387b0bca68e407730c34e6cdd6f862f775cb555c82120a53f55dbe682ab6acca55982a8eb4140e65bc713718bd727c6ea0f172dca929146
@@ -17,10 +17,6 @@ Layout/EndAlignment:
17
17
  Layout/IndentationConsistency:
18
18
  EnforcedStyle: normal
19
19
 
20
- Layout/LineLength:
21
- Enabled: false
22
- Max: 100
23
-
24
20
  Lint/AssignmentInCondition:
25
21
  Enabled: false
26
22
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubocopTemplate
4
- VERSION = '1.1.1'
4
+ VERSION = '1.2.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitaliy Emeliyantsev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-09 00:00:00.000000000 Z
11
+ date: 2020-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -52,8 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: |2
56
- My .rubocop.yml template as a separated ruby gem.
55
+ description: " My .rubocop.yml template as a separated ruby gem.\n"
57
56
  email: gambala.rus@gmail.com
58
57
  executables: []
59
58
  extensions: []
@@ -88,8 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
87
  - !ruby/object:Gem::Version
89
88
  version: '0'
90
89
  requirements: []
91
- rubyforge_project:
92
- rubygems_version: 2.2.2
90
+ rubygems_version: 3.0.1
93
91
  signing_key:
94
92
  specification_version: 4
95
93
  summary: Rubocop template as a gem