Torba v1.0.1 Release Notes
Release Date: 2016-09-06 // over 8 years ago-
๐ Bug fixes
- ๐ Fix unpacking tar.gz when running on unpriveleged containers
Previous changes from v1.0.0
-
๐ฅ Breaking changes
- ๐ Rails support has been removed. Use [torba-rails][torba-rails] instead.
torba/verify
no longer checks, whether it is executed within Rake task or not. This was a workaround for Rails support, which is no longer a goal of this gem.torba/verify
no longer checksTORBA_DONT_VERIFY
env variable. Same as above.
โฌ๏ธ Upgrading notes
โก๏ธ If you are a non-Rails user, this should be a non-breaking update. In rare cases, when you depend on old behaviour of
torba/verify
, please, add the conditionals to your application code.๐ Rails users should:
๐ 1. Replace
gem "torba"
withgem "torba-rails"
in the Gemfile. ๐ 2. Removerequire "torba/verify"
fromboot.rb
. ๐ 3. Removerequire "torba/rails"
fromapplication.rb
.- Unset obsolete
TORBA_DONT_VERIFY
env variable if present.
โจ Enhancements
- Rake task accepts a block to be executed before packing process
๐ [torba-rails]: https://github.com/torba-rb/torba-rails