Skip to content

Commit

Permalink
Fix error: uninitialized constant EXIFR::JPEG, close #150
Browse files Browse the repository at this point in the history
  • Loading branch information
abemedia authored and toy committed Jul 6, 2017
1 parent 743f77d commit 74e2026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## unreleased

* Fix error `uninitialized constant EXIFR::JPEG` (breaking change in [exifr v1.3.0](https://github.com/remvee/exifr/commit/e073a22d06c39f2c1c0e77f5b5fe71545b25e967)) [#150](https://github.com/toy/image_optim/pull/150) [@abemedia](https://github.com/abemedia)
* Add option to `pngquant` worker to limit maximum number of colors to use [#144](https://github.com/toy/image_optim/issues/144) [@toy](https://github.com/toy)

## v0.24.3 (2017-05-04)
Expand Down
2 changes: 1 addition & 1 deletion lib/image_optim/worker/jhead.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'image_optim/worker'
require 'exifr'
require 'exifr/jpeg'

class ImageOptim
class Worker
Expand Down

0 comments on commit 74e2026

Please sign in to comment.