Commit graph

14 commits

Author SHA1 Message Date
taca
e012f7de0e Forgot to commit distinfo. 2015-03-14 07:49:17 +00:00
taca
558cce9bf3 Update ruby-addressable to 2.3.7.
# Addressable 2.3.7
- fix scenario in which invalid URIs don't get an exception until inspected
- handle hostnames with two adjacent periods correctly
- upgrade of RSpec
2015-03-13 15:07:22 +00:00
taca
6d27f67fdd Update ruby-addressable to 2.3.6.
* Set HOMEPAGE to GitHub since rubyforge.org is not available any more.
* Changes are not available.
2015-02-04 14:19:32 +00:00
taca
e0b36bae03 Update ruby-addressable to 2.3.5.
# Addressable 2.3.5
- added Addressable::URI#empty? method
- Addressable::URI#hostname methods now strip square brackets from IPv6 hosts
- compatibility with Net::HTTP in Ruby 2.0.0
- Addressable::URI#route_from should always give relative URIs
2013-09-13 05:56:34 +00:00
taca
0d5394db4e Update ruby-addressable to 2.3.4.
# Addressable 2.3.4
- fixed issue with encoding altering its inputs
- query string normalization now leaves ';' characters alone
- FakeFS is detected before attempting to load unicode tables
- additional testing to ensure frozen objects don't cause problems
2013-06-16 17:08:38 +00:00
taca
83df833271 Update ruby-addressable to 2.3.3.
# Addressable 2.3.3
- fixed issue with converting common primitives during template expansion
- fixed port encoding issue
- removed a few warnings
- normalize should now ignore %2B in query strings
- the IDNA logic should now be handled by libidn in Ruby 1.9
- no template match should now result in nil instead of an empty MatchData
- added license information to gemspec
2013-03-12 13:13:46 +00:00
taca
2ec6422c64 Update ruby-addressable to 2.3.2.
# 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-07-31 12:01:22 +00:00
taca
6e99926ef6 Update ruby-addressable to 2.2.8.
# Addressable 2.2.8
- fixed issues with dot segment removal code
- form encoding can now handle multiple values per key
- updated development environment
2012-06-02 00:59:08 +00:00
obache
a9bf29fdef Update ruby-addressable to 2.2.7.
# Addressable 2.2.7
- fixed issues related to Addressable::URI#query_values=
- the Addressable::URI.parse method is now polymorphic
2012-02-29 07:47:04 +00:00
obache
2a49ff01b2 Apply some changes taken from upstream for net/mikutter version 0.0.4.
Bump PKGREVISION.
2011-11-06 07:44:27 +00:00
taca
61db493c66 Update ruby-addressable package to 2.2.6.
## 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
2011-06-19 02:50:20 +00:00
taca
6cd775c711 Update ruby-addressable pacakge to 2.2.2.
=== Addressable 2.2.2
- fixed issue with percent escaping of '+' character in query strings
2010-12-04 04:13:50 +00:00
taca
0ceb63be9a Update net/ruby-addressable to 2.2.1.
=== Addressable 2.2.1
- added support for application/x-www-form-urlencoded.
2010-09-23 06:45:40 +00:00
taca
f35fab7f0a Importing net/ruby-addressable 2.2.0.
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.
2010-09-11 06:56:00 +00:00