lawrencewoodman / mida

A Microdata parser/extractor library for Ruby
http://lawrencewoodman.github.io/mida
Other
77 stars 18 forks source link

using Addressable to avoid errors due to umlaut domains #10

Closed iilei closed 10 years ago

iilei commented 10 years ago

This is a fix for the following issue I came across: parsing documents with anchors pointing to umlaut domains (non-ascii characters) caused errors.

You might also want to bump the version. Thank you for your time!

alto commented 10 years ago

+1

lawrencewoodman commented 10 years ago

Thanks I have bumped the version to v0.3.8

iilei commented 10 years ago

thank you!