v0.0.1
What's Changed
- Rename
stimpack
topacks-rails
by @alexevanczuk in #51
Full Changelog: v0.8.3...v0.0.1
Upgrade Guide from stimpack
To upgrade from stimpack
to packs-rails
, please do the following:
- Replace
stimpack
withpacks-rails
in yourGemfile
(or.gemspec
if using within a gem) andbundle install
- Change
require 'stimpack'
torequire 'packs-rails'
- If you are using a custom root or would like to use multiple roots, please configure
packs
- If you are using
Stimpack::Packs.all
, replace it withPacks.all
.