Adds fixity check API (DDR-2570)
Other changes
- Adds hashie to Gemfile b/c explicitly used in ddr-admin
- Sets ActiveJob queue adapter to :test in the test environment by default (instead of async)
- Changes Ddr::FixityCheck::Result to a Struct for ease of JSON serialization.
- Ddr::FixityCheckJob now returns the fixity check result instead of nil