rubomop 1.1.0 → 1.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 822373b8d3d6b834d67d98e356415d314836c96288e4638b76e7e5670661de6d
4
- data.tar.gz: d6ae2bcea5687cbef930f8effb781c89ca5c989379a267452376a7492373a8cf
3
+ metadata.gz: 9bec1bd3a5545e1bbc36b5ea7edf0765f1b29e0f730c350748621c3caac35b9c
4
+ data.tar.gz: 23f924a7d853c8ba08aaaa2376d385155dec404f092ae0b6e979763c7a03de24
5
5
  SHA512:
6
- metadata.gz: '001643591dcde85f4ae6c9c770c3646d60c02f0e80cbc12fded01d561740b38b7d4408e2fadfa15ae254da5bf9d7a0cd842602a8e85cc0fa099fad51d15f5d4a'
7
- data.tar.gz: 29b676ebd64853a9f468b9315013cfbf257d3431490fd4d4fafab2bfd764cf0ed2ff817673c33b006b16aae83d855c2b21538d850319e93d82650b43b6213704
6
+ metadata.gz: ed576939762bfc758170c829ec949bb61c3f9daedc788f52386612aaf62f68bfce6b4f5354e47dd4cb4aeb5968af7ac09aedb811d782cc3663f496e31546cf21
7
+ data.tar.gz: 2d34e2bf4c343aa0bd8daa9f7bf2d04243c9d74255f5e0167d087ed1a9a792c1bf7193086b9af274b2916334a227b0c1123dc6d6563ac2a3b5336b04cd26ddeb
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.1.1] 7/7/2026
2
+
3
+ - Reinstate Ruby 3.2 support
4
+
1
5
  ## [1.1.0] 6/2/2026
2
6
 
3
7
  - Drop Ruby 3.2 support
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubomop (1.1.0)
4
+ rubomop (1.1.1)
5
5
  activesupport (>= 7.0)
6
6
  date_by_example (>= 0.1)
7
7
  literal
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubomop
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
data/rubomop-1.1.0.gem ADDED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubomop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noel Rappin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-06-02 00:00:00.000000000 Z
11
+ date: 2026-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -92,6 +92,7 @@ files:
92
92
  - lib/rubomop/runner.rb
93
93
  - lib/rubomop/todo_file.rb
94
94
  - lib/rubomop/version.rb
95
+ - rubomop-1.1.0.gem
95
96
  - sig/rubomop.rbs
96
97
  homepage: https://github.com/noelrappin/rubomop
97
98
  licenses:
@@ -109,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
110
  requirements:
110
111
  - - ">="
111
112
  - !ruby/object:Gem::Version
112
- version: 3.3.0
113
+ version: 3.2.0
113
114
  required_rubygems_version: !ruby/object:Gem::Requirement
114
115
  requirements:
115
116
  - - ">="