Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates. Additionally, it provides extensive support for URI templates.
Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates. Additionally, it provides extensive support for URI templates.
To install rb19-addressable, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-addressable
To see what files were installed by rb19-addressable, run:
port contents rb19-addressable
To later upgrade rb19-addressable, run:
sudo port selfupdate && sudo port upgrade rb19-addressable
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.