Releases: elm-city-craftworks/practicing-ruby-cookbook
Releases · elm-city-craftworks/practicing-ruby-cookbook
1.3.1
1.3.0
1.2.0
- Ensure that the Debian package index is updated when using the latest Ubuntu
12.04 Vagrant box from Canonical. Thanks to @cheeyeo for reporting. - Fix integration test to actually check if Pygments gets installed. Thanks to
@juanje. - Update to Chef version 11.12.2.
- Update gems, incl. berkshelf, rubocop, and test-kitchen.
- Pin mailcatcher cookbook to latest version to prevent further issues.
- Remove deprecated
Vagrant.require_plugin
from Vagrantfile. - Add test/ folder to chefignore.
- Add dedicated apt recipe.
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
- Add Vagrant Rake tasks. Now
rake vagrant:provision
is all you need to get a
running and up-to-date Vagrant machine. - Allow to use environment variable VAGRANT_NO_PLUGINS
to disable all Vagrant plugins.
1.1.2
- Install Ruby 2.0 using Ubuntu PPA packages. Compared to compiling Ruby from
source with ruby-build, this change speeds up provisioning of the Vagrant
machine by an order of magnitude. - Configure RubyGems to not install gem documentation. This speeds up
installation of gems, especially when running Capistrano. - Allow to configure Chef output format via environment variable
CHEF_FORMAT.