Skip to content

Commit

Permalink
Release v0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Aug 15, 2012
1 parent 5737547 commit 80e558f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion 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)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -90,7 +90,7 @@ Or to reference the Git version:

cat >> Cheffile <<END_OF_CHEFFILE
cookbook 'homesick',
:git => '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

Expand All @@ -102,15 +102,15 @@ 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

### <a name="installation-tarball"></a> As a Tarball

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

### <a name="installation-gitsubmodule"></a> As a Git Submodule
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 80e558f

Please sign in to comment.