Skip to content

Commit

Permalink
require date which is used in parsing pngout version, fixes toy/image…
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Dec 14, 2017
1 parent 450d923 commit bc529e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

* Require `'date'` which is used in parsing pngout version [toy/image_optim_pack#14](https://github.com/toy/image_optim_pack/issues/14) [@toy](https://github.com/toy)

## v0.26.0 (2017-11-13)

* Enable `jpegrescan` by default after removing its dependency on `File::Slurp` and fixing for windows [#153](https://github.com/toy/image_optim/issues/153) [@toy](https://github.com/toy)
Expand Down
1 change: 1 addition & 0 deletions lib/image_optim/bin_resolver/bin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require 'image_optim/path'
require 'shellwords'
require 'digest/sha1'
require 'date'

class ImageOptim
class BinResolver
Expand Down

0 comments on commit bc529e9

Please sign in to comment.