code4lib / ruby-oai

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

Fix can't convert Time to String errors #3

Closed johnf closed 12 years ago

johnf commented 12 years ago

I assume it is something to do with newer versions of rails but the timestamp is passed in as a Time. The current tries to Time.parse it, however parse only accepts a string.

cbeer commented 12 years ago

merged in identify and extra description support, rewritten with tests, as: a8e2c6a83b070c9063749ee9f664fa4fa82dc9af b2713039b85a215a0a8275070f171b379eeccc7d

I believe the other changes have been applied elsewhere, feel free to open a new pull request with any other changes.

Thanks.