summaryrefslogtreecommitdiff
path: root/lang/ruby31-base/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2022-11-26lang/ruby31-base: update to 3.1.3taca1-40/+95
Ruby 3.1.3 Released (2022-11-24) Ruby 3.1.3 has been released. This release includes a security fix. Please check the topics below for details. * CVE-2021-33621: HTTP response splitting in CGI This release also includes a fix for build failure with Xcode 14 and macOS 13 (Ventura). See the related ticket for more details.
2022-02-20lang/ruby31-base: update to 3.1.1taca1-6/+16
From release announce: Ruby 3.1.1 Released Posted by naruse on 18 Feb 2022 Ruby 3.1.1 has been released. This is the first TEENY version release of the stable 3.1 series. See the commit logs <https://github.com/ruby/ruby/compare/v3_1_0...v3_1_1> for details.
2022-01-16lang/ruby31-base: add package version 3.1.0taca1-0/+2552
Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. Features of Ruby are shown below. + Simple Syntax + *Normal* Object-Oriented features (ex. class, method calls) + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method) + Operator Overloading + Exception Handling + Iterators and Closures + Garbage Collection + Dynamic Loading of Object files (on some architecture) + Highly Portable (works on many UNIX machines, and on Windows, Mac, etc.) Ruby 3.1 introduces a number of new features and performance improvements, here are some of them: * Performance: YJIT: New experimental in-process JIT compiler * Development supports - debug gem: A new debugger - error_highlight: Fine-grained error location in backtrace - IRB Autocomplete and Document Display This package is Ruby 3.1 release minimum base package.