Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Feb 7, 2014
1 parent ea74097 commit de529a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.4"
version "1.1.5"
recipe "practicingruby::default", "Sets up production-like environment for Practicing Ruby Rails app"

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

0 comments on commit de529a1

Please sign in to comment.