rubocop-ruby2_7 1.1.2 → 1.1.3

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: 9ea339dc8616b27a1bde52a824acada79ad7a95577910de226806103639d3831
4
- data.tar.gz: 1aba43f9aea519043f1cafd116961ac6d343ee688328fbcfd85c72557de6b566
3
+ metadata.gz: be59390e3a1aa97781a6ff07e57fe04293f1c6faeeaf2860ad8c750d9752e4f2
4
+ data.tar.gz: 3ba9ea2efb3652868d9fae7fb99622fd2a4a33a89285a1937daae6c845a4a525
5
5
  SHA512:
6
- metadata.gz: da213804037c9003f0230a6f07d70296f86e382b3cf874f8595b6e3ace4574cbabb2baa305c7e703723daeb5f481a58e3e4dd7d0a35ba4eda1547a0612614124
7
- data.tar.gz: 961f5c4a3258f3f10ac6067f181b29585a38e1c5902f48097ca84ae9d28da95591f566a4d7922889aa1474d89eb264dc0b15ecea1445e1251410225827f8e2c1
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby27
5
- VERSION = "1.1.2"
5
+ VERSION = "1.1.3"
6
6
  end
7
7
  end
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.2
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-02-01 00:00:00.000000000 Z
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.44.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.44.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.2
120
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/blob/v1.1.2/CHANGELOG.md
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.2
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.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