| 1 | 1 | 1 | bundler | Bundler manages an application's dependencies through its entire life, across many mach... |
| 2 | 8 | 3 | rake | Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified i... |
| 3 | 12 | 2 | json | This is a JSON implementation as a Ruby extension in C. |
| 4 | 43 | 19 | rexml | An XML toolkit for Ruby |
| 5 | 58 | 31 | racc | Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby... |
| 6 | 69 | 265 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
| 7 | 105 | 102 | ruby2_keywords | Shim library for Module#ruby2_keywords |
| 8 | 109 | 84 | webrick | WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se... |
| 9 | 112 | 6 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
| 10 | 120 | 8 | bigdecimal | This library provides arbitrary-precision decimal floating-point number class. |
| 11 | 154 | 62 | net-imap | Ruby client api for Internet Message Access Protocol |
| 12 | 161 | 14 | logger | Provides a simple logging utility for outputting messages. |
| 13 | 165 | 64 | timeout | Auto-terminate potentially long-running operations in Ruby. |
| 14 | 168 | 89 | rdoc | RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the ... |
| 15 | 177 | 107 | net-smtp | Simple Mail Transfer Protocol client library for Ruby. |
| 16 | 196 | 239 | kaminari | Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist... |
| 17 | 206 | 99 | net-protocol | The abstract interface for net-* client. |
| 18 | 208 | 63 | date | The official date library for Ruby. |
| 19 | 231 | 149 | net-pop | Ruby client library for POP3. |
| 20 | 242 | 53 | drb | Distributed object system for Ruby |
| 21 | 249 | 98 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
| 22 | 254 | 81 | reline | Alternative GNU Readline or Editline implementation by pure Ruby. |
| 23 | 270 | 92 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
| 24 | 273 | 80 | uri | URI is a module providing classes to handle Uniform Resource Identifiers |
| 25 | 282 | 57 | benchmark | a performance benchmarking library |
| 26 | 289 | 71 | io-console | add console capabilities to IO instances. |
| 27 | 302 | 44 | securerandom | Interface for secure random number generator. |
| 28 | 309 | 105 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
| 29 | 319 | 104 | stringio | Pseudo `IO` class from/to `String`. |
| 30 | 323 | 194 | matrix | An implementation of Matrix and Vector classes. |
| 31 | 338 | 117 | net-http | HTTP client api for Ruby. |
| 32 | 341 | 86 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
| 33 | 489 | 264 | optparse | OptionParser is a class for command-line option analysis. It is much more
advanced, ye... |
| 34 | 500 | 95 | ostruct | Class to build custom data structures, similar to a Hash. |
| 35 | 502 | 218 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
| 36 | 538 | 219 | strscan | Provides lexical scanning operations on a String. |
| 37 | 573 | 216 | nkf | Ruby extension for Network Kanji Filter |
| 38 | 588 | 120 | pp | Provides a PrettyPrinter for Ruby objects |
| 39 | 709 | 291 | openssl | OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t... |
| 40 | 717 | 496 | power_assert | Power Assert shows each value of variables and method calls in the expression. It is us... |
| 41 | 750 | 137 | prettyprint | Implements a pretty printing algorithm for readable structure. |
| 42 | 773 | 1,750 | json_pure | This is a JSON implementation in pure Ruby. |
| 43 | 823 | 131 | erb | An easy to use but powerful templating system for Ruby. |
| 44 | 840 | 696 | sync | A module that provides a two-phase lock with a counter. |
| 45 | 935 | 256 | rbs | RBS is the language for type signatures for Ruby and standard library definitions. |
| 46 | 963 | 704 | gems | Ruby wrapper for the RubyGems.org API |
| 47 | 970 | 201 | cgi | Support for the Common Gateway Interface protocol. |
| 48 | 1,013 | 1,128 | e2mmap | Module for defining custom exceptions with specific messages. |
| 49 | 1,019 | 634 | set | Provides a class to deal with collections of unordered, unique values |
| 50 | 1,120 | 2,056 | net-telnet | Provides telnet client functionality. |
| 51 | 1,305 | 622 | prime | Prime numbers and factorization library. |
| 52 | 1,433 | 116 | tsort | Topological sorting using Tarjan's algorithm |
| 53 | 1,523 | 1,645 | thwait | Watches for termination of multiple threads. |
| 54 | 1,540 | 1,411 | digest | Provides a framework for message digest libraries. |
| 55 | 1,578 | 645 | net-ftp | Support for the File Transfer Protocol. |
| 56 | 1,606 | 1,865 | xmlrpc | XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP. |
| 57 | 1,620 | 4,695 | string-scrub | String#scrub for Ruby 2.0.0 and 1.9.3 |
| 58 | 1,652 | 458 | observer | Implementation of the Observer object-oriented design pattern. |
| 59 | 1,710 | 1,982 | ipaddr | IPAddr provides a set of methods to manipulate an IP address.
Both IPv4 and IPv6 are su... |
| 60 | 1,713 | 985 | forwardable | Provides delegation of specified methods to a designated object. |
| 61 | 1,769 | 574 | zlib | Ruby interface for the zlib compression/decompression library |
| 62 | 1,810 | 703 | rss | Family of libraries that support various formats of XML "feeds". |
| 63 | 1,816 | 1,546 | fileutils | Several file utility methods for copying, moving, removing, etc. |
| 64 | 1,840 | 717 | time | Extends the Time class with methods for parsing and conversion. |
| 65 | 1,888 | 855 | singleton | The Singleton module implements the Singleton pattern. |
| 66 | 1,889 | 2,037 | iconv | iconv wrapper library |
| 67 | 1,894 | 442 | fiddle | A libffi wrapper for Ruby. |
| 68 | 1,895 | 2,072 | thread | Includes a thread pool, message passing capabilities, a recursive mutex, promise, futur... |
| 69 | 1,921 | 673 | gserver | GServer implements a generic server |
| 70 | 1,939 | 364 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
| 71 | 1,958 | 415 | pstore | Transactional File Storage for Ruby Objects |
| 72 | 2,142 | 826 | typeprof | TypeProf performs a type analysis of non-annotated Ruby code.
It abstractly executes i... |
| 73 | 2,154 | 766 | yaml | YAML Ain't Markup Language |
| 74 | 2,332 | 1,342 | open3 | Popen, but with stderr, too |
| 75 | 2,366 | 1,560 | resolv | Thread-aware DNS resolver library in Ruby. |
| 76 | 2,396 | 590 | syslog | Ruby interface for the POSIX system logging facility. |
| 77 | 2,453 | 1,685 | io-wait | Waits until IO is readable or writable without blocking. |
| 78 | 2,467 | 1,576 | scanf | scanf is an implementation of the C function scanf(3). |
| 79 | 2,532 | 796 | resolv-replace | Replace Socket DNS with Resolv. |
| 80 | 2,582 | 3,709 | english | Require 'English.rb' to reference global variables with less cryptic names. |
| 81 | 2,704 | 941 | getoptlong | GetoptLong for Ruby |
| 82 | 3,010 | 3,722 | did_you_mean | The gem that has been saving people from typos since 2014. |
| 83 | 3,083 | 1,155 | rinda | The Linda distributed computing paradigm in Ruby. |
| 84 | 3,242 | 2,066 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
| 85 | 3,292 | 2,305 | tempfile | A utility class for managing temporary files. |
| 86 | 3,375 | 778 | repl_type_completor | Type based completion for REPL. |
| 87 | 3,648 | 5,580 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
| 88 | 3,794 | 4,174 | etc | Provides access to information typically stored in UNIX /etc directory. |
| 89 | 3,820 | 800 | readline | This is just a loader for "readline". If Ruby has the "readline-ext" gem
that is a nati... |
| 90 | 4,238 | 2,632 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
| 91 | 4,277 | 2,589 | win32api | The wrapper library for win32 API |
| 92 | 4,338 | 871 | win32ole | Provides an interface for OLE Automation in Ruby |
| 93 | 5,049 | 3,476 | error_highlight | The gem enhances Exception#message by adding a short explanation where the exception is... |
| 94 | 5,260 | 3,080 | rubygems-generate_index | Generates the index files for a gem server directory |
| 95 | 5,345 | 6,512 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
| 96 | 5,376 | 4,666 | pathname | Representation of the name of a file or directory on the filesystem |
| 97 | 5,406 | 4,150 | readline-ext | Provides an interface for GNU Readline and Edit Line (libedit). |
| 98 | 5,833 | 4,015 | delegate | Provides three abilities to delegate method calls to an object. |
| 99 | 6,017 | 6,005 | fcntl | Loads constants defined in the OS fcntl.h C header file |
| 100 | 6,286 | 3,118 | test-unit-ruby-core | Additional test assertions for Ruby standard libraries. |
| 101 | 6,431 | 4,835 | tracer | A Ruby tracer |
| 102 | 6,552 | 3,883 | syntax_suggest | When you get an "unexpected end" in your syntax this gem helps you find it |
| 103 | 6,576 | 11,357 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
| 104 | 6,624 | 5,109 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
| 105 | 6,755 | 5,132 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
| 106 | 7,399 | 9,155 | ruby | FIX ME |
| 107 | 7,421 | 4,672 | weakref | Allows a referenced object to be garbage-collected. |
| 108 | 7,452 | 4,513 | find | This module supports top-down traversal of a set of file paths. |
| 109 | 7,694 | 5,321 | un | Utilities to replace common UNIX commands |
| 110 | 7,704 | 5,519 | minitest-power_assert | Power Assert for Minitest. |
| 111 | 8,277 | 7,465 | io-nonblock | Enables non-blocking mode with IO class |
| 112 | 8,550 | 9,490 | logger-application | Add logging support to your application. |
| 113 | 9,025 | 10,783 | gdbm | Ruby extension for GNU dbm. |
| 114 | 9,355 | 10,118 | mathn | Deprecated library that extends math operations. |
| 115 | 9,924 | 1,959 | win32-registry | Provides an interface to the Windows Registry in Ruby |
| 116 | 10,295 | 11,818 | yao | YAO is a Yet Another OpenStack API Wrapper that rocks!! |
| 117 | 10,523 | 8,313 | sdbm | Provides a simple file-based key-value store with String keys and values. |
| 118 | 11,575 | 21,015 | itamae-plugin-recipe-rbenv | Itamae plugin to install ruby with rbenv |
| 119 | 13,294 | 39,488 | rubygems-mirror | This is an update to the old `gem mirror` command. It uses net/http/persistent
and thre... |
| 120 | 14,440 | 30,332 | tdiary | tDiary is so called Weblog. |
| 121 | 15,530 | 39,488 | jenkins-plugin-runtime | I'll think of a better description later, but if you're reading this, then I haven't |
| 122 | 16,525 | 2,716 | bundler-sbom | Generate SPDX SBOM(Software Bill of Materials) files with Bundler |
| 123 | 16,967 | 13,170 | bundler-graph | `graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph. |
| 124 | 17,401 | 27,569 | capistrano-stretcher | capistrano task for stretcher. |
| 125 | 18,121 | 26,465 | hikidoc | 'HikiDoc' is a text-to-HTML conversion tool for web writers. |
| 126 | 19,034 | 36,481 | tdiary-contrib | tDiary contributions package that includes plugins, styles, utilities, libraries, filte... |
| 127 | 19,138 | 9,986 | gemstash | Gemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto... |
| 128 | 19,566 | 21,015 | tk | Tk interface module using tcltklib. |
| 129 | 19,729 | 64,016 | atig | Atig.rb is Twitter Irc Gateway. |
| 130 | 20,530 | 36,481 | sidekiq-scheduler-notification | Slack notification middleware for sidekiq-scheduler |
| 131 | 21,703 | 27,569 | takosan | Ruby wrapper of Takosan |
| 132 | 23,205 | 26,465 | agig | another Github IRC Gateway |
| 133 | 24,539 | 18,505 | kaname | Identity configuration tool for OpenStack. You can apply simple YAML definition into Ke... |
| 134 | 25,200 | 19,111 | rubygems-server | Gem::Server and allows users to serve gems for consumption by `gem --remote-install`. |
| 135 | 25,561 | 11,357 | monitor | Provides an object or module to use safely by more than one thread |
| 136 | 26,301 | 25,502 | kakine | Security Group configuration tool for OpenStack. You can apply simple YAML definition i... |
| 137 | 27,232 | 78,082 | jpi | Allows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele... |
| 138 | 27,981 | 54,663 | tdiary-style-gfm | GFM Style for tDiary |
| 139 | 28,162 | 17,475 | tdiary-blogkit | tDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ... |
| 140 | 28,225 | 13,974 | profile | Profile provides a way to Profile your Ruby application. |
| 141 | 30,602 | 21,532 | mackerel-rb | Yet another mackerel client for Ruby. |
| 142 | 34,208 | 54,663 | capistrano-stretcher-rails | rails specific tasks for capistrano-stretcher |
| 143 | 40,431 | 34,048 | profiler | Easy, targeted Ruby profiling |
| 144 | 42,715 | 32,016 | rake-confirm | Confirmation for destructive Rails task. |
| 145 | 48,875 | 64,016 | rubyvm | RubyVM |
| 146 | 50,349 | 32,016 | lrama | LALR (1) parser generator written by Ruby |
| 147 | 51,892 | 48,171 | kakin | kakin is resource calcuration tool for OpenStack |
| 148 | 52,490 | 23,907 | omniauth-colormeshop | OmniAuth Strategy for ColorMeShop API |
| 149 | 52,600 | 54,663 | acts_as_bits | ActiveRecord plugin that maintains massive flags in one column |
| 150 | 56,350 | 140,423 | coverage | output-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi... |
| 151 | 56,777 | 54,663 | gyomu_ruby | GyomuRuby |
| 152 | 62,752 | 32,016 | furik | A summary generator of GitHub activity for retrospective. |
| 153 | 64,301 | 64,016 | heroku_scale_scheduler | scaling scheduler for heroku dynos/workers |
| 154 | 69,494 | 21,532 | js | JavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional... |
| 155 | 71,068 | 101,581 | auto_truncated_logger | logger of auto truncated old file. |
| 156 | 73,183 | 64,016 | rake-contrib | Additional libraries for Rake |
| 157 | 73,308 | 140,423 | tdiary-style-rd | RD Style for tDiary |
| 158 | 76,235 | 54,663 | delayed_job_slack_notification | Slack notifier for pending jobs of Delayed Job. |
| 159 | 77,183 | 101,581 | capistrano-stretcher-npm | npm task for capistrano-stretcher |
| 160 | 84,336 | 54,663 | ikachan | Ruby wrapper of Ikachan |
| 161 | 91,514 | 13,090 | fiber | Fiber is an open source content engine for Ruby. |
| 162 | 96,825 | 36,481 | rubygems-yomikomu | rubygems hooks for yomikomu |
| 163 | 103,812 | 64,016 | tdiary-style-etdiary | etDiary Style for tDiary |
| 164 | 108,236 | 101,581 | tdiary-cache-redis | tDiary cache with redis |
| 165 | 109,392 | 101,581 | tdiary-io-rdb | rdb adapter for tDiary |
| 166 | 118,692 | 101,581 | log_minimal | Ruby port of Log::Minimal. |
| 167 | 131,047 | 101,581 | sqale | Write a gem description |
| 168 | 134,859 | 78,082 | tdiary-style-emptdiary | emptDiary Style for tDiary |
| 169 | 137,957 | 101,581 | rack-nojs | treat script tag in response.body when access with old mobile phone. |
| 170 | 139,229 | 64,016 | tdiary-cache-memcached | tDiary cache with memcached |
| 171 | 139,669 | 48,171 | gem-ext-cleaner | Clean up unnecessary extension files for gem command. |
| 172 | 151,611 | 101,581 | tdiary-coffeescript | CoffeeScript Filter for tDiary. |
| 173 | 178,570 | 101,581 | gem-clone | Clone gem repositories by fetching source code URLs from gem metadata |
| 174 | 179,673 | 39,488 | rubygems-ghq | A RubyGems plugin that automatically clones git repositories of gems after installation |
| 175 | 182,269 | 101,581 | gem-sweep | Clean up unnecessary extension files for gem command. |
| 176 | 183,891 | 48,171 | bundler-why-plugin | A Bundler plugin that shows the dependency tree for a specific package, similar to 'yar... |
| 177 | 184,838 | 101,581 | net-http-sspi | implements bindings to Win32 SSPI functions, focused on authentication to a proxy serve... |
| 178 | 187,129 | 140,423 | gem-repair | A RubyGems plugin that finds and reinstalls gems with missing compiled extensions. |
| 179 | 188,395 | 101,581 | rubygems-auto-clone | A RubyGems plugin that automatically clones git repositories of gems after installation |