rubocop-ruby3_0 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/lib/rubocop/ruby3_0/version.rb +1 -1
- metadata +9 -15
- data/spec/config/rspec/rspec_core.rb +0 -13
- data/spec/rubocop/ruby3_0_spec.rb +0 -7
- data/spec/spec_helper.rb +0 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b080c8284bfc35158f37ae9ce92528dc18381cefb47bc777354a04acef5269c6
|
4
|
+
data.tar.gz: 2befee236200fc709eb4f8aceb159b76615597800d4e977dea8aa762340e7cbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0de227249e50e1b8dba9848ad9e54b8847eaee3f2d4d67c8d543e070dec45ed1d29bb76ee2b911cf37181afb6cf93f607470cf9c1b05d9d40c26363e5815bcda
|
7
|
+
data.tar.gz: d4a844ceead7ea3f99932a19a1085665ce85d2c9337e64bcd06666a282e5bf49390c6e6907e214f1c6b443408e7a3b316862f0e412615c9fcd74fd9b2d13c2ba
|
data/CHANGELOG.md
CHANGED
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
+
## [1.0.6] 2022-06-08
|
17
|
+
### Changed
|
18
|
+
* Update to rubocop 1.30.1
|
19
|
+
* Removed test_files from gemspec
|
20
|
+
* Add binstubs for bundle, rake, rspec, and rubocop
|
21
|
+
|
16
22
|
## [1.0.5] 2022-06-05
|
17
23
|
### Changed
|
18
24
|
* Update to rubocop 1.30.0
|
@@ -39,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
39
45
|
### Added
|
40
46
|
* Initial release
|
41
47
|
|
42
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.
|
48
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.6...HEAD
|
49
|
+
[1.0.6]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.5...v1.0.6
|
43
50
|
[1.0.5]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.4...v1.0.5
|
44
51
|
[1.0.4]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.3...v1.0.4
|
45
52
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.2...v1.0.3
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-ruby3_0
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-08 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.30.
|
19
|
+
version: 1.30.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.30.
|
26
|
+
version: 1.30.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -69,18 +69,15 @@ files:
|
|
69
69
|
- lib/rubocop/ruby3_0/version.rb
|
70
70
|
- rubocop.yml
|
71
71
|
- sig/rubocop/ruby3_0.rbs
|
72
|
-
- spec/config/rspec/rspec_core.rb
|
73
|
-
- spec/rubocop/ruby3_0_spec.rb
|
74
|
-
- spec/spec_helper.rb
|
75
72
|
homepage: https://github.com/rubocop-lts/rubocop-ruby3_0
|
76
73
|
licenses:
|
77
74
|
- MIT
|
78
75
|
metadata:
|
79
76
|
homepage_uri: https://github.com/rubocop-lts/rubocop-ruby3_0
|
80
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/tree/v1.0.
|
81
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/blob/v1.0.
|
77
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/tree/v1.0.6
|
78
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/blob/v1.0.6/CHANGELOG.md
|
82
79
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/issues
|
83
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.0.
|
80
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.0.6
|
84
81
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/wiki
|
85
82
|
rubygems_mfa_required: 'true'
|
86
83
|
post_install_message:
|
@@ -98,11 +95,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
95
|
- !ruby/object:Gem::Version
|
99
96
|
version: '0'
|
100
97
|
requirements: []
|
101
|
-
rubygems_version: 3.3.
|
98
|
+
rubygems_version: 3.3.15
|
102
99
|
signing_key:
|
103
100
|
specification_version: 4
|
104
101
|
summary: Semantically Versioned RuboCop Dependency
|
105
|
-
test_files:
|
106
|
-
- spec/config/rspec/rspec_core.rb
|
107
|
-
- spec/rubocop/ruby3_0_spec.rb
|
108
|
-
- spec/spec_helper.rb
|
102
|
+
test_files: []
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
RSpec.configure do |config|
|
4
|
-
# Enable flags like --only-failures and --next-failure
|
5
|
-
config.example_status_persistence_file_path = ".rspec_status"
|
6
|
-
|
7
|
-
# Disable RSpec exposing methods globally on `Module` and `main`
|
8
|
-
config.disable_monkey_patching!
|
9
|
-
|
10
|
-
config.expect_with :rspec do |c|
|
11
|
-
c.syntax = :expect
|
12
|
-
end
|
13
|
-
end
|
data/spec/spec_helper.rb
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
DEBUG = ENV.fetch("DEBUG", nil) == "true"
|
4
|
-
|
5
|
-
ruby_version = Gem::Version.new(RUBY_VERSION)
|
6
|
-
minimum_version = ->(version, engine = "ruby") { ruby_version >= Gem::Version.new(version) && RUBY_ENGINE == engine }
|
7
|
-
actual_version = lambda do |major, minor|
|
8
|
-
actual = Gem::Version.new(ruby_version)
|
9
|
-
major == actual.segments[0] && minor == actual.segments[1] && RUBY_ENGINE == "ruby"
|
10
|
-
end
|
11
|
-
debugging = minimum_version.call("2.7") && DEBUG
|
12
|
-
RUN_COVERAGE = minimum_version.call("2.6") && (ENV.fetch("COVER_ALL",
|
13
|
-
nil) || ENV.fetch("CI_CODECOV", nil) || ENV["CI"].nil?)
|
14
|
-
ALL_FORMATTERS = actual_version.call(2,
|
15
|
-
7) && (ENV.fetch("COVER_ALL",
|
16
|
-
nil) || ENV.fetch("CI_CODECOV", nil) || ENV.fetch("CI", nil))
|
17
|
-
|
18
|
-
if DEBUG
|
19
|
-
if debugging
|
20
|
-
require "byebug"
|
21
|
-
elsif minimum_version.call("2.7", "jruby")
|
22
|
-
require "pry-debugger-jruby"
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
require "simplecov" if RUN_COVERAGE
|
27
|
-
|
28
|
-
# This gem
|
29
|
-
require "rubocop/ruby3_0"
|
30
|
-
|
31
|
-
# RSpec Configs
|
32
|
-
require "config/rspec/rspec_core"
|