Package gem-execjs-doc: Information

    Binary package: gem-execjs-doc
    Version: 2.8.1-alt1
    Architecture: noarch
    Build time:  Apr 16, 2024, 02:54 AM
    Source package: gem-execjs
    Report package bug
    License: MIT
    Summary: Run JavaScript code from Ruby documentation files
    Description: 
    Run JavaScript code from Ruby documentation files.
    
    ExecJS lets you run JavaScript code from Ruby. It automatically picks the best
    runtime available to evaluate your JavaScript program, then returns the result
    to you as a Ruby object.
    
    ExecJS supports these runtimes:
    
    * therubyracer - Google V8 embedded within Ruby
    * therubyrhino - Mozilla Rhino embedded within JRuby
    * Duktape.rb - Duktape JavaScript interpret
    * Node.js
    * Apple JavaScriptCore - Included with Mac OS
    * Microsoft Windows Script Host (JScript)
    * Google V8
    * mini_racer - Google V8 embedded within Ruby


    List of contributors:
    Pavel Skrylev
    Andrey Cherepanov

    Last changed


    Jan. 30, 2023 Pavel Skrylev 2.8.1-alt1
    - ^ 2.7.0.1 -> 2.8.1
    Dec. 15, 2020 Pavel Skrylev 2.7.0.1-alt0.1
    - > Ruby Policy 2.0
    - ^ 2.7.0 -> 2.7.0[1]
    - * renamed
    July 11, 2018 Andrey Cherepanov 2.7.0-alt1.1
    - Rebuild with new Ruby autorequirements.