Torba v1.0.1 Release Notes
Release Date: 2016-09-06 // over 6 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