From eddf9b1eefec83b4fd9aa628b04619d5ed4c7cd6 Mon Sep 17 00:00:00 2001 From: Satoshi Matsumoto Date: Thu, 22 Aug 2019 12:06:15 +0100 Subject: [PATCH 1/2] Update bundled jsonnet to v0.13.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 8c023c9..d47ea96 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.10.0) as part of +By default this gem will compile and install Jsonnet (v0.13.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 b52861e..43fd525 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.10.0') - recipe.files = ['https://github.com/google/jsonnet/archive/v0.10.0.tar.gz'] + recipe = MiniPortile.new('jsonnet', 'v0.13.0') + recipe.files = ['https://github.com/google/jsonnet/archive/v0.13.0.tar.gz'] class << recipe def compile From 5e43ae3042c85a304699653868e5878a463a8b95 Mon Sep 17 00:00:00 2001 From: Satoshi Matsumoto Date: Wed, 1 Jul 2020 23:56:34 +0900 Subject: [PATCH 2/2] Update bundled jsonnet to v0.16.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 d47ea96..a127311 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.13.0) as part of +By default this gem will compile and install Jsonnet (v0.16.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 43fd525..295dfe8 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.13.0') - recipe.files = ['https://github.com/google/jsonnet/archive/v0.13.0.tar.gz'] + recipe = MiniPortile.new('jsonnet', 'v0.16.0') + recipe.files = ['https://github.com/google/jsonnet/archive/v0.16.0.tar.gz'] class << recipe def compile