From 0095101b86887cf0bd8cc61a4306c7637e5819d8 Mon Sep 17 00:00:00 2001 From: Arthur Maltson Date: Tue, 29 Nov 2016 06:54:34 -0500 Subject: [PATCH] Bugfix increment for new tools --- Berksfile.lock | 2 +- CHANGELOG.md | 9 +++++++++ attributes/default.rb | 2 ++ metadata.rb | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Berksfile.lock b/Berksfile.lock index 28baf99..e7652e1 100644 --- a/Berksfile.lock +++ b/Berksfile.lock @@ -24,6 +24,6 @@ GRAPH windows (>= 1.2.2) windows (2.1.1) ohai (>= 4.0.0) - workstation (0.3.0) + workstation (0.3.1) dotfiles (>= 0.0.0) homebrew (~> 2.1) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6937f..14daa21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.3.1 - 2016-11-29 +### Added +- Added back casks, they are up to date. But leaving VBox out. + - chefdk + - vagrant +- Added new tools I'll be using. + - ansible + - terraform + ## 0.3.0 - 2016-11-28 ### Changed - Using build in `package` resource in Chef which now defaults to Homebrew. diff --git a/attributes/default.rb b/attributes/default.rb index 5ef92ab..9c73f06 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -48,6 +48,7 @@ anybar atom caffeine + chefdk fantastical firefox fitbit-connect @@ -59,4 +60,5 @@ macvim seil tomighty + vagrant ) diff --git a/metadata.rb b/metadata.rb index 77fcd35..58e210b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'MIT' description 'Installs/Configures an OS X workstation' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.3.0' +version '0.3.1' depends 'homebrew', '~> 2.1' depends 'dotfiles'