From 090653f13c2642942fbc9dbc0e63f1d3b68dd7f3 Mon Sep 17 00:00:00 2001 From: Vincent Durand Date: Wed, 26 Jun 2019 19:06:32 +0200 Subject: [PATCH] Bump to v1.0.2 --- README.md | 2 +- metadata.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'