summaryrefslogtreecommitdiff
path: root/net/ruby-addressable
AgeCommit message (Collapse)AuthorFilesLines
2012-07-31Update ruby-addressable to 2.3.2.taca3-8/+8
# Addressable 2.3.2 - added Addressable::URI#default_port method - fixed issue with Marshalling Unicode data on Windows - improved heuristic parsing to better handle IPv4 addresses # Addressable 2.3.1 - fixed missing unicode data file # Addressable 2.3.0 - updated Addressable::Template to use RFC 6570, level 4 - fixed compatibility problems with some versions of Ruby - moved unicode tables into a data file for performance reasons - removing support for multiple query value notations
2012-06-02Update ruby-addressable to 2.2.8.taca3-11/+12
# Addressable 2.2.8 - fixed issues with dot segment removal code - form encoding can now handle multiple values per key - updated development environment
2012-02-29Update ruby-addressable to 2.2.7.obache5-163/+8
# Addressable 2.2.7 - fixed issues related to Addressable::URI#query_values= - the Addressable::URI.parse method is now polymorphic
2011-11-06Apply some changes taken from upstream for net/mikutter version 0.0.4.obache4-2/+158
Bump PKGREVISION.
2011-06-19Update ruby-addressable package to 2.2.6.taca3-12/+10
## Addressable 2.2.6 - changed the way ambiguous paths are handled - fixed bug with frozen URIs - https supported in heuristic parsing ## Addressable 2.2.5 - 'parsing' a pre-parsed URI object is now a dup operation - introduced conditional support for libidn - fixed normalization issue on ampersands in query strings - added additional tests around handling of query strings ## Addressable 2.2.4 - added origin support from draft-ietf-websec-origin-00 - resolved issue with attempting to navigate below root - fixed bug with string splitting in query strings ## Addressable 2.2.3 - added :flat_array notation for query strings
2010-12-04Update ruby-addressable pacakge to 2.2.2.taca3-8/+7
=== Addressable 2.2.2 - fixed issue with percent escaping of '+' character in query strings
2010-09-23Update net/ruby-addressable to 2.2.1.taca2-6/+6
=== Addressable 2.2.1 - added support for application/x-www-form-urlencoded.
2010-09-11Importing net/ruby-addressable 2.2.0.taca4-0/+48
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.