drpentode / is-gd-shrinker

A quick Ruby API for is.gd URL shrinker
MIT License
2 stars 1 forks source link

Edited lib/shrinker.rb via GitHub #1

Open shawnwebs opened 13 years ago

shawnwebs commented 13 years ago

Fix url encoding - there may be a better way (there probably is) but the various CGI module encoders just don't work. The url_encode method from the ERB::Util class works like a champ (see the bug report)