| 1 | 1 | 1 | bundler | Bundler manages an application's dependencies through its entire life, across many mach... |
| 2 | 9 | 2 | rake | Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified i... |
| 3 | 12 | 8 | json | A JSON implementation as a JRuby extension. |
| 4 | 45 | 27 | rexml | An XML toolkit for Ruby |
| 5 | 60 | 31 | racc | Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby... |
| 6 | 67 | 257 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
| 7 | 105 | 138 | ruby2_keywords | Shim library for Module#ruby2_keywords |
| 8 | 110 | 88 | webrick | WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se... |
| 9 | 123 | 15 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
| 10 | 132 | 20 | bigdecimal | This library provides arbitrary-precision decimal floating-point number class. |
| 11 | 162 | 82 | net-imap | Ruby client api for Internet Message Access Protocol |
| 12 | 174 | 62 | timeout | Auto-terminate potentially long-running operations in Ruby. |
| 13 | 177 | 103 | rdoc | RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the ... |
| 14 | 180 | 120 | net-smtp | Simple Mail Transfer Protocol client library for Ruby. |
| 15 | 184 | 21 | logger | Provides a simple logging utility for outputting messages. |
| 16 | 196 | 263 | kaminari | Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist... |
| 17 | 208 | 124 | net-protocol | The abstract interface for net-* client. |
| 18 | 215 | 67 | date | The official date library for Ruby. |
| 19 | 240 | 172 | net-pop | Ruby client library for POP3. |
| 20 | 265 | 109 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
| 21 | 267 | 68 | drb | Distributed object system for Ruby |
| 22 | 276 | 99 | reline | Alternative GNU Readline or Editline implementation by pure Ruby. |
| 23 | 287 | 122 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
| 24 | 297 | 59 | uri | URI is a module providing classes to handle Uniform Resource Identifiers |
| 25 | 306 | 58 | benchmark | a performance benchmarking library |
| 26 | 309 | 92 | io-console | add console capabilities to IO instances. |
| 27 | 327 | 105 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
| 28 | 328 | 221 | matrix | An implementation of Matrix and Vector classes. |
| 29 | 330 | 49 | securerandom | Interface for secure random number generator. |
| 30 | 339 | 118 | stringio | Pseudo `IO` class from/to `String`. |
| 31 | 373 | 136 | net-http | HTTP client api for Ruby. |
| 32 | 384 | 106 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
| 33 | 505 | 242 | optparse | OptionParser is a class for command-line option analysis. It is much more
advanced, ye... |
| 34 | 530 | 241 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
| 35 | 563 | 357 | strscan | Provides lexical scanning operations on a String. |
| 36 | 638 | 135 | ostruct | Class to build custom data structures, similar to a Hash. |
| 37 | 675 | 220 | nkf | Ruby extension for Network Kanji Filter |
| 38 | 723 | 526 | power_assert | Power Assert shows each value of variables and method calls in the expression. It is us... |
| 39 | 731 | 312 | openssl | OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t... |
| 40 | 734 | 151 | pp | Provides a PrettyPrinter for Ruby objects |
| 41 | 763 | 1,885 | json_pure | This is a JSON implementation in pure Ruby. |
| 42 | 837 | 1,078 | sync | A module that provides a two-phase lock with a counter. |
| 43 | 858 | 175 | prettyprint | Implements a pretty printing algorithm for readable structure. |
| 44 | 938 | 173 | erb | An easy to use but powerful templating system for Ruby. |
| 45 | 975 | 986 | gems | Ruby wrapper for the RubyGems.org API |
| 46 | 1,011 | 1,377 | e2mmap | Module for defining custom exceptions with specific messages. |
| 47 | 1,013 | 345 | rbs | RBS is the language for type signatures for Ruby and standard library definitions. |
| 48 | 1,030 | 587 | set | Provides a class to deal with collections of unordered, unique values |
| 49 | 1,094 | 234 | cgi | Support for the Common Gateway Interface protocol. |
| 50 | 1,106 | 1,924 | net-telnet | Provides telnet client functionality. |
| 51 | 1,324 | 1,163 | prime | Prime numbers and factorization library. |
| 52 | 1,513 | 1,713 | thwait | Watches for termination of multiple threads. |
| 53 | 1,535 | 1,443 | digest | Provides a framework for message digest libraries. |
| 54 | 1,591 | 2,118 | xmlrpc | XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP. |
| 55 | 1,601 | 4,181 | string-scrub | String#scrub for Ruby 2.0.0 and 1.9.3 |
| 56 | 1,603 | 1,024 | net-ftp | Support for the File Transfer Protocol. |
| 57 | 1,692 | 2,056 | ipaddr | IPAddr provides a set of methods to manipulate an IP address.
Both IPv4 and IPv6 are su... |
| 58 | 1,727 | 1,252 | forwardable | Provides delegation of specified methods to a designated object. |
| 59 | 1,745 | 567 | observer | Implementation of the Observer object-oriented design pattern. |
| 60 | 1,824 | 1,461 | fileutils | Several file utility methods for copying, moving, removing, etc. |
| 61 | 1,848 | 201 | tsort | Topological sorting using Tarjan's algorithm |
| 62 | 1,861 | 1,073 | zlib | Ruby interface for the zlib compression/decompression library |
| 63 | 1,863 | 1,449 | rss | Family of libraries that support various formats of XML "feeds". |
| 64 | 1,874 | 2,070 | iconv | iconv wrapper library |
| 65 | 1,878 | 2,277 | thread | Includes a thread pool, message passing capabilities, a recursive mutex, promise, futur... |
| 66 | 1,881 | 1,025 | time | Extends the Time class with methods for parsing and conversion. |
| 67 | 1,924 | 1,201 | singleton | The Singleton module implements the Singleton pattern. |
| 68 | 1,974 | 827 | gserver | GServer implements a generic server |
| 69 | 1,999 | 600 | fiddle | A libffi wrapper for Ruby. |
| 70 | 2,094 | 569 | pstore | Transactional File Storage for Ruby Objects |
| 71 | 2,131 | 425 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
| 72 | 2,187 | 1,702 | typeprof | TypeProf performs a type analysis of non-annotated Ruby code.
It abstractly executes i... |
| 73 | 2,245 | 1,175 | yaml | YAML Ain't Markup Language |
| 74 | 2,389 | 1,657 | open3 | Popen, but with stderr, too |
| 75 | 2,445 | 1,565 | resolv | Thread-aware DNS resolver library in Ruby. |
| 76 | 2,478 | 1,783 | io-wait | Waits until IO is readable or writable without blocking. |
| 77 | 2,497 | 1,933 | scanf | scanf is an implementation of the C function scanf(3). |
| 78 | 2,549 | 3,582 | english | Require 'English.rb' to reference global variables with less cryptic names. |
| 79 | 2,684 | 1,079 | syslog | Ruby interface for the POSIX system logging facility. |
| 80 | 2,713 | 1,573 | resolv-replace | Replace Socket DNS with Resolv. |
| 81 | 2,814 | 2,203 | getoptlong | GetoptLong for Ruby |
| 82 | 2,985 | 3,605 | did_you_mean | The gem that has been saving people from typos since 2014. |
| 83 | 3,225 | 2,622 | rinda | The Linda distributed computing paradigm in Ruby. |
| 84 | 3,292 | 2,013 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
| 85 | 3,320 | 2,286 | tempfile | A utility class for managing temporary files. |
| 86 | 3,713 | 2,365 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
| 87 | 3,797 | 3,134 | etc | Provides access to information typically stored in UNIX /etc directory. |
| 88 | 3,802 | 1,806 | repl_type_completor | Type based completion for REPL. |
| 89 | 4,296 | 2,511 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
| 90 | 4,419 | 2,361 | win32api | The wrapper library for win32 API |
| 91 | 4,455 | 1,988 | readline | This is just a loader for "readline". If Ruby has the "readline-ext" gem
that is a nati... |
| 92 | 5,190 | 3,462 | error_highlight | The gem enhances Exception#message by adding a short explanation where the exception is... |
| 93 | 5,295 | 5,872 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
| 94 | 5,329 | 3,514 | win32ole | Provides an interface for OLE Automation in Ruby |
| 95 | 5,404 | 4,479 | pathname | Representation of the name of a file or directory on the filesystem |
| 96 | 5,433 | 4,143 | readline-ext | Provides an interface for GNU Readline and Edit Line (libedit). |
| 97 | 5,608 | 2,349 | rubygems-generate_index | Generates the index files for a gem server directory |
| 98 | 5,871 | 4,265 | delegate | Provides three abilities to delegate method calls to an object. |
| 99 | 6,008 | 5,732 | fcntl | Loads constants defined in the OS fcntl.h C header file |
| 100 | 6,503 | 4,472 | tracer | A Ruby tracer |
| 101 | 6,520 | 6,915 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
| 102 | 6,674 | 5,159 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
| 103 | 6,770 | 2,650 | test-unit-ruby-core | Additional test assertions for Ruby standard libraries. |
| 104 | 6,839 | 2,922 | syntax_suggest | When you get an "unexpected end" in your syntax this gem helps you find it |
| 105 | 7,058 | 3,308 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
| 106 | 7,298 | 9,813 | ruby | FIX ME |
| 107 | 7,625 | 4,982 | weakref | Allows a referenced object to be garbage-collected. |
| 108 | 7,628 | 5,402 | find | This module supports top-down traversal of a set of file paths. |
| 109 | 7,740 | 6,749 | minitest-power_assert | Power Assert for Minitest. |
| 110 | 7,754 | 6,080 | un | Utilities to replace common UNIX commands |
| 111 | 8,326 | 6,637 | io-nonblock | Enables non-blocking mode with IO class |
| 112 | 8,471 | 11,085 | logger-application | Add logging support to your application. |
| 113 | 8,941 | 11,875 | gdbm | Ruby extension for GNU dbm. |
| 114 | 9,290 | 12,076 | mathn | Deprecated library that extends math operations. |
| 115 | 10,157 | 18,766 | yao | YAO is a Yet Another OpenStack API Wrapper that rocks!! |
| 116 | 10,797 | 5,958 | sdbm | Provides a simple file-based key-value store with String keys and values. |
| 117 | 11,470 | 12,740 | itamae-plugin-recipe-rbenv | Itamae plugin to install ruby with rbenv |
| 118 | 13,107 | 37,820 | rubygems-mirror | This is an update to the old `gem mirror` command. It uses net/http/persistent
and thre... |
| 119 | 14,328 | 31,227 | tdiary | tDiary is so called Weblog. |
| 120 | 15,393 | 13,053 | jenkins-plugin-runtime | I'll think of a better description later, but if you're reading this, then I haven't |
| 121 | 17,200 | 44,662 | capistrano-stretcher | capistrano task for stretcher. |
| 122 | 17,421 | 7,481 | bundler-graph | `graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph. |
| 123 | 18,036 | 37,820 | hikidoc | 'HikiDoc' is a text-to-HTML conversion tool for web writers. |
| 124 | 18,997 | 14,892 | tdiary-contrib | tDiary contributions package that includes plugins, styles, utilities, libraries, filte... |
| 125 | 19,132 | 17,449 | gemstash | Gemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto... |
| 126 | 19,540 | 18,052 | tk | Tk interface module using tcltklib. |
| 127 | 19,568 | 55,103 | atig | Atig.rb is Twitter Irc Gateway. |
| 128 | 20,321 | 40,867 | sidekiq-scheduler-notification | Slack notification middleware for sidekiq-scheduler |
| 129 | 21,552 | 49,272 | takosan | Ruby wrapper of Takosan |
| 130 | 23,015 | 22,651 | agig | another Github IRC Gateway |
| 131 | 24,518 | 13,755 | kaname | Identity configuration tool for OpenStack. You can apply simple YAML definition into Ke... |
| 132 | 25,578 | 14,892 | rubygems-server | Gem::Server and allows users to serve gems for consumption by `gem --remote-install`. |
| 133 | 25,913 | 23,351 | monitor | Provides an object or module to use safely by more than one thread |
| 134 | 26,167 | 26,006 | kakine | Security Group configuration tool for OpenStack. You can apply simple YAML definition i... |
| 135 | 27,106 | 22,651 | jpi | Allows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele... |
| 136 | 27,956 | 24,149 | tdiary-style-gfm | GFM Style for tDiary |
| 137 | 28,265 | 20,888 | tdiary-blogkit | tDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ... |
| 138 | 28,940 | 14,722 | profile | Profile provides a way to Profile your Ruby application. |
| 139 | 30,548 | 26,006 | mackerel-rb | Yet another mackerel client for Ruby. |
| 140 | 33,896 | 49,272 | capistrano-stretcher-rails | rails specific tasks for capistrano-stretcher |
| 141 | 40,080 | 62,843 | profiler | Easy, targeted Ruby profiling |
| 142 | 42,913 | 37,820 | rake-confirm | Confirmation for destructive Rails task. |
| 143 | 45,952 | 12,233 | bundler-sbom | Generate SPDX SBOM(Software Bill of Materials) files with Bundler |
| 144 | 48,445 | 112,136 | rubyvm | RubyVM |
| 145 | 51,855 | 14,892 | lrama | LALR (1) parser generator written by Ruby |
| 146 | 52,129 | 20,888 | kakin | kakin is resource calcuration tool for OpenStack |
| 147 | 52,228 | 73,396 | acts_as_bits | ActiveRecord plugin that maintains massive flags in one column |
| 148 | 52,993 | 55,103 | omniauth-colormeshop | OmniAuth Strategy for ColorMeShop API |
| 149 | 55,810 | 149,536 | coverage | output-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi... |
| 150 | 56,778 | 40,867 | gyomu_ruby | GyomuRuby |
| 151 | 62,885 | 40,867 | furik | A summary generator of GitHub activity for retrospective. |
| 152 | 64,172 | 112,136 | heroku_scale_scheduler | scaling scheduler for heroku dynos/workers |
| 153 | 70,832 | 112,136 | auto_truncated_logger | logger of auto truncated old file. |
| 154 | 71,827 | 20,389 | js | JavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional... |
| 155 | 73,235 | 49,272 | rake-contrib | Additional libraries for Rake |
| 156 | 73,277 | 88,565 | tdiary-style-rd | RD Style for tDiary |
| 157 | 75,929 | 149,536 | delayed_job_slack_notification | Slack notifier for pending jobs of Delayed Job. |
| 158 | 76,705 | 149,536 | capistrano-stretcher-npm | npm task for capistrano-stretcher |
| 159 | 83,993 | 88,565 | ikachan | Ruby wrapper of Ikachan |
| 160 | 97,120 | 55,103 | rubygems-yomikomu | rubygems hooks for yomikomu |
| 161 | 99,012 | 88,565 | fiber | Fiber is an open source content engine for Ruby. |
| 162 | 103,713 | 88,565 | tdiary-style-etdiary | etDiary Style for tDiary |
| 163 | 108,097 | 112,136 | tdiary-cache-redis | tDiary cache with redis |
| 164 | 108,374 | 24,984 | win32-registry | Provides an interface to the Windows Registry in Ruby |
| 165 | 109,313 | 88,565 | tdiary-io-rdb | rdb adapter for tDiary |
| 166 | 118,428 | 112,136 | log_minimal | Ruby port of Log::Minimal. |
| 167 | 131,082 | 88,565 | sqale | Write a gem description |
| 168 | 134,997 | 112,136 | tdiary-style-emptdiary | emptDiary Style for tDiary |
| 169 | 138,278 | 88,565 | rack-nojs | treat script tag in response.body when access with old mobile phone. |
| 170 | 139,322 | 112,136 | tdiary-cache-memcached | tDiary cache with memcached |
| 171 | 143,408 | 55,103 | gem-ext-cleaner | Clean up unnecessary extension files for gem command. |
| 172 | 151,918 | 149,536 | tdiary-coffeescript | CoffeeScript Filter for tDiary. |
| 173 | 178,667 | 112,136 | gem-clone | Clone gem repositories by fetching source code URLs from gem metadata |
| 174 | 179,643 | 55,103 | rubygems-ghq | A RubyGems plugin that automatically clones git repositories of gems after installation |
| 175 | 182,064 | 112,136 | gem-sweep | Clean up unnecessary extension files for gem command. |
| 176 | 184,362 | 62,843 | net-http-sspi | implements bindings to Win32 SSPI functions, focused on authentication to a proxy serve... |
| 177 | 184,550 | 35,238 | bundler-why-plugin | A Bundler plugin that shows the dependency tree for a specific package, similar to 'yar... |
| 178 | 186,385 | 112,136 | gem-repair | A RubyGems plugin that finds and reinstalls gems with missing compiled extensions. |
| 179 | 187,642 | 88,565 | rubygems-auto-clone | A RubyGems plugin that automatically clones git repositories of gems after installation |