gravityblast / musix_match

API wrapper for musixmatch.com API's
Other
33 stars 7 forks source link

fix URI.escape error when not defined #3

Open lporras opened 8 months ago

lporras commented 8 months ago

URI.escape method was removed from URI class, now we have to use URI::Parser.

This should fix this issue #2