pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ruby-addressable



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 12 14:52:36 UTC 2015

Modified Files:
        pkgsrc/net/ruby-addressable: Makefile PLIST distinfo

Log Message:
Update ruby-addressable to 2.4.0.

# Addressable 2.4.0
- support for 1.8.x dropped
- double quotes in a host now raises an error
- newlines in host will no longer get unescaped during normalization
- stricter handling of bogus scheme values
- stricter handling of encoded port values
- calling `require 'addressable'` will now load both the URI and Template files
- assigning to the `hostname` component with an `IPAddr` object is now supported
- assigning to the `origin` component is now supported
- fixed minor bug where an exception would be thrown for a missing ACE suffix
- better partial expansion of URI templates


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/ruby-addressable/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/ruby-addressable/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/ruby-addressable/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index