| 1 | 1 | 1 | bundler | Bundler manages an application's dependencies through its entire life, across many mach... |
| 2 | 8 | 4 | rake | Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified i... |
| 3 | 9 | 2 | json | This is a JSON implementation as a Ruby extension in C. |
| 4 | 40 | 28 | rexml | An XML toolkit for Ruby |
| 5 | 58 | 35 | racc | Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby... |
| 6 | 75 | 251 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
| 7 | 93 | 9 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
| 8 | 100 | 6 | bigdecimal | This library provides arbitrary-precision decimal floating-point number class. |
| 9 | 103 | 125 | ruby2_keywords | Shim library for Module#ruby2_keywords |
| 10 | 109 | 117 | webrick | WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se... |
| 11 | 122 | 8 | logger | Provides a simple logging utility for outputting messages. |
| 12 | 137 | 70 | net-imap | Ruby client api for Internet Message Access Protocol |
| 13 | 145 | 79 | timeout | Auto-terminate potentially long-running operations in Ruby. |
| 14 | 152 | 75 | rdoc | RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the ... |
| 15 | 165 | 115 | net-smtp | Simple Mail Transfer Protocol client library for Ruby. |
| 16 | 177 | 74 | date | The official date library for Ruby. |
| 17 | 182 | 85 | net-protocol | The abstract interface for net-* client. |
| 18 | 202 | 246 | kaminari | Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist... |
| 19 | 206 | 50 | drb | Distributed object system for Ruby |
| 20 | 215 | 46 | reline | Alternative GNU Readline or Editline implementation by pure Ruby. |
| 21 | 217 | 45 | uri | URI is a module providing classes to handle Uniform Resource Identifiers |
| 22 | 221 | 155 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
| 23 | 222 | 139 | net-pop | Ruby client library for POP3. |
| 24 | 224 | 81 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
| 25 | 233 | 44 | io-console | add console capabilities to IO instances. |
| 26 | 236 | 100 | benchmark | a performance benchmarking library |
| 27 | 237 | 42 | securerandom | Interface for secure random number generator. |
| 28 | 274 | 120 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
| 29 | 281 | 158 | stringio | Pseudo `IO` class from/to `String`. |
| 30 | 283 | 86 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
| 31 | 287 | 94 | net-http | HTTP client api for Ruby. |
| 32 | 308 | 180 | matrix | An implementation of Matrix and Vector classes. |
| 33 | 344 | 72 | ostruct | Class to build custom data structures, similar to a Hash. |
| 34 | 384 | 89 | pp | Provides a PrettyPrinter for Ruby objects |
| 35 | 443 | 207 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
| 36 | 454 | 252 | optparse | OptionParser is a class for command-line option analysis. It is much more
advanced, ye... |
| 37 | 465 | 101 | prettyprint | Implements a pretty printing algorithm for readable structure. |
| 38 | 475 | 88 | erb | An easy to use but powerful templating system for Ruby. |
| 39 | 484 | 182 | nkf | Ruby extension for Network Kanji Filter |
| 40 | 506 | 292 | strscan | Provides lexical scanning operations on a String. |
| 41 | 563 | 282 | openssl | OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t... |
| 42 | 684 | 381 | power_assert | Power Assert shows each value of variables and method calls in the expression. It is us... |
| 43 | 722 | 128 | cgi | Support for the Common Gateway Interface protocol. |
| 44 | 746 | 108 | rbs | RBS is the language for type signatures for Ruby and standard library definitions. |
| 45 | 783 | 95 | tsort | Topological sorting using Tarjan's algorithm |
| 46 | 801 | 1,732 | json_pure | This is a JSON implementation in pure Ruby. |
| 47 | 833 | 814 | sync | A module that provides a two-phase lock with a counter. |
| 48 | 942 | 782 | gems | Ruby wrapper for the RubyGems.org API |
| 49 | 1,002 | 876 | set | Provides a class to deal with collections of unordered, unique values |
| 50 | 1,021 | 1,131 | e2mmap | Module for defining custom exceptions with specific messages. |
| 51 | 1,150 | 1,945 | net-telnet | Provides telnet client functionality. |
| 52 | 1,270 | 890 | prime | Prime numbers and factorization library. |
| 53 | 1,498 | 546 | observer | Implementation of the Observer object-oriented design pattern. |
| 54 | 1,525 | 1,556 | thwait | Watches for termination of multiple threads. |
| 55 | 1,531 | 279 | pstore | Transactional File Storage for Ruby Objects |
| 56 | 1,547 | 1,478 | digest | Provides a framework for message digest libraries. |
| 57 | 1,548 | 364 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
| 58 | 1,559 | 1,161 | net-ftp | Support for the File Transfer Protocol. |
| 59 | 1,583 | 603 | zlib | Ruby interface for the zlib compression/decompression library |
| 60 | 1,635 | 1,726 | xmlrpc | XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP. |
| 61 | 1,663 | 664 | time | Extends the Time class with methods for parsing and conversion. |
| 62 | 1,672 | 1,147 | forwardable | Provides delegation of specified methods to a designated object. |
| 63 | 1,689 | 4,007 | string-scrub | String#scrub for Ruby 2.0.0 and 1.9.3 |
| 64 | 1,704 | 723 | fiddle | A libffi wrapper for Ruby. |
| 65 | 1,722 | 580 | gserver | GServer implements a generic server |
| 66 | 1,744 | 1,618 | rss | Family of libraries that support various formats of XML "feeds". |
| 67 | 1,750 | 2,156 | ipaddr | IPAddr provides a set of methods to manipulate an IP address.
Both IPv4 and IPv6 are su... |
| 68 | 1,791 | 933 | singleton | The Singleton module implements the Singleton pattern. |
| 69 | 1,807 | 1,541 | fileutils | Several file utility methods for copying, moving, removing, etc. |
| 70 | 1,914 | 2,068 | thread | Includes a thread pool, message passing capabilities, a recursive mutex, promise, futur... |
| 71 | 1,916 | 2,020 | iconv | iconv wrapper library |
| 72 | 1,955 | 617 | yaml | YAML Ain't Markup Language |
| 73 | 2,111 | 2,323 | typeprof | TypeProf performs a type analysis of non-annotated Ruby code.
It abstractly executes i... |
| 74 | 2,135 | 1,276 | syslog | Ruby interface for the POSIX system logging facility. |
| 75 | 2,205 | 1,389 | open3 | Popen, but with stderr, too |
| 76 | 2,234 | 1,166 | resolv | Thread-aware DNS resolver library in Ruby. |
| 77 | 2,323 | 1,672 | resolv-replace | Replace Socket DNS with Resolv. |
| 78 | 2,361 | 1,645 | scanf | scanf is an implementation of the C function scanf(3). |
| 79 | 2,421 | 2,222 | io-wait | Waits until IO is readable or writable without blocking. |
| 80 | 2,601 | 1,972 | getoptlong | GetoptLong for Ruby |
| 81 | 2,641 | 5,006 | english | Require 'English.rb' to reference global variables with less cryptic names. |
| 82 | 2,847 | 659 | readline | This is just a loader for "readline". If Ruby has the "readline-ext" gem
that is a nati... |
| 83 | 3,045 | 2,798 | rinda | The Linda distributed computing paradigm in Ruby. |
| 84 | 3,072 | 2,312 | repl_type_completor | Type based completion for REPL. |
| 85 | 3,089 | 3,617 | did_you_mean | The gem that has been saving people from typos since 2014. |
| 86 | 3,110 | 1,997 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
| 87 | 3,207 | 2,155 | tempfile | A utility class for managing temporary files. |
| 88 | 3,722 | 2,576 | win32ole | Provides an interface for OLE Automation in Ruby |
| 89 | 3,762 | 5,238 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
| 90 | 3,787 | 3,217 | etc | Provides access to information typically stored in UNIX /etc directory. |
| 91 | 3,998 | 5,644 | win32api | The wrapper library for win32 API |
| 92 | 4,064 | 2,722 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
| 93 | 4,535 | 1,916 | rubygems-generate_index | Generates the index files for a gem server directory |
| 94 | 4,857 | 3,071 | error_highlight | The gem enhances Exception#message by adding a short explanation where the exception is... |
| 95 | 5,254 | 3,403 | pathname | Representation of the name of a file or directory on the filesystem |
| 96 | 5,366 | 2,066 | test-unit-ruby-core | Additional test assertions for Ruby standard libraries. |
| 97 | 5,369 | 3,810 | readline-ext | Provides an interface for GNU Readline and Edit Line (libedit). |
| 98 | 5,450 | 3,409 | win32-registry | Provides an interface to the Windows Registry in Ruby |
| 99 | 5,454 | 6,016 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
| 100 | 5,643 | 4,171 | delegate | Provides three abilities to delegate method calls to an object. |
| 101 | 6,182 | 5,644 | fcntl | Loads constants defined in the OS fcntl.h C header file |
| 102 | 6,247 | 3,190 | syntax_suggest | When you get an "unexpected end" in your syntax this gem helps you find it |
| 103 | 6,270 | 3,867 | tracer | A Ruby tracer |
| 104 | 6,457 | 2,829 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
| 105 | 6,777 | 5,322 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
| 106 | 6,843 | 7,959 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
| 107 | 7,256 | 5,705 | weakref | Allows a referenced object to be garbage-collected. |
| 108 | 7,274 | 6,112 | find | This module supports top-down traversal of a set of file paths. |
| 109 | 7,702 | 8,826 | un | Utilities to replace common UNIX commands |
| 110 | 7,732 | 5,876 | minitest-power_assert | Power Assert for Minitest. |
| 111 | 7,830 | 9,251 | ruby | FIX ME |
| 112 | 8,329 | 7,018 | io-nonblock | Enables non-blocking mode with IO class |
| 113 | 8,756 | 6,112 | logger-application | Add logging support to your application. |
| 114 | 9,444 | 13,837 | gdbm | Ruby extension for GNU dbm. |
| 115 | 9,733 | 12,747 | mathn | Deprecated library that extends math operations. |
| 116 | 10,533 | 4,697 | sdbm | Provides a simple file-based key-value store with String keys and values. |
| 117 | 10,652 | 11,497 | yao | YAO is a Yet Another OpenStack API Wrapper that rocks!! |
| 118 | 12,041 | 20,284 | itamae-plugin-recipe-rbenv | Itamae plugin to install ruby with rbenv |
| 119 | 13,891 | 30,897 | rubygems-mirror | This is an update to the old `gem mirror` command. It uses net/http/persistent
and thre... |
| 120 | 14,561 | 10,058 | tdiary | tDiary is so called Weblog. |
| 121 | 16,008 | 26,940 | jenkins-plugin-runtime | I'll think of a better description later, but if you're reading this, then I haven't |
| 122 | 16,528 | 14,995 | bundler-graph | `graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph. |
| 123 | 17,000 | 19,803 | bundler-sbom | Generate SBOM(Software Bill of Materials) files with Bundler |
| 124 | 18,082 | 28,574 | capistrano-stretcher | capistrano task for stretcher. |
| 125 | 18,287 | 9,273 | hikidoc | 'HikiDoc' is a text-to-HTML conversion tool for web writers. |
| 126 | 19,099 | 14,847 | gemstash | Gemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto... |
| 127 | 19,173 | 15,982 | tdiary-contrib | tDiary contributions package that includes plugins, styles, utilities, libraries, filte... |
| 128 | 19,931 | 19,358 | tk | Tk interface module using tcltklib. |
| 129 | 20,319 | 25,534 | atig | Atig.rb is Twitter Irc Gateway. |
| 130 | 21,325 | 40,745 | sidekiq-scheduler-notification | Slack notification middleware for sidekiq-scheduler |
| 131 | 22,406 | 24,406 | takosan | Ruby wrapper of Takosan |
| 132 | 22,600 | 14,121 | rubygems-server | Gem::Server and allows users to serve gems for consumption by `gem --remote-install`. |
| 133 | 23,925 | 28,574 | agig | another Github IRC Gateway |
| 134 | 24,224 | 11,343 | monitor | Provides an object or module to use safely by more than one thread |
| 135 | 24,923 | 34,383 | kaname | Identity configuration tool for OpenStack. You can apply simple YAML definition into Ke... |
| 136 | 26,898 | 34,383 | kakine | Security Group configuration tool for OpenStack. You can apply simple YAML definition i... |
| 137 | 27,011 | 13,933 | profile | Profile provides a way to Profile your Ruby application. |
| 138 | 27,758 | 40,745 | jpi | Allows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele... |
| 139 | 27,820 | 15,481 | tdiary-blogkit | tDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ... |
| 140 | 28,064 | 21,401 | tdiary-style-gfm | GFM Style for tDiary |
| 141 | 30,953 | 34,383 | mackerel-rb | Yet another mackerel client for Ruby. |
| 142 | 35,195 | 30,897 | capistrano-stretcher-rails | rails specific tasks for capistrano-stretcher |
| 143 | 38,952 | 8,826 | lrama | LALR (1) parser generator written by Ruby |
| 144 | 41,759 | 58,925 | profiler | Easy, targeted Ruby profiling |
| 145 | 42,103 | 17,912 | rake-confirm | Confirmation for destructive Rails task. |
| 146 | 50,534 | 58,925 | rubyvm | RubyVM |
| 147 | 51,590 | 24,406 | omniauth-colormeshop | OmniAuth Strategy for ColorMeShop API |
| 148 | 51,591 | 40,745 | kakin | kakin is resource calcuration tool for OpenStack |
| 149 | 53,896 | 40,745 | acts_as_bits | ActiveRecord plugin that maintains massive flags in one column |
| 150 | 57,085 | 34,383 | gyomu_ruby | GyomuRuby |
| 151 | 57,528 | 14,847 | js | JavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional... |
| 152 | 57,926 | 40,745 | coverage | output-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi... |
| 153 | 62,512 | 58,925 | furik | A summary generator of GitHub activity for retrospective. |
| 154 | 65,046 | 58,925 | heroku_scale_scheduler | scaling scheduler for heroku dynos/workers |
| 155 | 66,057 | 8,854 | fiber | Fiber is an open source content engine for Ruby. |
| 156 | 72,023 | 30,897 | auto_truncated_logger | logger of auto truncated old file. |
| 157 | 72,027 | 24,406 | rake-contrib | Additional libraries for Rake |
| 158 | 72,850 | 21,401 | tdiary-style-rd | RD Style for tDiary |
| 159 | 77,053 | 34,383 | delayed_job_slack_notification | Slack notifier for pending jobs of Delayed Job. |
| 160 | 78,880 | 58,925 | capistrano-stretcher-npm | npm task for capistrano-stretcher |
| 161 | 85,569 | 58,925 | ikachan | Ruby wrapper of Ikachan |
| 162 | 96,894 | 34,383 | rubygems-yomikomu | rubygems hooks for yomikomu |
| 163 | 104,190 | 40,745 | tdiary-style-etdiary | etDiary Style for tDiary |
| 164 | 108,652 | 58,925 | tdiary-cache-redis | tDiary cache with redis |
| 165 | 109,811 | 30,897 | tdiary-io-rdb | rdb adapter for tDiary |
| 166 | 120,023 | 58,925 | log_minimal | Ruby port of Log::Minimal. |
| 167 | 128,182 | 58,925 | gem-ext-cleaner | Clean up unnecessary extension files for gem command. |
| 168 | 131,519 | 40,745 | sqale | Write a gem description |
| 169 | 135,071 | 58,925 | tdiary-style-emptdiary | emptDiary Style for tDiary |
| 170 | 138,137 | 58,925 | rack-nojs | treat script tag in response.body when access with old mobile phone. |
| 171 | 139,525 | 58,925 | tdiary-cache-memcached | tDiary cache with memcached |
| 172 | 151,612 | 58,925 | tdiary-coffeescript | CoffeeScript Filter for tDiary. |
| 173 | 176,027 | 40,745 | gem-clone | Clone gem repositories by fetching source code URLs from gem metadata |
| 174 | 176,043 | 22,721 | gem-sweep | Deprecated. All features moved to gem-repair (https://github.com/hsbt/gem-repair). Inst... |
| 175 | 179,758 | 58,925 | rubygems-ghq | A RubyGems plugin that automatically clones git repositories of gems after installation |
| 176 | 182,277 | 30,897 | bundler-why-plugin | A Bundler plugin that shows the dependency tree for a specific package, similar to 'yar... |
| 177 | 182,664 | 22,721 | gem-repair | A RubyGems plugin that finds and reinstalls gems with missing compiled extensions. |
| 178 | 187,995 | 58,925 | net-http-sspi | implements bindings to Win32 SSPI functions, focused on authentication to a proxy serve... |
| 179 | 189,829 | 34,383 | rubygems-auto-clone | A RubyGems plugin that automatically clones git repositories of gems after installation |
| 180 | 194,695 | 40,745 | bundler-timing-plugin | Bundler plugin that prints the elapsed time of each gem download, install, and git sour... |