WeTransfer / format_parser

file metadata parsing, done cheap
https://rubygems.org/gems/format_parser
Other
62 stars 18 forks source link

Fix EXIF compatibility with ActiveSupport #148

Closed julik closed 4 years ago

julik commented 4 years ago

We had a wrong implementation of respond_to_missing? on our EXIFStack object, which made as_json and to_json crash in exciting ways.

Fix this by