An Interpreted Object-Oriented Scripting Language
https://www.ruby-lang.org/
Ruby is an interpreted scripting language for object-oriented programming. It
has many features for processing text files and performing system management
tasks (as in Perl). It is extensible.
* Ruby features:
- Simple Syntax
- *Normal* Object-Oriented features (class, method calls, for
example)
- *Advanced* Object-Oriented features(Mix-in, Singleton-method, for
example)
- Operator Overloading
- Exception Handling
- Iterators and Closures
- Garbage Collection
- Dynamic Loading of Object Files (on some architectures)
- Developed at devel:languages:ruby
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:LegacyX86/ruby3.3 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000056 56 Bytes | |
_service | 0000000211 211 Bytes | |
ruby-3.3.4.tar.xz | 0016366580 15.6 MB | |
ruby3.3-default.macros | 0000000186 186 Bytes | |
ruby3.3-rpmlintrc | 0000000568 568 Bytes | |
ruby3.3.changes | 0000021228 20.7 KB | |
ruby3.3.macros | 0000000585 585 Bytes | |
ruby3.3.spec | 0000016027 15.7 KB | |
series | 0000000014 14 Bytes | |
use-pie.patch | 0000000584 584 Bytes | |
vendor.tar.xz | 0003305484 3.15 MB |
Revision 7 (latest revision is 9)
Ana Guerrero (anag+factory)
accepted
request 1186347
from
Marcus Rueckert (darix)
(revision 7)
- Update to 3.3.4 This release fixes a regression in Ruby 3.3.3 that dependencies are missing in the gemspec of some bundled gems: net-pop, net-ftp, net-imap, and prime [Bug #20581]. The fix allows Bundler to successfully install those gems on platforms like Heroku. If your bundle install runs correctly now, you may not have this issue. https://github.com/ruby/ruby/releases/tag/v3_3_4
Comments 0