An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by ruby

A curated list of projects in awesome lists by ruby .

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/rbs

Type Signature for Ruby

ruby type-checking

Last synced: 13 May 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/prism

Prism Ruby parser

Last synced: 23 Apr 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/json

JSON implementation for Ruby

json json-parser ruby

Last synced: 11 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/irb

interactive Ruby

hacktoberfest repl ruby

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!

hacktoberfest ruby

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/lrama

Pure Ruby LALR parser generator

bison parser ruby

Last synced: 15 May 2025

https://github.com/ruby/webrick

HTTP server toolkit

ruby webrick

Last synced: 13 May 2025

https://github.com/ruby/reline

The compatible library with the API of Ruby's stdlib 'readline'

hacktoberfest ruby

Last synced: 29 Apr 2025

https://github.com/ruby/gem_rbs_collection

A collection of RBS for gems.

hacktoberfest rbs ruby typing

Last synced: 15 May 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/drb

Distributed object system for Ruby

ruby

Last synced: 15 May 2025

https://github.com/ruby/power_assert

Power Assert for Ruby

Last synced: 14 May 2025

https://github.com/ruby/csv

CSV Reading and Writing

csv ruby

Last synced: 14 May 2025

https://github.com/ruby/rss

RSS reading and writing

Last synced: 15 May 2025

https://github.com/ruby/vscode-rdbg

VSCode Ruby rdbg Debugger

debugger ruby vscode vscode-extension

Last synced: 07 Apr 2025

https://github.com/ruby/fiddle

A libffi wrapper for Ruby.

fiddle libffi ruby

Last synced: 14 May 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.

ruby

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

ruby

Last synced: 14 May 2025

https://github.com/ruby/rexml

REXML is an XML toolkit for Ruby

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.

ruby

Last synced: 14 May 2025

https://github.com/ruby/erb

An easy to use but powerful templating system for Ruby

ruby

Last synced: 14 May 2025

https://github.com/ruby/bigdecimal

Arbitrary-precision decimal floating-point number library for Ruby

bigdecimal ruby

Last synced: 14 May 2025

https://github.com/ruby/ostruct

OpenStruct implementation

ruby

Last synced: 14 May 2025

https://github.com/ruby/logger

simple logging utility

hacktoberfest logger ruby

Last synced: 14 May 2025

https://github.com/ruby/tk

Tk interface module using tcltklib

ruby tk

Last synced: 15 May 2025

https://github.com/ruby/net-http

Net::HTTP provides a rich library which can be used to build HTTP user-agents.

hacktoberfest ruby

Last synced: 11 Apr 2025

https://github.com/ruby/open3

Open3 gives you access to stdin, stdout, and stderr when running other programs.

ruby

Last synced: 16 May 2025

https://github.com/ruby/uri

URI is a module providing classes to handle Uniform Resource Identifiers

ruby

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.

ruby

Last synced: 13 Apr 2025

https://github.com/ruby/all-ruby

Run various versions of ruby command

Last synced: 06 Apr 2025

https://github.com/ruby/net-imap

Ruby client api for Internet Message Access Protocol

hacktoberfest ruby

Last synced: 14 May 2025

https://github.com/ruby/tracer

Outputs a source level execution trace of a Ruby program.

ruby

Last synced: 13 Apr 2025

https://github.com/ruby/strscan

Provides lexical scanning operations on a String.

ruby strscan

Last synced: 14 May 2025

https://github.com/ruby/docker-images

Ruby Docker Images

docker ruby ubuntu

Last synced: 05 Apr 2025

https://github.com/ruby/pstore

PStore implements a file based persistence mechanism based on a Hash.

ruby

Last synced: 15 May 2025

https://github.com/ruby/ipaddr

A class to manipulate an IP address

ruby

Last synced: 14 May 2025

https://github.com/ruby/matrix

An implementation of Matrix and Vector classes

hacktoberfest ruby

Last synced: 12 Apr 2025

https://github.com/ruby/fileutils

Several file utility methods for copying, moving, removing, etc.

fileutils ruby

Last synced: 14 May 2025

https://github.com/ruby/ruby2_keywords

Shim library for Module#ruby2_keywords

ruby

Last synced: 04 Apr 2025

https://github.com/ruby/shell

Shell implements an idiomatic Ruby interface for common UNIX shell commands

ruby

Last synced: 04 Apr 2025

https://github.com/ruby/mspec

RSpec-like test runner for the Ruby Spec Suite

mspec ruby

Last synced: 05 Apr 2025

https://github.com/ruby/net-telnet

Provides telnet client functionality.

hacktoberfest ruby telnet

Last synced: 04 Apr 2025

https://github.com/ruby/io-console

add console capabilities to IO instance

ruby

Last synced: 15 May 2025

https://github.com/ruby/securerandom

Interface for secure random number generator

ruby

Last synced: 15 May 2025

https://github.com/ruby/optparse

OptionParser is a class for command-line option analysis.

hacktoberfest ruby

Last synced: 14 Apr 2025

https://github.com/ruby/iconv

iconv wrapper

c hacktoberfest iconv ruby

Last synced: 05 Apr 2025

https://github.com/ruby/open-uri

OpenURI is an easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.

hacktoberfest ruby

Last synced: 15 May 2025

https://github.com/ruby/zlib

Ruby interface for the zlib compression/decompression library

ruby zlib

Last synced: 15 May 2025

https://github.com/ruby/digest

Provides a framework for message digest libraries.

ruby

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.

hacktoberfest ruby

Last synced: 15 May 2025

https://github.com/ruby/docs.ruby-lang.org

Source of the docs.ruby-lang.org site

ruby

Last synced: 07 Apr 2025

https://github.com/ruby/forwardable

Provides delegation of specified methods to a designated object

ruby

Last synced: 04 Apr 2025

https://github.com/ruby/chkbuild

Continuous Integration tool, mainly for Ruby

ruby

Last synced: 08 May 2025

https://github.com/ruby/resolv

A thread-aware DNS resolver library written in Ruby

dns ruby

Last synced: 15 May 2025

https://github.com/ruby/stringio

Pseudo `IO` class from/to `String`.

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

ruby

Last synced: 15 May 2025

https://github.com/ruby/prime

Prime numbers and factorization library.

ruby

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/gserver

GServer implements a generic server

Last synced: 05 Feb 2025

https://github.com/ruby/un

Utilities to replace common UNIX commands

ruby

Last synced: 05 Apr 2025

https://github.com/ruby/net-ftp

This class implements the File Transfer Protocol.

hacktoberfest ruby

Last synced: 15 May 2025

https://github.com/ruby/tempfile

A utility class for managing temporary files.

ruby

Last synced: 20 Jun 2025

https://github.com/ruby/rubyci

The Ruby CI for chkbuild

ruby

Last synced: 05 Feb 2025

https://github.com/ruby/etc

Provides access to information typically stored in UNIX /etc directory.

hactoberfest ruby

Last synced: 15 May 2025

https://github.com/ruby/snap.ruby

Ruby snap

ruby snap

Last synced: 05 Feb 2025

https://github.com/ruby/profile

Last synced: 05 Feb 2025

https://github.com/ruby/singleton

The Singleton module implements the Singleton pattern.

ruby

Last synced: 16 May 2025

https://github.com/ruby/yaml

This module provides a Ruby interface for data serialization in YAML format.

ruby

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.

ruby

Last synced: 15 May 2025

https://github.com/ruby/net-protocol

The abstruct interface for net-* client.

hacktoberfest ruby

Last synced: 05 Apr 2025

https://github.com/ruby/play-ruby

Ruby Playground Website

Last synced: 05 Feb 2025

https://github.com/ruby/actions

Last synced: 05 Feb 2025

https://github.com/ruby/base64

Support for encoding and decoding binary data using a Base64 representation

ruby

Last synced: 08 Apr 2025

https://github.com/ruby/pp

Provides a PrettyPrinter for Ruby objects

ruby

Last synced: 16 May 2025

https://github.com/ruby/sdbm

Provides a simple file-based key-value store with String keys and values.

ruby sdbm

Last synced: 07 Apr 2025

https://github.com/ruby/shellwords

Manipulates strings with word parsing rules of UNIX Bourne shell

ruby

Last synced: 16 May 2025

https://github.com/ruby/syck

Syck from stdlib turned in to a gem

c ruby

Last synced: 07 Apr 2025