Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.
/ uri-hasparser Public archive

Quick hack to access URI.escape without warnings on ruby 1.8.7 .. 2.0+

License

Notifications You must be signed in to change notification settings

kachick/uri-hasparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uri-hasparser

  • This repository is archived
  • No longer maintained
  • All versions have been yanked from https://rubygems.org/ for releasing valuable namespace for others

Description

Quick hack to access URI.escape without warnings on ruby 1.8.7 .. 2.0+

Features

  • URI.parser
  • URI.parser=

Usage

require 'uri'
require 'uri/hasparser'

URI.parser.escape 'http://example.com'

Requirements

  • Ruby - 1.8.7 or later

License

The MIT X11 License
Copyright (c) 2013 Kenichi Kamiya
See MIT-LICENSE for further details.

About

Quick hack to access URI.escape without warnings on ruby 1.8.7 .. 2.0+

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages