Projects in Awesome Lists by ruby
A curated list of projects in awesome lists by ruby .
https://github.com/ruby/ruby
The Ruby Programming Language
c jit language object-oriented programming-language ruby ruby-language rust
Last synced: 12 May 2025
https://github.com/ruby/rake
A make-like build utility for Ruby.
hacktoberfest rake rakefile ruby
Last synced: 12 May 2025
https://ruby.github.io/rake/
A make-like build utility for Ruby.
hacktoberfest rake rakefile ruby
Last synced: 14 Mar 2025
https://github.com/ruby/did_you_mean
The gem that has been saving people from typos since 2014
hacktoberfest ruby spell-check spellcheck spelling spelling-checker spelling-correction typo
Last synced: 14 May 2025
https://github.com/ruby/debug
Debugging functionality for Ruby
debug debugger debugging-tool ruby
Last synced: 07 May 2025
https://github.com/ruby/www.ruby-lang.org
Source of the https://www.ruby-lang.org website.
hacktoberfest heroku html jekyll ruby ruby-lang
Last synced: 14 May 2025
https://github.com/ruby/setup-ruby
An action to download a prebuilt Ruby and add it to the PATH in 5 seconds
actions jruby mri prebuilt-rubies prebuilt-ruby ruby-action truffleruby
Last synced: 11 May 2025
https://github.com/ruby/rdoc
RDoc produces HTML and online documentation for Ruby projects.
documentation-tool hacktoberfest ruby
Last synced: 14 May 2025
https://github.com/ruby/typeprof
An experimental type-level Ruby interpreter for testing and understanding Ruby code
Last synced: 13 May 2025
https://github.com/ruby/ruby.wasm
ruby.wasm is a collection of WebAssembly ports of the CRuby.
emscripten ruby wasi wasm webassembly
Last synced: 15 May 2025
https://github.com/ruby/spec
The Ruby Spec Suite aka ruby/spec
hacktoberfest language-specs mspec ruby rubyspec test-suite
Last synced: 14 May 2025
https://github.com/ruby/psych
A libyaml wrapper for Ruby
c hacktoberfest java libyaml psych ruby yaml-parser
Last synced: 12 May 2025
https://github.com/ruby/racc
Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
lalr-parser-generator parser-generator
Last synced: 13 May 2025
https://github.com/ruby/syntax_suggest
Searching for unexpected `end` syntax errors takes a lot of time. Let this gem do it for you!
Last synced: 14 May 2025
https://github.com/ruby/curses
Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.
c curses pdcurses ruby ruby-bindings
Last synced: 14 May 2025
https://github.com/ruby/reline
The compatible library with the API of Ruby's stdlib 'readline'
Last synced: 29 Apr 2025
https://github.com/ruby/openssl
Provides SSL, TLS and general purpose cryptography.
c hacktoberfest openssl ruby tls
Last synced: 13 May 2025
https://github.com/ruby/tryruby
This 4th iteration of TryRuby is a website where you can learn the Ruby language.
hacktoberfest ruby translation
Last synced: 12 Apr 2025
https://easydatawarehousing.github.io/TryRuby
This 4th iteration of TryRuby is a website where you can learn the Ruby language.
hacktoberfest ruby translation
Last synced: 04 Feb 2025
https://github.com/ruby/TryRuby
This 4th iteration of TryRuby is a website where you can learn the Ruby language.
hacktoberfest ruby translation
Last synced: 24 Nov 2024
https://github.com/ruby/vscode-rdbg
VSCode Ruby rdbg Debugger
debugger ruby vscode vscode-extension
Last synced: 07 Apr 2025
https://github.com/ruby/benchmark
The Benchmark module provides methods for benchmarking Ruby code, giving detailed reports on the time taken for each task.
Last synced: 14 May 2025
https://github.com/ruby/error_highlight
The gem enhances Exception#message by adding a short explanation where the exception is raised
Last synced: 14 May 2025
https://github.com/ruby/timeout
Timeout provides a way to auto-terminate a potentially long-running operation if it hasn't finished in a fixed amount of time.
Last synced: 14 May 2025
https://github.com/ruby/erb
An easy to use but powerful templating system for Ruby
Last synced: 14 May 2025
https://github.com/ruby/bigdecimal
Arbitrary-precision decimal floating-point number library for Ruby
Last synced: 14 May 2025
https://github.com/ruby/net-http
Net::HTTP provides a rich library which can be used to build HTTP user-agents.
Last synced: 11 Apr 2025
https://github.com/ruby/open3
Open3 gives you access to stdin, stdout, and stderr when running other programs.
Last synced: 16 May 2025
https://github.com/ruby/uri
URI is a module providing classes to handle Uniform Resource Identifiers
Last synced: 14 May 2025
https://github.com/ruby/dev-meeting-log
Log archive for monthly Developers Meeting
Last synced: 06 Apr 2025
https://github.com/ruby/date
A subclass of Object includes Comparable module for handling dates.
Last synced: 13 Apr 2025
https://github.com/ruby/net-imap
Ruby client api for Internet Message Access Protocol
Last synced: 14 May 2025
https://github.com/ruby/tracer
Outputs a source level execution trace of a Ruby program.
Last synced: 13 Apr 2025
https://github.com/ruby/strscan
Provides lexical scanning operations on a String.
Last synced: 14 May 2025
https://github.com/ruby/pstore
PStore implements a file based persistence mechanism based on a Hash.
Last synced: 15 May 2025
https://github.com/ruby/matrix
An implementation of Matrix and Vector classes
Last synced: 12 Apr 2025
https://github.com/ruby/fileutils
Several file utility methods for copying, moving, removing, etc.
Last synced: 14 May 2025
https://github.com/ruby/ruby2_keywords
Shim library for Module#ruby2_keywords
Last synced: 04 Apr 2025
https://github.com/ruby/shell
Shell implements an idiomatic Ruby interface for common UNIX shell commands
Last synced: 04 Apr 2025
https://github.com/ruby/mspec
RSpec-like test runner for the Ruby Spec Suite
Last synced: 05 Apr 2025
https://github.com/ruby/securerandom
Interface for secure random number generator
Last synced: 15 May 2025
https://github.com/ruby/optparse
OptionParser is a class for command-line option analysis.
Last synced: 14 Apr 2025
https://github.com/ruby/open-uri
OpenURI is an easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
Last synced: 15 May 2025
https://github.com/ruby/zlib
Ruby interface for the zlib compression/decompression library
Last synced: 15 May 2025
https://github.com/ruby/digest
Provides a framework for message digest libraries.
Last synced: 14 Apr 2025
https://github.com/ruby/net-smtp
This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.
Last synced: 15 May 2025
https://github.com/ruby/docs.ruby-lang.org
Source of the docs.ruby-lang.org site
Last synced: 07 Apr 2025
https://github.com/ruby/forwardable
Provides delegation of specified methods to a designated object
Last synced: 04 Apr 2025
https://github.com/ruby/chkbuild
Continuous Integration tool, mainly for Ruby
Last synced: 08 May 2025
https://github.com/ruby/resolv
A thread-aware DNS resolver library written in Ruby
Last synced: 15 May 2025
https://github.com/ruby/xmlrpc
The Ruby standard library package 'xmlrpc'
remote-procedures ruby xmlrpc xmlrpc-server
Last synced: 15 May 2025
https://github.com/ruby/cgi
CGI is a large class, providing several categories of methods, many of which are mixed in from other modules.
Last synced: 15 May 2025
https://github.com/ruby/mutex_m
Mixin to extend objects to be handled like a Mutex
Last synced: 15 May 2025
https://github.com/ruby/observer
The Observer pattern provides a simple mechanism for one object to inform a set of interested third-party objects when its state changes.
Last synced: 05 Apr 2025
https://github.com/ruby/ruby-builder
A repository building Ruby/JRuby/TruffleRuby releases to be used in GitHub Actions
Last synced: 05 Feb 2025
https://github.com/ruby/net-ftp
This class implements the File Transfer Protocol.
Last synced: 15 May 2025
https://github.com/ruby/tempfile
A utility class for managing temporary files.
Last synced: 20 Jun 2025
https://github.com/ruby/etc
Provides access to information typically stored in UNIX /etc directory.
Last synced: 15 May 2025
https://github.com/ruby/singleton
The Singleton module implements the Singleton pattern.
Last synced: 16 May 2025
https://github.com/ruby/yaml
This module provides a Ruby interface for data serialization in YAML format.
Last synced: 08 Apr 2025
https://github.com/ruby/pathname
Pathname represents the name of a file or directory on the filesystem, but not the file itself.
Last synced: 15 May 2025
https://github.com/ruby/net-protocol
The abstruct interface for net-* client.
Last synced: 05 Apr 2025
https://github.com/ruby/base64
Support for encoding and decoding binary data using a Base64 representation
Last synced: 08 Apr 2025
https://github.com/ruby/sdbm
Provides a simple file-based key-value store with String keys and values.
Last synced: 07 Apr 2025
https://github.com/ruby/shellwords
Manipulates strings with word parsing rules of UNIX Bourne shell
Last synced: 16 May 2025