diff --git a/README.md b/README.md index 57e6656..ad1a967 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Edit `Berksfile` source "https://supermarket.chef.io" - cookbook 'chruby-build', '~> 1.0.1' + cookbook 'chruby-build', '~> 1.0.2' Install the cookbooks you specified in the Berksfile and their dependencies: diff --git a/metadata.rb b/metadata.rb index 1fc9cb7..d2b7b9c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'MIT' description 'Chef cookbook to install chruby and build rubies from source with Google Perftools and LibYAML options.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.0.1' +version '1.0.2' supports 'ubuntu', '>= 12.04' depends 'ark', '>= 4.0.0'