diff --git a/CHANGELOG.md b/CHANGELOG.md index 761614c..a29a97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## 0.3.1 (unreleased) +## 0.3.3 (unreleased) + + +## 0.3.2 (August 15, 2012) + +### Bug fixes + +* Fix home_dir Pathname coersion to String in Ruby 1.9.x. ([@fnichol][]) ## 0.3.0 (August 15, 2012) diff --git a/README.md b/README.md index f2ad201..7d0f2c9 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Or to reference the Git version: cat >> Cheffile < 'git://github.com/fnichol/chef-homesick.git', :ref => 'v0.3.0' + :git => 'git://github.com/fnichol/chef-homesick.git', :ref => 'v0.3.2' END_OF_CHEFFILE librarian-chef install @@ -102,7 +102,7 @@ plugin: gem install knife-github-cookbooks cd chef-repo - knife cookbook github install fnichol/chef-homesick/v0.3.0 + knife cookbook github install fnichol/chef-homesick/v0.3.2 ### As a Tarball @@ -110,7 +110,7 @@ If the cookbook needs to downloaded temporarily just to be uploaded to a Chef Server or Opscode Hosted Chef, then a tarball installation might fit the bill: cd chef-repo/cookbooks - curl -Ls https://github.com/fnichol/chef-homesick/tarball/v0.3.0 | tar xfz - && \ + curl -Ls https://github.com/fnichol/chef-homesick/tarball/v0.3.2 | tar xfz - && \ mv fnichol-chef-homesick-* homesick ### As a Git Submodule diff --git a/metadata.rb b/metadata.rb index 373a1b6..a249afa 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ license "Apache 2.0" description "Installs/Configures homesick" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.3.1" +version "0.3.2" supports "ubuntu" supports "debian"