From 154d1cb96b17e7f27e63004870650cc40df2f8c0 Mon Sep 17 00:00:00 2001 From: Mathias Lafeldt Date: Sun, 2 Feb 2014 12:47:36 +0100 Subject: [PATCH] 1.1.4 --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 498fab2..ff01b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.4 (Feb 2 2014) + +* Add RuboCop style and lint checks. +* Add `rake vagrant` as alias for `rake vagrant:provision`. +* Update gems. + ## 1.1.3 (Jan 9 2014) * Add Vagrant Rake tasks. Now `rake vagrant:provision` is all you need to get a diff --git a/metadata.rb b/metadata.rb index 5330dd7..fb15545 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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.3" +version "1.1.4" recipe "practicingruby::default", "Sets up production-like environment for Practicing Ruby Rails app" supports "ubuntu", ">= 12.04"