From 5866049618108224def947b84003240b64fa8c9f Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Mon, 1 Jan 2018 14:00:44 -0700 Subject: [PATCH] Added version release changes. --- CHANGES.md | 7 +++++++ Gemfile | 2 +- README.md | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b4f4c6f..6291c79 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# v4.0.0 (2018-01-01) + +- Added Gemfile.lock to .gitignore. +- Updated to Apache 2.0 license. +- Updated to Ruby 2.4.3. +- Updated to Ruby 2.5.0. + # v3.1.0 (2017-11-26) - Updated Gemfile.lock file. diff --git a/Gemfile b/Gemfile index 7d2d7bf..21003cb 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source "https://rubygems.org" gem "rake", "~> 12.0" -gem "git-cop", "~> 1.7" +gem "git-cop", "~> 2.0" diff --git a/README.md b/README.md index 4cf75ec..8637e0c 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ the two projects are meant to be used: - **macOS** (this project) - Foundation and framework for building customizated macOS machine setups. -- **[macOS Config](https://github.com/bkuhlmann/mac_os-config)** - The layer on top of this *macOS* - project which defines a custom machine setup and base implementation. The project is meant to be - forked for as many custom machine setups as needed. +- **[macOS Configuration](https://github.com/bkuhlmann/mac_os-config)** - The layer on top of this + *macOS* project which defines a custom machine setup and base implementation. The project is meant + to be forked for as many custom machine setups as needed. @@ -74,7 +74,7 @@ Current Version (stable): git clone https://github.com/bkuhlmann/mac_os.git cd mac_os - git checkout v3.1.0 + git checkout v4.0.0 Master Version (unstable):