mysql-pr 3.0.1 → 3.0.2

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: 740a7c4a533c1dfee294b1fd1d5d71a094c758309157bc1b0366eeaa30417e7f
4
- data.tar.gz: a50dc6eae35b3c41b166e7532b798b32b414c9753fadc06f9e43aaf413502aee
3
+ metadata.gz: 1227fb0fe7b291eb7437e53f5a991b32dc8ecdca6d6839b2b2579d445de20220
4
+ data.tar.gz: 0effb4c0ffe7767c4f10268233f3451f737a8437718b8742390ef79756ad5be3
5
5
  SHA512:
6
- metadata.gz: e5b48f7d27454ee4f21d0bb5d3f785d2edd98d32c3ed5629be97fb2809f7705f0650ae6d460695c95f3e42a36e23f94c15266cb533b99e66b50aae1c0867d0d3
7
- data.tar.gz: 44ced5a010465b9cee5abb5522401f1429575bc3787f63637d7818776aa4f01ed61a496a8fa4b30820a60734b5a5a33068e29a030bba46d2be52fa3d5443790c
6
+ metadata.gz: db52b63cbdf3846e379ffd5359f18cb866eeb2548ecf8daaac6ace83dfc028697c0c215bf5ff52241ecd21fa25b757e478977c5652eed08f8db3d6a01d7cd153
7
+ data.tar.gz: 418692e181b1a4558f5ad67911d72094bac45c5c08700803066b215b3247fd35367d8eb972a358b65d9e42bc788d463625d6d556fdedb1d4325032d761a1ff4d
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.0.2] - 2025-11-25
9
+
10
+ ### Fixed
11
+
12
+ - Consolidated duplicate VERSION tests into single regex-based test
13
+
8
14
  ## [3.0.1] - 2025-11-25
9
15
 
10
16
  ### Fixed
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class MysqlPR
4
- VERSION = "3.0.1"
4
+ VERSION = "3.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomita Masahiro