code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 43 forks source link

Fix bug where trailing slash gets stripped off base URI #28

Closed mjsuhonos closed 11 years ago

mjsuhonos commented 11 years ago

Original code mutates @base when Faraday is instantiated. I'm not sure how to write a test for this, so please let me know if you need one to merge.