Displaying 2 results from an estimated 2 matches for "ruby_api_version".
2018 Oct 01
2
[PATCH nbdkit] plugins: Add scripting language version to --dump-plugin output.
On Lua:
  lua_version=5.3.4
On Perl:
  perl_version=5.28.0
On Python 2:
  python_version=2.7.15
On Python 3:
  python_version=3.7.0
  python_pep_384_abi_version=3
On Ruby 2.5.1p57:
  ruby_api_version=2.5.0
On Tcl:
  tcl_version=8.6
  tcl_patch_level=8.6.8
---
 plugins/lua/lua.c       | 11 +++++++++++
 plugins/perl/perl.c     |  4 ++++
 plugins/python/python.c |  8 ++++++++
 plugins/ruby/ruby.c     | 14 ++++++++++++++
 plugins/tcl/tcl.c       |  8 ++++++++
 5 files changed, 45 insertions(+)
d...
2018 Oct 01
0
Re: [PATCH nbdkit] plugins: Add scripting language version to --dump-plugin output.
...wrote:
> On Lua:
> 
>   lua_version=5.3.4
> 
> On Perl:
> 
>   perl_version=5.28.0
> 
> On Python 2:
> 
>   python_version=2.7.15
> 
> On Python 3:
> 
>   python_version=3.7.0
>   python_pep_384_abi_version=3
> 
> On Ruby 2.5.1p57:
> 
>   ruby_api_version=2.5.0
Should this be ruby_version, to be like the others?
Other than that, LGTM.
-- 
Pino Toscano