Releases: zopencommunity/rubyport
ruby (Build 3941) - (STABLE)
Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible.
Test Status: Green (1 tests pass out of 1 tests - 100.00% success rate)
Runtime Dependencies: meta
Build Dependencies: check_clang coreutils curl gawk git grep gzip jq libyaml make openssl pkgconfig sed tar zlib zoslib
Command to download and install on z/OS (if you have curl)
curl -o ruby-3.4.8.20251217_155408.zos.pax.Z -L https://github.com/zopencommunity/rubyport/releases/download/STABLE_rubyport_3941/ruby-3.4.8.20251217_155408.zos.pax.Z && pax -rf ruby-3.4.8.20251217_155408.zos.pax.Z && cd ruby-3.4.8 && . ./.env
Or use:
zopen install ruby
Changes since STABLE_rubyport_3855
Pull Requests
- Update ruby-version to 3.4.8 from 3.4.7 (#3)
Direct Changes
No direct changes in this period.
ruby (Build 3855) - (STABLE)
Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible.
Test Status: Green (1 tests pass out of 1 tests - 100.00% success rate)
Runtime Dependencies: meta
Build Dependencies: check_clang coreutils curl gawk git grep gzip jq libyaml make openssl pkgconfig sed tar zlib zoslib
Command to download and install on z/OS (if you have curl)
curl -o ruby-3.4.7.20251031_140347.zos.pax.Z -L https://github.com/zopencommunity/rubyport/releases/download/STABLE_rubyport_3855/ruby-3.4.7.20251031_140347.zos.pax.Z && pax -rf ruby-3.4.7.20251031_140347.zos.pax.Z && cd ruby-3.4.7 && . ./.env
Or use:
zopen install ruby
Changes since STABLE_rubyport_3848
Pull Requests
- Enable load relative option (#2)
Direct Changes
No direct changes in this period.
ruby (Build 3848) - (STABLE)
Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible.
Test Status: Green (1 tests pass out of 1 tests - 100.00% success rate)
Runtime Dependencies: meta
Build Dependencies: check_clang coreutils curl gawk git grep gzip jq libyaml make openssl pkgconfig sed tar zlib zoslib
Command to download and install on z/OS (if you have curl)
curl -o ruby-3.4.7.20251027_142953.zos.pax.Z -L https://github.com/zopencommunity/rubyport/releases/download/STABLE_rubyport_3848/ruby-3.4.7.20251027_142953.zos.pax.Z && pax -rf ruby-3.4.7.20251027_142953.zos.pax.Z && cd ruby-3.4.7 && . ./.env
Or use:
zopen install ruby
All Changes
Direct Changes
- Add postinstall to tag ruby as binary (65a3727)
- Disable mmap use (5d0a40a)
- Fix warnings (0aa00dd)
- Include libffi, disable vfork use (5241137)
- Implement ipv4 address list (737035c)
- Enable static build for bundled gems (1905d62)
- set stack growth dir (cb2445f)
- disable dladdr from configure (ec6fc72)
- Use v3r1 (f679801)
- Add few more patches (ee63102)
- First patches (231eb59)
- Add zopen-generate files (35bf347)