rubocop-ruby2_7 1.0.4 → 1.0.5

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: c508dcdf8aa5dee14bca3c5eeaccdf858c544c933c5fa0ef430c429be56d80ba
4
- data.tar.gz: 6747a7f5cb89750c1050cd8c49ce6e89b6d20dc1586b577657e53dfa1cb6b1ed
3
+ metadata.gz: 271ea8deb5be130658ca231310ca877ea6dfc02bb2a342f31b6e303204c60ac0
4
+ data.tar.gz: bbd2eb614a55da80d372ddedf993fb479bc927ba59e3d004ec193c7c3cd7e238
5
5
  SHA512:
6
- metadata.gz: '0317957ebb4df4e5312dd82990548ad7af7b524a91bc5496a2dbada0e1048c85a931899880c969c1400a074d4e4ea08c7e6373bab75a7b959e5e2062bd06dafb'
7
- data.tar.gz: aff0707186f21becbe7404e452c5126f253fc2c68ffa588ce9e6f0628b8cf3e567b12ab4a8671456939078dd253f54128aff69272700cb1a445a025c294d13d8
6
+ metadata.gz: 0a731d8f839f23bac83da068f20ef6df30f0fa595ce0ae37f356381ef5c0f4d2f59a321c020b221cc94757e9fb04c80fc1302ac904686a3a0b6e04669332baca
7
+ data.tar.gz: d0e691ce71ea309813d10684b49790a30c64eed213ab8fe6ba825c1eda1629306b5fefb054a5c49ca23e72ab6d83313effcba1a898b49b050df80b5357976f6d
data/CHANGELOG.md CHANGED
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [1.0.5] 2022-06-05
17
+ ### Changed
18
+ * Update to rubocop 1.30.0
19
+
16
20
  ## [1.0.4] 2022-05-23
17
21
  ### Changed
18
22
  * Update to rubocop 1.29.1
@@ -35,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
39
  ### Added
36
40
  * Initial release
37
41
 
38
- [Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.4...HEAD
42
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.5...HEAD
43
+ [1.0.5]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.4...v1.0.5
39
44
  [1.0.4]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.3...v1.0.4
40
45
  [1.0.3]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.2...v1.0.3
41
46
  [1.0.2]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.0.1...v1.0.2
data/SECURITY.md CHANGED
@@ -3,11 +3,11 @@
3
3
  ## Supported Versions
4
4
 
5
5
  | Version | Supported |
6
- | ------- | ------------------ |
7
- | 0.x | :white_check_mark: |
6
+ |---------| ------------------ |
7
+ | 1.x | :white_check_mark: |
8
8
 
9
9
  ## Reporting a Vulnerability
10
10
 
11
11
  Peter Boling is the primary maintainer of this gem. Please find a way
12
12
  to [contact him directly](https://railsbling.com/contact) to report the issue. Include as much relevant information as
13
- possible.
13
+ possible.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby27
5
- VERSION = "1.0.4"
5
+ VERSION = "1.0.5"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ruby2_7
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
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-05-23 00:00:00.000000000 Z
11
+ date: 2022-06-05 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.29.1
19
+ version: 1.30.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: 1.29.1
26
+ version: 1.30.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -77,10 +77,10 @@ licenses:
77
77
  - MIT
78
78
  metadata:
79
79
  homepage_uri: https://github.com/rubocop-lts/rubocop-ruby2_7
80
- source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/tree/v1.0.4
81
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/blob/v1.0.4/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/tree/v1.0.5
81
+ changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/blob/v1.0.5/CHANGELOG.md
82
82
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/issues
83
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_7/1.0.4
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_7/1.0.5
84
84
  wiki_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/wiki
85
85
  rubygems_mfa_required: 'true'
86
86
  post_install_message: