From 7d543d41f0433bd3b250e5389bfb0f80a109f05e Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Wed, 8 Jul 2015 16:54:58 +0930 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd1e0a9..c7748a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ### Bug Fixes -* Add matchers for rbenv_gem and rbenv_ruby [#92](https://github.com/fnichol/chef-rbenv/pull/92) [#91](https://github.com/fnichol/chef-rbenv/issues/91) [#79](https://github.com/fnichol/chef-rbenv/issues/79) ([@tduffield][]) and many others -* "Option name must be a kind of String!" when installing gems [#107](https://github.com/fnichol/chef-rbenv/issues/107) -* Use full class name for rbenv_rehash resource [#101](https://github.com/fnichol/chef-rbenv/issues/101) -* fix undefined method `timeout' for LWRP resource rbenv_gem ([@nathantsoi][] and others) -* Chef 12.3.0 - undefined method `clear_sources' for Chef::Resource::RbenvGem [#110](https://github.com/fnichol/chef-rbenv/issues/110) ([@tatat][]) and others +* [#91](https://github.com/fnichol/chef-rbenv/issues/91) [#79](https://github.com/fnichol/chef-rbenv/issues/79) [#92](https://github.com/fnichol/chef-rbenv/pull/92): Add matchers for rbenv_gem and rbenv_ruby ([@tduffield][] and many others) +* [#107](https://github.com/fnichol/chef-rbenv/issues/107): "Option name must be a kind of String!" when installing gems +* [#101](https://github.com/fnichol/chef-rbenv/issues/101): Use full class name for rbenv_rehash resource +* Fix undefined method `timeout' for LWRP resource rbenv_gem ([@nathantsoi][] and others) +* [#110](https://github.com/fnichol/chef-rbenv/issues/110): Chef 12.3.0 - undefined method `clear_sources' for Chef::Resource::RbenvGem ([@tatat][] and others) ### Improvements * Fork from https://github.com/fnichol/chef-rbenv From 30bcc544af35fe0e495f2a446bee4b49983f3734 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Wed, 8 Jul 2015 17:00:34 +0930 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7748a76..7bce0137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,26 @@ ### Bug Fixes -* [#91](https://github.com/fnichol/chef-rbenv/issues/91) [#79](https://github.com/fnichol/chef-rbenv/issues/79) [#92](https://github.com/fnichol/chef-rbenv/pull/92): Add matchers for rbenv_gem and rbenv_ruby ([@tduffield][] and many others) -* [#107](https://github.com/fnichol/chef-rbenv/issues/107): "Option name must be a kind of String!" when installing gems -* [#101](https://github.com/fnichol/chef-rbenv/issues/101): Use full class name for rbenv_rehash resource -* Fix undefined method `timeout' for LWRP resource rbenv_gem ([@nathantsoi][] and others) -* [#110](https://github.com/fnichol/chef-rbenv/issues/110): Chef 12.3.0 - undefined method `clear_sources' for Chef::Resource::RbenvGem ([@tatat][] and others) + * Issue [#91](https://github.com/fnichol/chef-rbenv/issues/91) [#79](https://github.com/fnichol/chef-rbenv/issues/79) [#92](https://github.com/fnichol/chef-rbenv/pull/92): + Add matchers for rbenv_gem and rbenv_ruby. + ([@tduffield](https://github.com/tduffield) and many others) + + * [#107](https://github.com/fnichol/chef-rbenv/issues/107): + "Option name must be a kind of String!" when installing gems. + + * Issue [#101](https://github.com/fnichol/chef-rbenv/issues/101): + Use full class name for rbenv_rehash resource + + * Fix undefined method `timeout' for LWRP resource rbenv_gem. + ([@nathantsoi](https://github.com/nathantsoi) and others) + + * Issue [#110](https://github.com/fnichol/chef-rbenv/issues/110): + Chef 12.3.0 - undefined method `clear_sources' for Chef::Resource::RbenvGem. + ([@tatat](https://github.com/tatat) and others) ### Improvements -* Fork from https://github.com/fnichol/chef-rbenv + + * Fork from https://github.com/fnichol/chef-rbenv ## 0.7.2 (December 31, 2012) From 4f4d5176b57d70083eed3fa7d6a19c52664002f7 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Wed, 8 Jul 2015 17:01:03 +0930 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bce0137..760f7aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,12 @@ * Issue [#91](https://github.com/fnichol/chef-rbenv/issues/91) [#79](https://github.com/fnichol/chef-rbenv/issues/79) [#92](https://github.com/fnichol/chef-rbenv/pull/92): Add matchers for rbenv_gem and rbenv_ruby. ([@tduffield](https://github.com/tduffield) and many others) - - * [#107](https://github.com/fnichol/chef-rbenv/issues/107): + * Issue [#107](https://github.com/fnichol/chef-rbenv/issues/107): "Option name must be a kind of String!" when installing gems. - * Issue [#101](https://github.com/fnichol/chef-rbenv/issues/101): Use full class name for rbenv_rehash resource - * Fix undefined method `timeout' for LWRP resource rbenv_gem. ([@nathantsoi](https://github.com/nathantsoi) and others) - * Issue [#110](https://github.com/fnichol/chef-rbenv/issues/110): Chef 12.3.0 - undefined method `clear_sources' for Chef::Resource::RbenvGem. ([@tatat](https://github.com/tatat) and others)