Path to this page:
./
net/ruby-public_suffix,
Domain name parser based on the Public Suffix List
Branch: CURRENT,
Version: 6.0.1,
Package name: ruby32-public_suffix-6.0.1,
Maintainer: tsutsuiPublicSuffix can parse and decompose a domain name into top level domain,
domain and subdomains.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 103 KB
Version history: (Expand)
- (2024-08-04) Updated to version: ruby32-public_suffix-6.0.1
- (2024-06-15) Updated to version: ruby32-public_suffix-5.1.0
- (2024-04-20) Updated to version: ruby32-public_suffix-5.0.5
- (2023-11-19) Updated to version: ruby31-public_suffix-5.0.4
- (2023-08-06) Updated to version: ruby31-public_suffix-5.0.3
- (2022-12-09) Updated to version: ruby31-public_suffix-5.0.1
CVS history: (Expand)
2024-04-20 12:27:24 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-public_suffix: update to 5.0.5.
Upstream changes:
https://github.com/weppos/publicsuffix-ruby/blob/v5.0.5/CHANGELOG.md
5.0.5
Changed
* Updated definitions.
|
2023-11-18 15:22:15 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
ruby-public_suffix: update to 5.0.4.
Upstream changes:
https://github.com/weppos/publicsuffix-ruby/blob/v5.0.4/CHANGELOG.md
5.0.4
Changed
* Reduced .gem file size (GH-259). [Thanks @ybiquitous]
* Updated definitions.
|
2023-08-06 04:26:24 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-public_suffix: update to 5.0.3.
Upstream changes (from CHANGELOG.md):
5.0.3
Fixed
* Fixed automated release workflow.
5.0.2
Changed
* Updated definitions.
|
2022-12-09 13:47:26 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-public_suffix: update to 5.0.1.
Upstream changes (from CHANGELOG.md):
## 5.0.1
### Changed
- Updated definitions.
|
2022-12-09 13:45:08 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
ruby-public_suffix: revert unintended commit.
|
2022-12-09 13:34:13 by Izumi Tsutsui | Files touched by this commit (23) | |
Log message:
ruby-gnome: update to 4.0.4.
Upstream changes:
https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.0.4
Ruby-GNOME 4.0.4: 2022-12-09
This is a release that adds more new libraries: Ruby/Adwaita,
Ruby/GtkSourceView3 and Ruby/Handy.
Changes
Documents
* Improvements
+ Added gdk4 and gtk4.
[GitHub#1514]
[Reported by codart]
All
* Improvements
+ Added support for macOS 12/Xcode 14.
[GitHub#1516]
[Reported by Apoorv Sohal]
Ruby/GLib2
* Improvements
+ Added support for instantiating GLib::Pointer and getting
address of it.
+ Renamed gnome2/ to gnome/ in internal library path.
+ Suppressed connected_closures isn't initialized warning.
+ Re-added GLib::ValueArray because GStreamer still uses it
without replacement.
[GitHub#1520]
[Reported by Matt Palmer]
+ Set missing rb_data_type_t::wrap_struct_name.
[GitHub#1522]
[Patch by Peter Zhu]
+ Added support for more GSpawnFlags.
* Fixes
+ Fixed a bug that GLib::Pointer.gtype and GLib::Pointer#gtype
use the wrong number of arguments.
+ Fixed a memory leak in GLib::Object based classes.
[GitHub#1523]
[Patch by Peter Zhu]
Ruby/GObjectIntrospection
* Improvements
+ Added support for length in field.
[GitHub#1524]
[Reported by jvmf1]
Ruby/GIO2
* Improvements
+ Added support for getting GLib::Mount by Gio::Volume#mount.
[GitHub#604]
Ruby/GTK4
* Improvements
+ [sample] Updated.
[GitHub#1512]
[GitHub#1515]
[Patch by kojix2]
[GitHub#1526]
[GitHub#1527]
[Patch by Daniel Mircea]
* Fixes
+ Fixed a bug that Gtk::ScrolledWindow can't be created.
[GitHub#1504]
[Reported by rubyFeedback]
+ Fixed a typo in Gtk::Image.new.
[GitHub#1504]
[Reported by rubyFeedback]
+ Fixed a bug that Gtk::CellRendereText may be GC-ed.
[GitHub#1518]
[Reported by galtgenod]
+ Fixed a crash bug that is caused when GLib based class defined
by Ruby is used.
[GitHub#1444]
[Reported by HuBandiT]
Ruby/libsecret
* Fixes
+ Fixed wrong MSYS2 package name.
Ruby/GtkSourceView4
* Fixes
+ Fixed package ID.
[GitHub#1525]
[Reported by Daniel Mircea]
Ruby/GtkSourceView5
* Added.
[GitHub#1511]
[Reported by galtgendo]
Ruby/Adwaita
* Added.
[GitHub#1510]
[Reported by rubyFeedback]
Ruby/Handy
* Added.
[GitHub#1434]
[Reported by Jacob Michalskie]
Thanks
* rubyFeedback
* kojix2
* codart
* Apoorv Sohal
* galtgendo
* Matt Palmer
* Peter Zhu
* HuBandiT
* jvmf1
* Daniel Mircea
* Jacob Michalskie
|
2022-09-03 06:44:20 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
net/ruby-public_suffix: update to 5.0.0
5.0.0 (2022-07-24)
Changed
* Minimum Ruby version is 2.6
* Updated definitions.
|
2022-04-16 17:59:17 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
ruby-public_suffix: update to 4.0.7.
Upstream changes (from CHANGELOG.md):
4.0.7
Fixes
* Fixed YARD rake task (GH-179)
Changed
* Updated definitions.
|