rubocop-ruby2_7 1.1.2 → 1.1.3
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +6 -0
- data/lib/rubocop/ruby2_7/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +11 -11
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be59390e3a1aa97781a6ff07e57fe04293f1c6faeeaf2860ad8c750d9752e4f2
|
|
4
|
+
data.tar.gz: 3ba9ea2efb3652868d9fae7fb99622fd2a4a33a89285a1937daae6c845a4a525
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1db85b02e486e79fdfe529028c980dd0ef930a2f88d4d431d479f513af97d65426e85b6568d69366a727b61867be36fc93bec013a8caa36e4959548015b890e4
|
|
7
|
+
data.tar.gz: 4cd50c6d5603d92b08938a1c8b32a152a0e58b75b056bb1392787710ad6035ff604e9e3085ae991b58362540bb56410d4050b791b18e468e759358709ae5d356
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Fixed
|
|
11
11
|
### Removed
|
|
12
12
|
|
|
13
|
+
## [1.1.3] 2023-03-14
|
|
14
|
+
### Added
|
|
15
|
+
* GitLab CI config
|
|
16
|
+
### Changed
|
|
17
|
+
* Upgraded to RuboCop v1.48.1
|
|
18
|
+
|
|
13
19
|
## [1.1.2] 2023-02-01
|
|
14
20
|
### Fixed
|
|
15
21
|
* Stop defining global variable in version.rb
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ruby2_7
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
|
|
37
37
|
4/bR9A==
|
|
38
38
|
-----END CERTIFICATE-----
|
|
39
|
-
date: 2023-
|
|
39
|
+
date: 2023-03-14 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rubocop
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 1.
|
|
47
|
+
version: 1.48.1
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 1.
|
|
54
|
+
version: 1.48.1
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rake
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -116,14 +116,14 @@ licenses:
|
|
|
116
116
|
- MIT
|
|
117
117
|
metadata:
|
|
118
118
|
homepage_uri: https://github.com/rubocop-lts/rubocop-ruby2_7
|
|
119
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/tree/v1.1.
|
|
120
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/blob/v1.1.
|
|
119
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/tree/v1.1.3
|
|
120
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/blob/v1.1.3/CHANGELOG.md
|
|
121
121
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/issues
|
|
122
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_7/1.1.
|
|
122
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_7/1.1.3
|
|
123
123
|
funding_uri: https://liberapay.com/pboling
|
|
124
124
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/wiki
|
|
125
125
|
rubygems_mfa_required: 'true'
|
|
126
|
-
post_install_message:
|
|
126
|
+
post_install_message:
|
|
127
127
|
rdoc_options: []
|
|
128
128
|
require_paths:
|
|
129
129
|
- lib
|
|
@@ -138,8 +138,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
139
|
version: '0'
|
|
140
140
|
requirements: []
|
|
141
|
-
rubygems_version: 3.4.
|
|
142
|
-
signing_key:
|
|
141
|
+
rubygems_version: 3.4.8
|
|
142
|
+
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Semantically Versioned RuboCop Dependency
|
|
145
145
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|