From 2ff99ca4475447ae4df64f70873d878c75787412 Mon Sep 17 00:00:00 2001 From: Kevin James Date: Fri, 22 Sep 2017 15:40:14 -0700 Subject: [PATCH] chore(release): update changelog --- .pre-commit-config.yaml | 6 +++++- CHANGELOG.md | 5 +++++ README.md | 6 ------ lib/puppet/feature/bundled_environment.rb | 1 - metadata.json | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d71e1d95..f2b8743f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,9 @@ +repos: - repo: git://github.com/pre-commit/pre-commit-hooks - sha: 5bf6c09bfa1297d3692cadd621ef95f1284e33c0 + sha: v0.9.3 hooks: - id: check-case-conflict + - id: check-executables-have-shebangs - id: check-json - id: check-merge-conflict - id: check-symlinks @@ -9,4 +11,6 @@ - id: check-yaml - id: detect-private-key - id: end-of-file-fixer + - id: file-contents-sorter + files: .gitignore - id: trailing-whitespace diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bfd253..ccee5ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.7.0 +- feature: allow usage within non-brew and bundler environments +- feature: support ruby 1.8.3 installations +- meta: more and better linting + ## 1.6.0 - feature: permission management more closely aligns to brew install - bugfix: ensure providers load regardless of configured puppet load order diff --git a/README.md b/README.md index 6fb47880..6e9293fb 100644 --- a/README.md +++ b/README.md @@ -145,9 +145,3 @@ to provide brewcask integration. Credit for logic involved in tapping repositories goes to [gildas](https://github.com/gildas/puppet-homebrew). - -## Contributers - -- Chris Edester -- Jordi Garcia -- Kevin James diff --git a/lib/puppet/feature/bundled_environment.rb b/lib/puppet/feature/bundled_environment.rb index 2d282885..100d3aef 100644 --- a/lib/puppet/feature/bundled_environment.rb +++ b/lib/puppet/feature/bundled_environment.rb @@ -3,4 +3,3 @@ Puppet.features.add(:bundled_environment) do !!(defined?(Bundler) && Bundler.respond_to?(:with_clean_env)) end - diff --git a/metadata.json b/metadata.json index ca7040b1..d8b0a232 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "thekevjames-homebrew", - "version": "1.6.0", + "version": "1.7.0", "author": "thekevjames", "summary": "Homebrew (+brewcask! +taps!) package installer and provider", "license": "Apache-2.0",