www/rubygem-addressable: Update to 2.8.8

Changes:	https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh
2025-12-02 20:11:14 +08:00
parent c6998ea65f
commit dc14db2581
3 changed files with 4 additions and 29 deletions

View File

@@ -1,6 +1,5 @@
PORTNAME= addressable
PORTVERSION= 2.8.7
PORTREVISION= 1
PORTVERSION= 2.8.8
CATEGORIES= www devel rubygems
MASTER_SITES= RG

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1720023810
SHA256 (rubygem/addressable-2.8.7.gem) = 462986537cf3735ab5f3c0f557f14155d778f4b43ea4f485a9deb9c8f7c58232
SIZE (rubygem/addressable-2.8.7.gem) = 106496
TIMESTAMP = 1764511084
SHA256 (rubygem/addressable-2.8.8.gem) = 7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057
SIZE (rubygem/addressable-2.8.8.gem) = 109568

View File

@@ -1,24 +0,0 @@
Obtained from: https://github.com/sporkmonger/addressable/commit/af2d3f6e70b9551f94124e2dbab0d739127a8234
--- addressable.gemspec.orig 2025-11-23 09:00:03 UTC
+++ addressable.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
- s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2".freeze, "< 7.0".freeze])
+ s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2".freeze, "< 8.0".freeze])
s.add_development_dependency(%q<bundler>.freeze, [">= 1.0".freeze, "< 3.0".freeze])
end
--- tasks/gem.rake.orig 2025-11-23 09:00:03 UTC
+++ tasks/gem.rake
@@ -21,7 +21,7 @@ namespace :gem do
s.required_ruby_version = ">= 2.2"
- s.add_runtime_dependency "public_suffix", ">= 2.0.2", "< 7.0"
+ s.add_runtime_dependency "public_suffix", ">= 2.0.2", "< 8.0"
s.add_development_dependency "bundler", ">= 1.0", "< 3.0"
s.require_path = "lib"