rubocop-ruby2_6 1.0.6 → 1.0.7

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: 8ec32ea2dc197f3dac09c11f3eaf4465216eff411771c0d1a13b1205cacf85df
4
- data.tar.gz: ccf8d007d5cd3b45b6f4e094492032b14a9e570121edc8a9f0f6cb0769f405ed
3
+ metadata.gz: a84b1e007e7f8131718a58e9cf7f6066426854b32a3a3eb875182a60debc0e95
4
+ data.tar.gz: e5881b4a8913dab98c6a429036dc4f128cca2f774227227c22b858d7035514fc
5
5
  SHA512:
6
- metadata.gz: 6fee75d9cda0f7361d9b6af703d8165376d32556ece423e46b2b771c1415f4f5c31cee216cff6a56e2e9cb7b4fffe7407edfbc76b2ec8225ae064597eb436831
7
- data.tar.gz: 21aca225749a6a8587412c7ba880c8a202545848c670dfc03de81d86933902a91f88f0c8dfb0096601e25e5c83b3e80a47ab20b40d8ea28c75555aaba907ca4a
6
+ metadata.gz: 8c5c517b9b81eb0fde56ed1008c0d7d0745baac8a1aa6279e78093271fdc5dea3a85d499e07d28a8cf5ad59ded243b4919d824a8b66451b4ce5126386be24593
7
+ data.tar.gz: 076cf5b9a4041707ccd0c7573fb44456b003d003c0b552f4bb0c186d6992978f1ad62514e3226d52e60011045ef6afc50b246e2f30953209dc891b2c26089b34
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.7] 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.6] 2022-06-05
17
23
  ### Changed
18
24
  * Update to rubocop 1.30.0
@@ -43,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
49
  ### Added
44
50
  * Initial release (yanked)
45
51
 
46
- [Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_6/compare/v1.0.6...HEAD
52
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_6/compare/v1.0.7...HEAD
53
+ [1.0.7]: https://github.com/rubocop-lts/rubocop-ruby2_6/compare/v1.0.6...v1.0.7
47
54
  [1.0.6]: https://github.com/rubocop-lts/rubocop-ruby2_6/compare/v1.0.5...v1.0.6
48
55
  [1.0.5]: https://github.com/rubocop-lts/rubocop-ruby2_6/compare/v1.0.4...v1.0.5
49
56
  [1.0.4]: https://github.com/rubocop-lts/rubocop-ruby2_6/compare/v1.0.3...v1.0.4
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby26
5
- VERSION = "1.0.6"
5
+ VERSION = "1.0.7"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ruby2_6
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
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-05 00:00:00.000000000 Z
11
+ date: 2022-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -69,18 +69,15 @@ files:
69
69
  - lib/rubocop/ruby2_6/version.rb
70
70
  - rubocop.yml
71
71
  - sig/rubocop/ruby2_6.rbs
72
- - spec/config/rspec/rspec_core.rb
73
- - spec/rubocop/ruby2_6_spec.rb
74
- - spec/spec_helper.rb
75
72
  homepage: https://github.com/rubocop-lts/rubocop-ruby2_6
76
73
  licenses:
77
74
  - MIT
78
75
  metadata:
79
76
  homepage_uri: https://github.com/rubocop-lts/rubocop-ruby2_6
80
- source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/tree/v1.0.6
81
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/blob/v1.0.6/CHANGELOG.md
77
+ source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/tree/v1.0.7
78
+ changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/blob/v1.0.7/CHANGELOG.md
82
79
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/issues
83
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_6/1.0.6
80
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_6/1.0.7
84
81
  wiki_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/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.14
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/spec_helper.rb
107
- - spec/config/rspec/rspec_core.rb
108
- - spec/rubocop/ruby2_6_spec.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
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec.describe Rubocop::Ruby26 do
4
- it "has a version number" do
5
- expect(Rubocop::Ruby26::VERSION).not_to be nil
6
- end
7
- 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/ruby2_6"
30
-
31
- # RSpec Configs
32
- require "config/rspec/rspec_core"