Skip to content

Releases: elm-city-craftworks/practicing-ruby-cookbook

1.3.1

11 Jun 12:06
Compare
Choose a tag to compare
  • Update to Chef version 11.12.8.
  • Update gems, incl. berkshelf and rubocop.

1.3.0

09 May 10:27
Compare
Choose a tag to compare
  • Update to Ruby version 2.1.
  • Remove ruby-switch as it is no longer required and isn't available in Ubuntu
    14.04 LTS anyway.
  • Actually run apt-get update if required. Fixes the 1.2.0 fix.
  • Show build status as SVG in README.
  • Tweak PostgreSQL integration test.

1.2.0

30 Apr 09:23
Compare
Choose a tag to compare
  • 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

21 Feb 10:31
Compare
Choose a tag to compare
  • Link to Practicing Ruby article in README.
  • Update to Chef version 11.10.4.

1.1.6

13 Feb 16:03
Compare
Choose a tag to compare
  • Only install PostgreSQL server if database is local.
  • Update gems (berkshelf and test-kitchen).
  • Consistent quoting in Rakefile.

1.1.5

07 Feb 10:45
Compare
Choose a tag to compare
  • Fix RuboCop AmbiguousRegexpLiteral offenses for test/ directory.
  • Update to Chef version 11.10.0.

1.1.4

02 Feb 11:49
Compare
Choose a tag to compare
  • Add RuboCop style and lint checks.
  • Add rake vagrant as alias for rake vagrant:provision.
  • Update gems.

1.1.3

09 Jan 11:38
Compare
Choose a tag to compare
  • 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

30 Dec 16:00
Compare
Choose a tag to compare
  • 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.

1.1.1

29 Dec 12:39
Compare
Choose a tag to compare
  • Add newline to god config file.
  • Tweak SSL file permissions.
  • Minor documentation improvements.