public
Description: A ruby C (and java for jruby) extension to increase efficiency of url escaping
Homepage: http://github.com/bougyman/url_escape
Clone URL: git://github.com/bougyman/url_escape.git
treydempsey (author)
Wed Jul 01 09:37:21 -0700 2009
commit  b2ed0077c8fa98642f61b03c7916b374f692c9a6
tree    85928ef256a5df2d486ccbc07d4b1fc952d3aa0b
parent  df8b15c33b48aa9e5aabf993c5b54a6b4674b516
name age message
file .gitignore Wed Jun 24 12:54:59 -0700 2009 ignore gemspec [Jayson Vaughn]
file AUTHORS Wed Jun 24 12:37:33 -0700 2009 updated changelog/authors for release [TJ Vanderpoel]
file CHANGELOG Wed Jun 24 12:54:32 -0700 2009 Made jruby URLEscape a module instead of a class [Jayson Vaughn]
file LICENSE Wed Jun 24 11:07:53 -0700 2009 added copyright to the .rb files, and a LICENSE [TJ Vanderpoel]
file MANIFEST Wed Jun 24 12:54:32 -0700 2009 Made jruby URLEscape a module instead of a class [Jayson Vaughn]
file README Sun Jun 21 19:50:19 -0700 2009 added description [bougyman]
file RELEASE Wed Jun 24 13:44:59 -0700 2009 Corrected typo in RELEASE file [Jayson Vaughn]
file RELEASE.md Wed Jun 24 17:50:01 -0700 2009 added blog post text as RELEASE.md [TJ Vanderpoel]
file Rakefile Wed Jun 24 12:37:33 -0700 2009 updated changelog/authors for release [TJ Vanderpoel]
directory doc/ Wed Jun 24 11:07:53 -0700 2009 added copyright to the .rb files, and a LICENSE [TJ Vanderpoel]
directory ext/ Tue Jun 30 21:08:54 -0700 2009 * Updated ruby code to be more space efficient ... [treydempsey]
directory java/ Tue Jun 30 21:46:10 -0700 2009 Tested with jruby [treydempsey]
directory lib/ Wed Jun 24 12:54:32 -0700 2009 Made jruby URLEscape a module instead of a class [Jayson Vaughn]
directory spec/ Wed Jul 01 09:37:21 -0700 2009 Added build fixes for OS X [treydempsey]
directory tasks/ Wed Jul 01 09:11:52 -0700 2009 Updated build task to work on systems with mult... [treydempsey]
README
== Synopsis
A C extension to ruby enabling fast escape/unescape of
URL Encoded Strings

== Usage

 URLEscape.unescape("a%20string")
 URLEscape.escape("a string")