samvera / rubydora

Fedora Commons version 3 REST API ruby library
Other
27 stars 17 forks source link

Refactored file content type discernment from add_datastream and modify_... #62

Closed dchandekstark closed 10 years ago

dchandekstark commented 10 years ago

...datastream into private method.

Added better support for Rails uploaded files by calling :content_type on file if available. Added constant for default content type. Removed Ruby 1.8.7 workaround. Added tests! Fixes #61.