| 1 | 12 | 14 | json | A JSON implementation as a JRuby extension. |
| 2 | 46 | 23 | rexml | An XML toolkit for Ruby |
| 3 | 95 | 114 | 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 | 127 | 7 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
| 6 | 163 | 68 | net-imap | Ruby client api for Internet Message Access Protocol |
| 7 | 191 | 18 | logger | Provides a simple logging utility for outputting messages. |
| 8 | 209 | 106 | net-protocol | The abstract interface for net-* client. |
| 9 | 219 | 62 | date | The official date library for Ruby. |
| 10 | 275 | 60 | drb | Distributed object system for Ruby |
| 11 | 294 | 95 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
| 12 | 328 | 199 | matrix | An implementation of Matrix and Vector classes. |
| 13 | 332 | 96 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
| 14 | 339 | 50 | securerandom | Interface for secure random number generator. |
| 15 | 345 | 103 | stringio | Pseudo `IO` class from/to `String`. |
| 16 | 383 | 128 | net-http | HTTP client api for Ruby. |
| 17 | 407 | 112 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
| 18 | 513 | 249 | optparse | OptionParser is a class for command-line option analysis. It is much more
advanced, ye... |
| 19 | 538 | 203 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
| 20 | 569 | 340 | strscan | Provides lexical scanning operations on a String. |
| 21 | 688 | 134 | ostruct | Class to build custom data structures, similar to a Hash. |
| 22 | 696 | 222 | nkf | Ruby extension for Network Kanji Filter |
| 23 | 739 | 300 | openssl | OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t... |
| 24 | 756 | 1,907 | json_pure | This is a JSON implementation in pure Ruby. |
| 25 | 763 | 132 | pp | Provides a PrettyPrinter for Ruby objects |
| 26 | 819 | 802 | sigdump | Setup signal handler which dumps backtrace of running threads and number of allocated o... |
| 27 | 835 | 760 | sync | A module that provides a two-phase lock with a counter. |
| 28 | 877 | 155 | prettyprint | Implements a pretty printing algorithm for readable structure. |
| 29 | 995 | 138 | erb | An easy to use but powerful templating system for Ruby. |
| 30 | 1,010 | 1,281 | e2mmap | Module for defining custom exceptions with specific messages. |
| 31 | 1,039 | 626 | set | Provides a class to deal with collections of unordered, unique values |
| 32 | 1,507 | 1,646 | thwait | Watches for termination of multiple threads. |
| 33 | 1,541 | 1,418 | digest | Provides a framework for message digest libraries. |
| 34 | 1,611 | 865 | net-ftp | Support for the File Transfer Protocol. |
| 35 | 1,726 | 1,200 | forwardable | Provides delegation of specified methods to a designated object. |
| 36 | 1,737 | 2,304 | strptime | a fast strptime/strftime engine which uses VM. |
| 37 | 1,821 | 1,701 | fileutils | Several file utility methods for copying, moving, removing, etc. |
| 38 | 1,860 | 1,422 | rss | Family of libraries that support various formats of XML "feeds". |
| 39 | 1,866 | 2,086 | iconv | iconv wrapper library |
| 40 | 1,870 | 794 | zlib | Ruby interface for the zlib compression/decompression library |
| 41 | 1,888 | 858 | time | Extends the Time class with methods for parsing and conversion. |
| 42 | 1,974 | 184 | tsort | Topological sorting using Tarjan's algorithm |
| 43 | 2,013 | 2,467 | cool.io | Cool.io provides a high performance event framework for Ruby which uses the libev C lib... |
| 44 | 2,015 | 624 | fiddle | A libffi wrapper for Ruby. |
| 45 | 2,194 | 472 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
| 46 | 2,474 | 1,479 | resolv | Thread-aware DNS resolver library in Ruby. |
| 47 | 2,485 | 1,887 | io-wait | Waits until IO is readable or writable without blocking. |
| 48 | 2,512 | 1,914 | scanf | scanf is an implementation of the C function scanf(3). |
| 49 | 2,539 | 3,503 | english | Require 'English.rb' to reference global variables with less cryptic names. |
| 50 | 2,724 | 1,341 | syslog | Ruby interface for the POSIX system logging facility. |
| 51 | 2,738 | 2,315 | resolv-replace | Replace Socket DNS with Resolv. |
| 52 | 2,978 | 4,525 | did_you_mean | The gem that has been saving people from typos since 2014. |
| 53 | 3,233 | 2,611 | rinda | The Linda distributed computing paradigm in Ruby. |
| 54 | 3,312 | 2,131 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
| 55 | 3,326 | 2,270 | tempfile | A utility class for managing temporary files. |
| 56 | 3,649 | 4,746 | td-client | Treasure Data API library for Ruby |
| 57 | 3,794 | 4,205 | etc | Provides access to information typically stored in UNIX /etc directory. |
| 58 | 4,319 | 2,976 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
| 59 | 5,005 | 5,037 | td-logger | Treasure Data logging library |
| 60 | 5,048 | 7,328 | td | CLI to manage data on Treasure Data, the Hadoop-based cloud data warehousing |
| 61 | 5,286 | 5,677 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
| 62 | 5,391 | 3,596 | win32ole | Provides an interface for OLE Automation in Ruby |
| 63 | 5,414 | 4,687 | pathname | Representation of the name of a file or directory on the filesystem |
| 64 | 6,003 | 5,439 | fcntl | Loads constants defined in the OS fcntl.h C header file |
| 65 | 6,506 | 7,498 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
| 66 | 6,681 | 4,764 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
| 67 | 7,108 | 5,353 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
| 68 | 7,653 | 5,387 | find | This module supports top-down traversal of a set of file paths. |
| 69 | 7,672 | 4,979 | weakref | Allows a referenced object to be garbage-collected. |
| 70 | 7,743 | 6,081 | un | Utilities to replace common UNIX commands |
| 71 | 8,341 | 6,195 | io-nonblock | Enables non-blocking mode with IO class |
| 72 | 8,923 | 10,400 | gdbm | Ruby extension for GNU dbm. |
| 73 | 9,913 | 10,878 | perfectqueue | Highly available distributed cron built on RDBMS |
| 74 | 10,906 | 5,301 | sdbm | Provides a simple file-based key-value store with String keys and values. |
| 75 | 12,918 | 35,417 | ext_monitor | faster MonitorMixin implementation with C extension which is introduced in Ruby 2.7 |
| 76 | 15,101 | 16,554 | fluent-plugin-metricsense | MetricSense - application metrics aggregation plugin for Fluentd |
| 77 | 17,343 | 17,138 | perfectsched | Highly available distributed cron built on RDBMS |
| 78 | 52,341 | 19,171 | lrama | LALR (1) parser generator written by Ruby |
| 79 | 68,435 | 23,982 | traceroute53 | A tool to investigate Route53, ELB, EC2 and Security Groups |
| 80 | 154,274 | 55,083 | gohttp | an http library with go. |
| 81 | 163,147 | 55,083 | laplace | fast method tracing |