prodis / correios-cep

Find Brazilian addresses by zipcode, directly from Correios database. No HTML parsers.
Apache License 2.0
168 stars 33 forks source link

Replace Nokogiri by Ox. #3

Closed prodis closed 9 years ago

prodis commented 9 years ago

Nokogiri is "too much" for what we parse in this gem. Ox is faster and does not have library dependency. https://rubygems.org/gems/ox

prodis commented 9 years ago

Solved in #9.