datarockets-style 0.8.0 → 1.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
- SHA1:
3
- metadata.gz: f2fd6f40031f396d111c19513fa8e0af187c19ce
4
- data.tar.gz: ed7157fb4be39d3c0d62bd3f57cd03fcacf04c12
2
+ SHA256:
3
+ metadata.gz: 13302183c2bb2361f4069f312d84b44569bdac9bd3e012868cf6845357d1754f
4
+ data.tar.gz: 6d8c66f18353e28136e855a7cf3a0ee1933c4103f68fc1cb0a602d8dcaa5190a
5
5
  SHA512:
6
- metadata.gz: 7c357e907de9be6791e57a7917597b4d25007e47dadebef87af8d4a2677bf93f39d21217da4710d4aef2efc55834839ff3b26249a24ae3f2eb9c66beca41770c
7
- data.tar.gz: e07b9b1d21dc783acf09448ab43a4a78abd8235ec0b03bdfca8ba104aea53650492c873df493f85cf5a64e84b4820e8f5fe57663fde956ec41e5a7a7a5c52343
6
+ metadata.gz: c17ff90118be39c8b0b078aea534e4a650e4c5dcb3dbccbda0cca6394c7372a97530b50112e76691155237b9944efd26d54fab5f7ef3437d20470c535f1f720b
7
+ data.tar.gz: 4ddba3d32c03980657729a5b46d7d186fe589ddff67a4d4743bf377180c58bd3d2e0de59451286b28accfa12384852c96a59cf1a150efe611a9d9d361e3cc870
@@ -14,3 +14,4 @@ To-Do list:
14
14
  - [ ] update dependencies to the latest version
15
15
  - [ ] investigate how it changes and affect our current styles and cops
16
16
  - [ ] check the required ruby version
17
+ - [ ] enable pending cops
data/.gitignore CHANGED
@@ -4,3 +4,5 @@
4
4
  /_yardoc/
5
5
  /pkg/
6
6
  /tmp/
7
+
8
+ .byebug_history
@@ -7,7 +7,7 @@ inherit_mode:
7
7
  - Exclude
8
8
 
9
9
  AllCops:
10
- TargetRubyVersion: 2.3
10
+ TargetRubyVersion: 2.4
11
11
 
12
12
  # for checking cops with interpolation
13
13
  Lint/InterpolationCheck:
@@ -2,7 +2,65 @@
2
2
 
3
3
  The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-format).
4
4
 
5
- ## master (unreleased)
5
+ ## master
6
+
7
+ ## 1.0.0 (2020-11-10)
8
+
9
+ ### Changed
10
+
11
+ * Update rubocop to `1.2.0`.
12
+ * Update rubocop-rails to `2.8.1`.
13
+ * Update rubocop-rspec tp `2.0.0`.
14
+
15
+ ## 0.11.0 (2020-11-07)
16
+
17
+ ### Changed
18
+
19
+ * Update rubocop to '0.93.1'. ([@r.dubrovsky][])
20
+ * Enable new cops `Lint/BinaryOperatorWithIdenticalOperands`, `Lint/DuplicateRescueException`, `Lint/EmptyConditionalBody`, `Lint/FloatComparison`, `Lint/MissingSuper
21
+ `, `Lint/OutOfRangeRegexpRef`, `Lint/SelfAssignment`, `Lint/TopLevelReturnWithArgument`, `Lint/UnreachableLoop`, `Style/ExplicitBlockArgument`, `Style/GlobalStdStream`, `Style/OptionalBooleanParameter`, `Style/SingleArgumentDig`, `Style/SoleNestedConditional` and `Style/StringConcatenation` in version `0.89`.
22
+ * Allow to add all new lints automatically.
23
+ * Add auto-correctable count notification.
24
+ * Fix tests
25
+ * Update rubocop-rails to `2.7.1`.
26
+ * Update rubocop-rspec tp `1.43.2`.
27
+ * Disable `RSpec/MultipleMemoizedHelpers` cop.
28
+
29
+ ## 0.10.0 (2020-07-17)
30
+
31
+ ### Changed
32
+
33
+ * Update rubocop to `0.88.0`. ([@r.dubrovsky][])
34
+ * Enable new cops `Lint/MixedRegexpCaptureTypes`, `Style/RedundantRegexpCharacterClass` and `Style/RedundantRegexpEscape`. Cops were added in version `0.85`.
35
+ * Enable new cop `Style/RedundantFetchBlock`. Cop was added in version `0.86`.
36
+ * Enable new cops `Style/AccessorGrouping`, `Style/BisectedAttrAccessor` and `Style/RedundantAssignment`. Cops were added in version `0.87`.
37
+ * Enable new cops `Lint/DuplicateElsifCondition`, `Style/ArrayCoercion`, `Style/CaseLikeIf`, `Style/HashAsLastArrayItem`, `Style/HashLikeCase` and `Style/RedundantFileExtensionInRequire`. Cops were added in version `0.88`.
38
+ * Update rubocop-rails to `2.6.0`.
39
+ * Update rubocop-rspec to `1.42.0`.
40
+
41
+ * Setup `no_braces` rule for `Style/HashAsLastArrayItem` cop which added in the rubocop version `0.88`.
42
+
43
+ ## 0.9.0 (2020-05-27)
44
+
45
+ ### Changed
46
+
47
+ * **(Breaking)** Drop support for Ruby 2.3. ([@r.dubrovsky][])
48
+
49
+ * Update rubocop to `0.84.0`. ([@r.dubrovsky][])
50
+ * Enable new cops `Lint/RaiseException` and `Lint/StructNewOverride`. Cops were added in version `0.81`.
51
+ * Enable new cops `Layout/SpaceAroundMethodCallOperator` and `Style/ExponentialNotation`. Cops were added in version `0.82`.
52
+ * Enable new cops `Layout/EmptyLinesAroundAttributeAccessor` and `Style/SlicingWithRange`. Cops were added in version `0.83`.
53
+ * Enable new cop `Lint/DeprecatedOpenSSLConstant`. Cop was added in version `0.84`.
54
+
55
+ * Update rubocop-rails to `2.5.2`.
56
+ * Update rubocop-rspec to `1.39`.
57
+ * Update `activesupport` for fixing security issues.
58
+
59
+ ## 0.8.1 (2020-03-02)
60
+
61
+ ### Changed
62
+
63
+ * Update rubocop to `0.80.1`.
6
64
 
7
65
  ## 0.8.0 (2020-02-20)
8
66
 
data/Gemfile CHANGED
@@ -6,4 +6,4 @@ gemspec
6
6
 
7
7
  gem "pry-byebug"
8
8
  gem "rake", "~> 13.0"
9
- gem "rspec", "~> 3.7"
9
+ gem "rspec", "~> 3.10"
@@ -1,61 +1,80 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datarockets-style (0.8.0)
5
- rubocop (~> 0.80)
6
- rubocop-rails (~> 2.4)
7
- rubocop-rspec (~> 1.38)
4
+ datarockets-style (1.0.0)
5
+ rubocop (>= 1.2, < 2.0)
6
+ rubocop-rails (>= 2.8.0, < 2.9.0)
7
+ rubocop-rspec (~> 2.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- ast (2.4.0)
13
- byebug (11.0.1)
12
+ activesupport (6.0.3.4)
13
+ concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ i18n (>= 0.7, < 2)
15
+ minitest (~> 5.1)
16
+ tzinfo (~> 1.1)
17
+ zeitwerk (~> 2.2, >= 2.2.2)
18
+ ast (2.4.1)
19
+ byebug (11.1.3)
14
20
  coderay (1.1.2)
15
- diff-lcs (1.3)
16
- jaro_winkler (1.5.4)
17
- method_source (0.9.2)
18
- parallel (1.19.1)
19
- parser (2.7.0.2)
20
- ast (~> 2.4.0)
21
- pry (0.12.2)
22
- coderay (~> 1.1.0)
23
- method_source (~> 0.9.0)
24
- pry-byebug (3.7.0)
21
+ concurrent-ruby (1.1.7)
22
+ diff-lcs (1.4.4)
23
+ i18n (1.8.5)
24
+ concurrent-ruby (~> 1.0)
25
+ method_source (1.0.0)
26
+ minitest (5.14.2)
27
+ parallel (1.20.0)
28
+ parser (2.7.2.0)
29
+ ast (~> 2.4.1)
30
+ pry (0.13.1)
31
+ coderay (~> 1.1)
32
+ method_source (~> 1.0)
33
+ pry-byebug (3.9.0)
25
34
  byebug (~> 11.0)
26
- pry (~> 0.10)
27
- rack (2.2.2)
35
+ pry (~> 0.13.0)
36
+ rack (2.2.3)
28
37
  rainbow (3.0.0)
29
38
  rake (13.0.1)
39
+ regexp_parser (1.8.2)
30
40
  rexml (3.2.4)
31
- rspec (3.9.0)
32
- rspec-core (~> 3.9.0)
33
- rspec-expectations (~> 3.9.0)
34
- rspec-mocks (~> 3.9.0)
35
- rspec-core (3.9.0)
36
- rspec-support (~> 3.9.0)
37
- rspec-expectations (3.9.0)
41
+ rspec (3.10.0)
42
+ rspec-core (~> 3.10.0)
43
+ rspec-expectations (~> 3.10.0)
44
+ rspec-mocks (~> 3.10.0)
45
+ rspec-core (3.10.0)
46
+ rspec-support (~> 3.10.0)
47
+ rspec-expectations (3.10.0)
38
48
  diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.9.0)
40
- rspec-mocks (3.9.0)
49
+ rspec-support (~> 3.10.0)
50
+ rspec-mocks (3.10.0)
41
51
  diff-lcs (>= 1.2.0, < 2.0)
42
- rspec-support (~> 3.9.0)
43
- rspec-support (3.9.0)
44
- rubocop (0.80.0)
45
- jaro_winkler (~> 1.5.1)
52
+ rspec-support (~> 3.10.0)
53
+ rspec-support (3.10.0)
54
+ rubocop (1.2.0)
46
55
  parallel (~> 1.10)
47
- parser (>= 2.7.0.1)
56
+ parser (>= 2.7.1.5)
48
57
  rainbow (>= 2.2.2, < 4.0)
58
+ regexp_parser (>= 1.8)
49
59
  rexml
60
+ rubocop-ast (>= 1.0.1)
50
61
  ruby-progressbar (~> 1.7)
51
- unicode-display_width (>= 1.4.0, < 1.7)
52
- rubocop-rails (2.4.2)
62
+ unicode-display_width (>= 1.4.0, < 2.0)
63
+ rubocop-ast (1.1.1)
64
+ parser (>= 2.7.1.5)
65
+ rubocop-rails (2.8.1)
66
+ activesupport (>= 4.2.0)
53
67
  rack (>= 1.1)
54
- rubocop (>= 0.72.0)
55
- rubocop-rspec (1.38.1)
56
- rubocop (>= 0.68.1)
68
+ rubocop (>= 0.87.0)
69
+ rubocop-rspec (2.0.0)
70
+ rubocop (~> 1.0)
71
+ rubocop-ast (>= 1.1.0)
57
72
  ruby-progressbar (1.10.1)
58
- unicode-display_width (1.6.1)
73
+ thread_safe (0.3.6)
74
+ tzinfo (1.2.8)
75
+ thread_safe (~> 0.1)
76
+ unicode-display_width (1.7.0)
77
+ zeitwerk (2.4.1)
59
78
 
60
79
  PLATFORMS
61
80
  ruby
@@ -64,7 +83,7 @@ DEPENDENCIES
64
83
  datarockets-style!
65
84
  pry-byebug
66
85
  rake (~> 13.0)
67
- rspec (~> 3.7)
86
+ rspec (~> 3.10)
68
87
 
69
88
  BUNDLED WITH
70
- 1.16.3
89
+ 2.1.4
data/README.md CHANGED
@@ -10,14 +10,14 @@ Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
12
  group :test, :development do
13
- gem 'datarockets-style'
13
+ gem 'datarockets-style', '~> 1.0.0'
14
14
  end
15
15
  ```
16
16
 
17
17
  Or, for a Ruby library, add this to your gemspec:
18
18
 
19
19
  ```ruby
20
- spec.add_development_dependency 'datarockets-style'
20
+ spec.add_development_dependency 'datarockets-style', '~> 1.0.0'
21
21
  ```
22
22
 
23
23
  And then execute:
@@ -15,3 +15,19 @@ gem push *built_file*
15
15
  * Announce the new release,
16
16
  making sure to say "thank you" to the contributors
17
17
  who helped shape this version!
18
+
19
+ ## Versioning stragety
20
+
21
+ As versioning strategy, we're using SemVer: `MAJOR.MINOR.PATCH`
22
+
23
+ A `MAJOR` version must be incremented if there are any backward-incompatible breaking changes included in a release. This has the benefit of making it easy for anyone to quickly identify if a new version will work differently than a previous one.
24
+
25
+ Usually, we'll increment it on updating major versions of rubocop dependencies. Ideally, it should be synchronized with the major verion of `rubocop`.
26
+
27
+ The `MINOR` version must be incremented if backward-compatible functionality is introduced. In the strictest sense, this means you should be able to upgrade to a new minor version without experiencing any breaking changes.
28
+
29
+ Usually, we'll increment it on changing the list of cops, updating minor versions of dependencies.
30
+
31
+ The `PATCH` version is meant for backward-compatible bug fixes. You should expect no new functionality with a new patch version, only improvements.
32
+
33
+ Usually, we'll use it for updating patch versions of dependencies or fixing bugs of the last version. Changed rules of cops in most cases should be added to minor version.
@@ -1,5 +1,8 @@
1
1
  require: datarockets/style
2
2
 
3
+ AllCops:
4
+ NewCops: enable
5
+
3
6
  Bundler/DuplicatedGem:
4
7
  Enabled: true
5
8
 
@@ -29,6 +32,9 @@ Layout/ParameterAlignment:
29
32
  EnforcedStyle: with_fixed_indentation
30
33
  IndentationWidth: 2
31
34
 
35
+ Layout/EmptyLinesAroundAttributeAccessor:
36
+ Enabled: true
37
+
32
38
  Layout/EndAlignment:
33
39
  EnforcedStyleAlignWith: variable
34
40
 
@@ -44,25 +50,98 @@ Layout/FirstHashElementIndentation:
44
50
  Layout/MultilineMethodCallIndentation:
45
51
  EnforcedStyle: indented
46
52
 
53
+ Layout/SpaceAroundMethodCallOperator:
54
+ Enabled: true
55
+
47
56
  Layout/SpaceInsideHashLiteralBraces:
48
57
  EnforcedStyle: no_space
49
58
  EnforcedStyleForEmptyBraces: no_space
50
59
 
60
+ Lint/BinaryOperatorWithIdenticalOperands:
61
+ Enabled: true
62
+
63
+ Lint/DeprecatedOpenSSLConstant:
64
+ Enabled: true
65
+
66
+ Lint/DuplicateElsifCondition:
67
+ Enabled: true
68
+
69
+ Lint/DuplicateRescueException:
70
+ Enabled: true
71
+
72
+ Lint/EmptyConditionalBody:
73
+ Enabled: true
74
+
75
+ Lint/FloatComparison:
76
+ Enabled: true
77
+
78
+ Lint/MissingSuper:
79
+ Enabled: true
80
+
81
+ Lint/MixedRegexpCaptureTypes:
82
+ Enabled: true
83
+
84
+ Lint/OutOfRangeRegexpRef:
85
+ Enabled: true
86
+
87
+ Lint/RaiseException:
88
+ Enabled: true
89
+
90
+ Lint/SelfAssignment:
91
+ Enabled: true
92
+
93
+ Lint/StructNewOverride:
94
+ Enabled: true
95
+
96
+ Lint/TopLevelReturnWithArgument:
97
+ Enabled: true
98
+
99
+ Lint/UnreachableLoop:
100
+ Enabled: true
101
+
51
102
  Naming/MemoizedInstanceVariableName:
52
103
  EnforcedStyleForLeadingUnderscores: required
53
104
 
54
105
  Naming/RescuedExceptionsVariableName:
55
106
  PreferredName: error
56
107
 
108
+ Style/AccessorGrouping:
109
+ Enabled: true
110
+
111
+ Style/ArrayCoercion:
112
+ Enabled: true
113
+
114
+ Style/BisectedAttrAccessor:
115
+ Enabled: true
116
+
117
+ Style/CaseLikeIf:
118
+ Enabled: true
119
+
57
120
  Style/ClassAndModuleChildren:
58
121
  EnforcedStyle: nested
59
122
 
60
123
  Style/EmptyMethod:
61
124
  EnforcedStyle: expanded
62
125
 
126
+ Style/ExplicitBlockArgument:
127
+ Enabled: true
128
+
129
+ Style/ExponentialNotation:
130
+ Enabled: true
131
+
132
+ Style/GlobalStdStream:
133
+ Enabled: true
134
+
135
+ Style/HashAsLastArrayItem:
136
+ Enabled: true
137
+ EnforcedStyle: no_braces
138
+
63
139
  Style/HashEachMethods:
64
140
  Enabled: true
65
141
 
142
+ Style/HashLikeCase:
143
+ Enabled: true
144
+
66
145
  Style/HashTransformKeys:
67
146
  Enabled: true
68
147
 
@@ -75,5 +154,35 @@ Style/FrozenStringLiteralComment:
75
154
  Style/NestedInterpolation:
76
155
  Enabled: true
77
156
 
157
+ Style/OptionalBooleanParameter:
158
+ Enabled: true
159
+
160
+ Style/RedundantAssignment:
161
+ Enabled: true
162
+
163
+ Style/RedundantFetchBlock:
164
+ Enabled: true
165
+
166
+ Style/RedundantFileExtensionInRequire:
167
+ Enabled: true
168
+
169
+ Style/RedundantRegexpCharacterClass:
170
+ Enabled: true
171
+
172
+ Style/RedundantRegexpEscape:
173
+ Enabled: true
174
+
175
+ Style/SingleArgumentDig:
176
+ Enabled: true
177
+
178
+ Style/SlicingWithRange:
179
+ Enabled: true
180
+
181
+ Style/SoleNestedConditional:
182
+ Enabled: true
183
+
184
+ Style/StringConcatenation:
185
+ Enabled: true
186
+
78
187
  Style/StringLiterals:
79
188
  EnforcedStyle: double_quotes
@@ -1,5 +1,7 @@
1
1
  require: rubocop-rails
2
2
 
3
+ inherit_from: base.yml
4
+
3
5
  AllCops:
4
6
  Exclude:
5
7
  - "db/**/*"
@@ -12,8 +14,6 @@ AllCops:
12
14
  - "config.ru"
13
15
  - "Rakefile"
14
16
 
15
- inherit_from: base.yml
16
-
17
17
  Style/Documentation:
18
18
  Enabled: true
19
19
  Exclude:
@@ -31,5 +31,8 @@ RSpec/LetSetup:
31
31
  RSpec/MessageSpies:
32
32
  EnforcedStyle: have_received
33
33
 
34
+ RSpec/MultipleMemoizedHelpers:
35
+ Enabled: false
36
+
34
37
  RSpec/NestedGroups:
35
38
  Enabled: false
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.homepage = "https://github.com/datarockets/datarockets-style"
13
13
  spec.license = "MIT"
14
14
 
15
- spec.required_ruby_version = ">= 2.3.0"
15
+ spec.required_ruby_version = ">= 2.4.0"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
31
  spec.require_paths = ["lib"]
32
32
 
33
- spec.add_dependency "rubocop", "~> 0.80"
34
- spec.add_dependency "rubocop-rails", "~> 2.4"
35
- spec.add_dependency "rubocop-rspec", "~> 1.38"
33
+ spec.add_dependency "rubocop", ">= 1.2 ", "< 2.0"
34
+ spec.add_dependency "rubocop-rails", ">= 2.8.0", "< 2.9.0"
35
+ spec.add_dependency "rubocop-rspec", "~> 2.0"
36
36
  end
@@ -15,6 +15,10 @@ This style guide recommends best practices for writing a clear Rspec tests and e
15
15
  So there are not any limits for deep or nested groups.
16
16
  <sup>[[link](#rspec-nested-groups)]</sup>
17
17
 
18
+ * <a name="rspec-let-count"></a>
19
+ We're not limiting a number of `let` blocks in describe and context blocks.
20
+ <sup>[[link](#rspec-let-count)]</sup>
21
+
18
22
  * <a name="rspec-subject"></a>
19
23
  Each subject should be named, and we should not use `subject` in our test cases.
20
24
  Prefer to use `is_expected` that `expect(subject_name)` for small tests.
@@ -42,7 +42,8 @@ class TodoListFormatter < RuboCop::Formatter::ProgressFormatter
42
42
  def finished(inspected_files)
43
43
  report_summary(inspected_files.length,
44
44
  @total_offense_count,
45
- @total_correction_count)
45
+ @total_correction_count,
46
+ @total_correctable_count)
46
47
  output.puts
47
48
 
48
49
  Datarockets::Style::Formatter::TodoListFormatter::ReportSummary.new(offense_list).call(output)
@@ -13,9 +13,9 @@ module Datarockets
13
13
  class ReportSummary
14
14
  attr_reader :offense_list
15
15
 
16
- FileGroup = Struct.new(:file, :count) do
16
+ FileGroup = Struct.new(:file, :offenses_count) do
17
17
  def print(output)
18
- output.puts " - '#{file}' # #{count}"
18
+ output.puts " - '#{file}' # #{offenses_count}"
19
19
  end
20
20
  end
21
21
 
@@ -27,7 +27,7 @@ module Datarockets
27
27
  end
28
28
 
29
29
  def print(output)
30
- output.puts(cop_name + ":")
30
+ output.puts("#{cop_name}:")
31
31
  output.puts(" Exclude:")
32
32
  file_groups.sort_by(&:file).each do |file_group|
33
33
  file_group.print(output)
@@ -1,5 +1,5 @@
1
1
  module Datarockets
2
2
  module Style
3
- VERSION = "0.8.0".freeze
3
+ VERSION = "1.0.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,57 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datarockets-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Dubrovsky
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-20 00:00:00.000000000 Z
11
+ date: 2020-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '1.2'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.80'
22
+ version: '2.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '1.2'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.80'
32
+ version: '2.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rubocop-rails
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - "~>"
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 2.8.0
40
+ - - "<"
32
41
  - !ruby/object:Gem::Version
33
- version: '2.4'
42
+ version: 2.9.0
34
43
  type: :runtime
35
44
  prerelease: false
36
45
  version_requirements: !ruby/object:Gem::Requirement
37
46
  requirements:
38
- - - "~>"
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: 2.8.0
50
+ - - "<"
39
51
  - !ruby/object:Gem::Version
40
- version: '2.4'
52
+ version: 2.9.0
41
53
  - !ruby/object:Gem::Dependency
42
54
  name: rubocop-rspec
43
55
  requirement: !ruby/object:Gem::Requirement
44
56
  requirements:
45
57
  - - "~>"
46
58
  - !ruby/object:Gem::Version
47
- version: '1.38'
59
+ version: '2.0'
48
60
  type: :runtime
49
61
  prerelease: false
50
62
  version_requirements: !ruby/object:Gem::Requirement
51
63
  requirements:
52
64
  - - "~>"
53
65
  - !ruby/object:Gem::Version
54
- version: '1.38'
66
+ version: '2.0'
55
67
  description:
56
68
  email:
57
69
  - r.dubrovsky@datarockets.com
@@ -106,15 +118,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
118
  requirements:
107
119
  - - ">="
108
120
  - !ruby/object:Gem::Version
109
- version: 2.3.0
121
+ version: 2.4.0
110
122
  required_rubygems_version: !ruby/object:Gem::Requirement
111
123
  requirements:
112
124
  - - ">="
113
125
  - !ruby/object:Gem::Version
114
126
  version: '0'
115
127
  requirements: []
116
- rubyforge_project:
117
- rubygems_version: 2.6.14
128
+ rubygems_version: 3.1.2
118
129
  signing_key:
119
130
  specification_version: 4
120
131
  summary: Datarockets style guides and shared style configs