spider-gazelle/ssh2.cr

sftp.stat(file).mtime is broken/outdated

4ndyfix opened this issue · 1 comments

Hi,
it throws an exception:
lib/ssh2/src/sftp/attributes:63:10
63 | Time.epoch(@stat.mtime.to_i32)
Error: undefined method 'epoch' for Time.class

fixed in 7f78b60
cut a new release with that fix too