- This repository is archived
- No longer maintained
- All versions have been yanked from https://rubygems.org/ for releasing valuable namespace for others
Quick hack to access URI.escape without warnings on ruby 1.8.7 .. 2.0+
- URI.parser
- URI.parser=
require 'uri'
require 'uri/hasparser'
URI.parser.escape 'http://example.com'
- Ruby - 1.8.7 or later
The MIT X11 License
Copyright (c) 2013 Kenichi Kamiya
See MIT-LICENSE for further details.