From de529a17c3dc7864d24d648e44c8c85a60217439 Mon Sep 17 00:00:00 2001 From: Mathias Lafeldt Date: Fri, 7 Feb 2014 11:43:58 +0100 Subject: [PATCH] 1.1.5 --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff01b8d..3f4682c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.1.5 (Feb 7 2014) + +* Fix RuboCop `AmbiguousRegexpLiteral` offenses for test/ directory. +* Update to Chef version 11.10.0. + ## 1.1.4 (Feb 2 2014) * Add RuboCop style and lint checks. diff --git a/metadata.rb b/metadata.rb index fb15545..8db0fab 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.4" +version "1.1.5" recipe "practicingruby::default", "Sets up production-like environment for Practicing Ruby Rails app" supports "ubuntu", ">= 12.04"