Skip to content

Commit

Permalink
Release 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Jul 11, 2012
1 parent eee725a commit bf84aba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
## 0.2.1 (unreleased)
## 0.2.3 (unreleased)


## 0.2.2 (July 11, 2012)

### Improvements

* Support Ubuntu > 10.04 (libreoffice). ([@fnichol][])
* Add TravisCI to run Foodcritic linter. ([@fnichol][])
* Reorganize README with section links. ([@fnichol][])

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -63,7 +63,7 @@ Or to reference the Git version:

cat >> Cheffile <<END_OF_CHEFFILE
cookbook 'openoffice',
:git => 'git://github.com/fnichol/chef-openoffice.git', :ref => 'v0.2.0'
:git => 'git://github.com/fnichol/chef-openoffice.git', :ref => 'v0.2.2'
END_OF_CHEFFILE
librarian-chef install

Expand All @@ -75,15 +75,15 @@ plugin:

gem install knife-github-cookbooks
cd chef-repo
knife cookbook github install fnichol/chef-openoffice/v0.2.0
knife cookbook github install fnichol/chef-openoffice/v0.2.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-openoffice/tarball/v0.2.0 | tar xfz - && \
curl -Ls https://github.com/fnichol/chef-openoffice/tarball/v0.2.2 | tar xfz - && \
mv fnichol-chef-openoffice-* openoffice

### <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 the OpenOffice productivity suite."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.2.1"
version "0.2.2"

recipe "openoffice", "Default, empty recipe"
recipe "openoffice::headless", "Installs the headless (no X) core of OpenOffice."
Expand Down

0 comments on commit bf84aba

Please sign in to comment.