1 | 17 | 6 | json | This is a JSON implementation as a Ruby extension in C. |
2 | 60 | 8 | rexml | An XML toolkit for Ruby |
3 | 98 | 100 | msgpack | MessagePack is a binary-based efficient object serialization library. It enables to exc... |
4 | 117 | 80 | webrick | WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se... |
5 | 210 | 66 | net-imap | Ruby client api for Internet Message Access Protocol |
6 | 268 | 21 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
7 | 274 | 102 | net-protocol | The abstract interface for net-* client. |
8 | 322 | 71 | date | A subclass of Object includes Comparable module for handling dates. |
9 | 415 | 185 | matrix | An implementation of Matrix and Vector classes. |
10 | 524 | 117 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
11 | 630 | 24 | logger | Provides a simple logging utility for outputting messages. |
12 | 667 | 97 | drb | Distributed object system for Ruby |
13 | 726 | 366 | strscan | Provides lexical scanning operations on a String. |
14 | 727 | 298 | optparse | OptionParser is a class for command-line option analysis. |
15 | 733 | 1,375 | json_pure | This is a JSON implementation in pure Ruby. |
16 | 799 | 140 | stringio | Pseudo `IO` class from/to `String`. |
17 | 812 | 111 | net-http | HTTP client api for Ruby. |
18 | 819 | 370 | openssl | OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t... |
19 | 821 | 283 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
20 | 822 | 137 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
21 | 832 | 574 | sigdump | Setup signal handler which dumps backtrace of running threads and number of allocated o... |
22 | 852 | 99 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
23 | 860 | 415 | sync | A module that provides a two-phase lock with a counter. |
24 | 998 | 1,284 | e2mmap | Module for defining custom exceptions with specific messages. |
25 | 1,081 | 191 | nkf | Ruby extension for Network Kanji Filter |
26 | 1,087 | 739 | set | Provides a class to deal with collections of unordered, unique values |
27 | 1,249 | 95 | securerandom | Interface for secure random number generator. |
28 | 1,434 | 1,651 | thwait | Watches for termination of multiple threads. |
29 | 1,561 | 1,461 | digest | Provides a framework for message digest libraries. |
30 | 1,639 | 173 | ostruct | Class to build custom data structures, similar to a Hash. |
31 | 1,659 | 2,208 | strptime | a fast strptime/strftime engine which uses VM. |
32 | 1,727 | 1,107 | net-ftp | Support for the File Transfer Protocol. |
33 | 1,771 | 2,098 | iconv | iconv wrapper library |
34 | 1,826 | 1,575 | fileutils | Several file utility methods for copying, moving, removing, etc. |
35 | 1,841 | 1,479 | rss | Family of libraries that support various formats of XML "feeds". |
36 | 1,889 | 2,479 | cool.io | Cool.io provides a high performance event framework for Ruby which uses the libev C lib... |
37 | 2,014 | 772 | forwardable | Provides delegation of specified methods to a designated object. |
38 | 2,091 | 986 | zlib | Ruby interface for the zlib compression/decompression library |
39 | 2,114 | 1,309 | time | Extends the Time class with methods for parsing and conversion. |
40 | 2,386 | 3,220 | english | Require 'English.rb' to reference global variables with less cryptic names. |
41 | 2,622 | 1,779 | erb | An easy to use but powerful templating system for Ruby. |
42 | 2,630 | 2,378 | io-wait | Waits until IO is readable or writable without blocking. |
43 | 2,637 | 2,093 | scanf | scanf is an implementation of the C function scanf(3). |
44 | 2,722 | 1,438 | fiddle | A libffi wrapper for Ruby. |
45 | 2,730 | 190 | pp | Provides a PrettyPrinter for Ruby objects |
46 | 2,805 | 4,525 | did_you_mean | The gem that has been saving people from typos since 2014. |
47 | 2,819 | 1,848 | resolv | Thread-aware DNS resolver library in Ruby. |
48 | 2,966 | 284 | prettyprint | Implements a pretty printing algorithm for readable structure. |
49 | 3,057 | 1,435 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
50 | 3,175 | 1,546 | resolv-replace | Replace Socket DNS with Resolv. |
51 | 3,478 | 6,243 | td-client | Treasure Data API library for Ruby |
52 | 3,555 | 2,310 | syslog | Ruby interface for the POSIX system logging facility. |
53 | 3,658 | 2,380 | tempfile | A utility class for managing temporary files. |
54 | 3,698 | 1,719 | rinda | The Linda distributed computing paradigm in Ruby. |
55 | 3,798 | 3,212 | etc | Provides access to information typically stored in UNIX /etc directory. |
56 | 3,861 | 2,340 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
57 | 4,819 | 11,530 | td | CLI to manage data on Treasure Data, the Hadoop-based cloud data warehousing |
58 | 4,822 | 7,908 | td-logger | Treasure Data logging library |
59 | 4,876 | 2,987 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
60 | 5,098 | 5,931 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
61 | 5,448 | 3,352 | tsort | Topological sorting using Tarjan's algorithm |
62 | 5,830 | 3,522 | pathname | Representation of the name of a file or directory on the filesystem |
63 | 6,206 | 4,891 | fcntl | Loads constants defined in the OS fcntl.h C header file |
64 | 6,305 | 7,159 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
65 | 7,930 | 4,846 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
66 | 8,140 | 4,396 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
67 | 8,185 | 6,342 | un | Utilities to replace common UNIX commands |
68 | 8,413 | 5,730 | find | This module supports top-down traversal of a set of file paths. |
69 | 8,536 | 14,119 | gdbm | Ruby extension for GNU dbm. |
70 | 8,927 | 6,315 | weakref | Allows a referenced object to be garbage-collected. |
71 | 9,472 | 15,544 | perfectqueue | Highly available distributed cron built on RDBMS |
72 | 9,490 | 5,172 | io-nonblock | Enables non-blocking mode with IO class |
73 | 10,599 | 1,805 | win32ole | Provides an interface for OLE Automation in Ruby |
74 | 12,105 | 23,754 | ext_monitor | faster MonitorMixin implementation with C extension which is introduced in Ruby 2.7 |
75 | 13,048 | 6,701 | sdbm | Provides a simple file-based key-value store with String keys and values. |
76 | 14,694 | 51,323 | fluent-plugin-metricsense | MetricSense - application metrics aggregation plugin for Fluentd |
77 | 16,831 | 23,754 | perfectsched | Highly available distributed cron built on RDBMS |
78 | 67,571 | 30,390 | lrama | LALR (1) parser generator written by Ruby |
79 | 73,974 | 51,323 | traceroute53 | A tool to investigate Route53, ELB, EC2 and Security Groups |
80 | 156,678 | 51,323 | gohttp | an http library with go. |
81 | 163,822 | 51,323 | laplace | fast method tracing |