| 1 | 12 | 9 | json | A JSON implementation as a JRuby extension. |
| 2 | 47 | 25 | rexml | An XML toolkit for Ruby |
| 3 | 95 | 117 | msgpack | MessagePack is a binary-based efficient object serialization library. It enables to exc... |
| 4 | 110 | 82 | webrick | WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se... |
| 5 | 130 | 4 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
| 6 | 164 | 74 | net-imap | Ruby client api for Internet Message Access Protocol |
| 7 | 197 | 16 | logger | Provides a simple logging utility for outputting messages. |
| 8 | 212 | 103 | net-protocol | The abstract interface for net-* client. |
| 9 | 222 | 65 | date | The official date library for Ruby. |
| 10 | 278 | 56 | drb | Distributed object system for Ruby |
| 11 | 296 | 99 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
| 12 | 328 | 192 | matrix | An implementation of Matrix and Vector classes. |
| 13 | 335 | 104 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
| 14 | 350 | 49 | securerandom | Interface for secure random number generator. |
| 15 | 357 | 105 | stringio | Pseudo `IO` class from/to `String`. |
| 16 | 402 | 128 | net-http | HTTP client api for Ruby. |
| 17 | 416 | 115 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
| 18 | 517 | 273 | optparse | OptionParser is a class for command-line option analysis. It is much more
advanced, ye... |
| 19 | 555 | 174 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
| 20 | 577 | 342 | strscan | Provides lexical scanning operations on a String. |
| 21 | 699 | 241 | nkf | Ruby extension for Network Kanji Filter |
| 22 | 702 | 143 | ostruct | Class to build custom data structures, similar to a Hash. |
| 23 | 743 | 293 | openssl | OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t... |
| 24 | 755 | 1,840 | json_pure | This is a JSON implementation in pure Ruby. |
| 25 | 782 | 146 | pp | Provides a PrettyPrinter for Ruby objects |
| 26 | 821 | 639 | sigdump | Setup signal handler which dumps backtrace of running threads and number of allocated o... |
| 27 | 835 | 1,153 | sync | A module that provides a two-phase lock with a counter. |
| 28 | 897 | 157 | prettyprint | Implements a pretty printing algorithm for readable structure. |
| 29 | 1,008 | 1,412 | e2mmap | Module for defining custom exceptions with specific messages. |
| 30 | 1,034 | 134 | erb | An easy to use but powerful templating system for Ruby. |
| 31 | 1,040 | 786 | set | Provides a class to deal with collections of unordered, unique values |
| 32 | 1,503 | 1,660 | thwait | Watches for termination of multiple threads. |
| 33 | 1,540 | 1,366 | digest | Provides a framework for message digest libraries. |
| 34 | 1,615 | 1,038 | net-ftp | Support for the File Transfer Protocol. |
| 35 | 1,728 | 1,404 | forwardable | Provides delegation of specified methods to a designated object. |
| 36 | 1,733 | 2,345 | strptime | a fast strptime/strftime engine which uses VM. |
| 37 | 1,821 | 1,274 | fileutils | Several file utility methods for copying, moving, removing, etc. |
| 38 | 1,863 | 1,283 | rss | Family of libraries that support various formats of XML "feeds". |
| 39 | 1,865 | 2,138 | iconv | iconv wrapper library |
| 40 | 1,876 | 1,115 | zlib | Ruby interface for the zlib compression/decompression library |
| 41 | 1,898 | 662 | time | Extends the Time class with methods for parsing and conversion. |
| 42 | 2,011 | 2,456 | cool.io | Cool.io provides a high performance event framework for Ruby which uses the libev C lib... |
| 43 | 2,033 | 654 | fiddle | A libffi wrapper for Ruby. |
| 44 | 2,072 | 194 | tsort | Topological sorting using Tarjan's algorithm |
| 45 | 2,229 | 538 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
| 46 | 2,491 | 1,528 | resolv | Thread-aware DNS resolver library in Ruby. |
| 47 | 2,495 | 1,739 | io-wait | Waits until IO is readable or writable without blocking. |
| 48 | 2,520 | 2,079 | scanf | scanf is an implementation of the C function scanf(3). |
| 49 | 2,537 | 3,041 | english | Require 'English.rb' to reference global variables with less cryptic names. |
| 50 | 2,745 | 1,481 | syslog | Ruby interface for the POSIX system logging facility. |
| 51 | 2,749 | 2,075 | resolv-replace | Replace Socket DNS with Resolv. |
| 52 | 2,971 | 4,475 | did_you_mean | The gem that has been saving people from typos since 2014. |
| 53 | 3,237 | 2,861 | rinda | The Linda distributed computing paradigm in Ruby. |
| 54 | 3,323 | 1,965 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
| 55 | 3,340 | 2,114 | tempfile | A utility class for managing temporary files. |
| 56 | 3,638 | 5,888 | td-client | Treasure Data API library for Ruby |
| 57 | 3,800 | 3,781 | etc | Provides access to information typically stored in UNIX /etc directory. |
| 58 | 4,342 | 2,940 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
| 59 | 5,005 | 7,081 | td-logger | Treasure Data logging library |
| 60 | 5,043 | 5,216 | td | CLI to manage data on Treasure Data, the Hadoop-based cloud data warehousing |
| 61 | 5,284 | 5,496 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
| 62 | 5,404 | 4,376 | pathname | Representation of the name of a file or directory on the filesystem |
| 63 | 5,439 | 3,261 | win32ole | Provides an interface for OLE Automation in Ruby |
| 64 | 6,011 | 4,675 | fcntl | Loads constants defined in the OS fcntl.h C header file |
| 65 | 6,495 | 9,197 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
| 66 | 6,688 | 5,112 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
| 67 | 7,112 | 5,612 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
| 68 | 7,682 | 5,581 | find | This module supports top-down traversal of a set of file paths. |
| 69 | 7,706 | 4,906 | weakref | Allows a referenced object to be garbage-collected. |
| 70 | 7,749 | 7,157 | un | Utilities to replace common UNIX commands |
| 71 | 8,364 | 5,856 | io-nonblock | Enables non-blocking mode with IO class |
| 72 | 8,904 | 9,649 | gdbm | Ruby extension for GNU dbm. |
| 73 | 9,909 | 12,129 | perfectqueue | Highly available distributed cron built on RDBMS |
| 74 | 10,943 | 4,627 | sdbm | Provides a simple file-based key-value store with String keys and values. |
| 75 | 12,894 | 65,953 | ext_monitor | faster MonitorMixin implementation with C extension which is introduced in Ruby 2.7 |
| 76 | 15,085 | 15,570 | fluent-plugin-metricsense | MetricSense - application metrics aggregation plugin for Fluentd |
| 77 | 17,348 | 13,348 | perfectsched | Highly available distributed cron built on RDBMS |
| 78 | 54,181 | 14,126 | lrama | LALR (1) parser generator written by Ruby |
| 79 | 69,049 | 21,146 | traceroute53 | A tool to investigate Route53, ELB, EC2 and Security Groups |
| 80 | 154,849 | 76,767 | gohttp | an http library with go. |
| 81 | 163,261 | 92,554 | laplace | fast method tracing |