joeyates / imap-backup

Backup and Migrate IMAP Email Accounts
MIT License
1.33k stars 74 forks source link

`uninitialized constant Imap::Backup::VERSION` with 13.3.0 release build #179

Closed chenrui333 closed 8 months ago

chenrui333 commented 9 months ago

👋 While trying to the latest release build, ie 13.3.0, I ran into some test failure as below:

/opt/homebrew/Cellar/imap-backup/13.3.0/libexec/gems/imap-backup-13.3.0/lib/imap/backup/cli.rb:265:in `version': uninitialized constant Imap::Backup::VERSION (NameError)

      Kernel.puts "imap-backup #{Imap::Backup::VERSION}"
                                             ^^^^^^^^^

Commands are:

relates to https://github.com/Homebrew/homebrew-core/pull/149910

joeyates commented 8 months ago

I've release version 13.4.0 to fix this

chenrui333 commented 8 months ago

Thanks @joeyates, gonna try it now.

chenrui333 commented 8 months ago

works for me, thanks for the quick turnaround! 💯