./www/ruby-uri, Providing classes to handle Uniform Resource Identifiers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.3, Package name: ruby32-uri-1.0.3, Maintainer: pkgsrc-users

URI

URI is a module providing classes to handle Uniform Resource Identifiers
(RFC2396: http://tools.ietf.org/html/rfc2396).

Features

* Uniform way of handling URIs.
* Flexibility to introduce custom URI schemes.
* Flexibility to have an alternate URI::Parser (or just different patterns
and regexp's).


Master sites:

Filesize: 36 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-02 15:56:44 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-uri: update to 1.0.3

pkgsrc change: remove restriction to Ruby's version.

1.0.3 (2025-02-26)

What's Changed

* Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in
  #136
* Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to
  9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #137
* Prevent a warning: URI::REGEXP is obsolete by @mame in #138
* Revisit deprecated test by @hsbt in #139
* Suppress deprecate warning of test class (retry) by @mame in #140
* Fix README by @hsbt in #142
* Bump rubygems/release-gem from 1.1.0 to 1.1.1 by @dependabot in #143
* Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in
  #144
* Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in
  #145
* Make documentation 100% by @nobu in #147
* Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in
  #153
* Remove userinfo by @hsbt in #154

New Contributors

* @mame made their first contribution in #138
   2025-01-02 07:36:12 by Takahiro Kambe | Files touched by this commit (1)
Log message:
www/ruby-uri: restrict Ruby's version

Restrict Ruby's version (not for Ruby 3.4) since 3.4.1 has the same version
of this gem as default gem.
   2024-12-11 16:43:59 by Takahiro Kambe | Files touched by this commit (4)
Log message:
www/ruby-uri: add package version 1.0.2

URI

URI is a module providing classes to handle Uniform Resource Identifiers
(RFC2396: http://tools.ietf.org/html/rfc2396).

Features

* Uniform way of handling URIs.
* Flexibility to introduce custom URI schemes.
* Flexibility to have an alternate URI::Parser (or just different patterns
  and regexp's).