Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Apr 30, 2014
1 parent 2526711 commit d10660b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.2.0 (Apr 30 2014)

* 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 (Feb 21 2014)

* Link to Practicing Ruby article in README.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "Apache 2.0"
description "Sets up environment for Practicing Ruby Rails app"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.1.7"
version "1.2.0"
recipe "practicingruby::default", "Sets up production-like environment for Practicing Ruby Rails app"

supports "ubuntu", ">= 12.04"
Expand Down

0 comments on commit d10660b

Please sign in to comment.