diff --git a/README.md b/README.md index 8c023c9..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.10.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 b52861e..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.10.0') - recipe.files = ['https://github.com/google/jsonnet/archive/v0.10.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