From 7af53d22178a6563f638f0316fa841a827092251 Mon Sep 17 00:00:00 2001 From: jamesforsee Date: Wed, 11 May 2022 09:43:42 -0600 Subject: [PATCH] Update default jsonnet version to v0.18.0 --- README.md | 2 +- ext/jsonnet/extconf.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a127311..c11b1d1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or install it yourself as: $ gem install jsonnet ``` -By default this gem will compile and install Jsonnet (v0.16.0) as part of +By default this gem will compile and install Jsonnet (v0.18.0) as part of installation. However you can use the system version of Jsonnet if you prefer. This would be the recommended route if you want to use a different version of Jsonnet or are having problems installing this. diff --git a/ext/jsonnet/extconf.rb b/ext/jsonnet/extconf.rb index c978abc..132c5fc 100644 --- a/ext/jsonnet/extconf.rb +++ b/ext/jsonnet/extconf.rb @@ -13,8 +13,8 @@ def using_system_libraries? require 'mini_portile2' message "Using mini_portile version #{MiniPortile::VERSION}\n" - recipe = MiniPortile.new('jsonnet', 'v0.17.0') - recipe.files = ['https://github.com/google/jsonnet/archive/v0.17.0.tar.gz'] + recipe = MiniPortile.new('jsonnet', 'v0.18.0') + recipe.files = ['https://github.com/google/jsonnet/archive/v0.18.0.tar.gz'] class << recipe def compile