1 | 1 | 1 | bundler | Bundler manages an application's dependencies through its entire life, across many mach... |
2 | 10 | 9 | rake | Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified i... |
3 | 14 | 5 | json | This is a JSON implementation as a Ruby extension in C. |
4 | 51 | 195 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
5 | 57 | 13 | rexml | An XML toolkit for Ruby |
6 | 76 | 23 | racc | Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby... |
7 | 107 | 121 | ruby2_keywords | Shim library for Module#ruby2_keywords |
8 | 115 | 95 | webrick | WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se... |
9 | 185 | 223 | kaminari | Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist... |
10 | 203 | 140 | rdoc | RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the ... |
11 | 205 | 89 | net-imap | Ruby client api for Internet Message Access Protocol |
12 | 217 | 91 | net-smtp | Simple Mail Transfer Protocol client library for Ruby. |
13 | 223 | 61 | timeout | Auto-terminate potentially long-running operations in Ruby. |
14 | 240 | 29 | bigdecimal | This library provides arbitrary-precision decimal floating-point number class. |
15 | 241 | 21 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
16 | 271 | 110 | net-protocol | The abstract interface for net-* client. |
17 | 290 | 166 | net-pop | Ruby client library for POP3. |
18 | 310 | 93 | date | A subclass of Object includes Comparable module for handling dates. |
19 | 399 | 154 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
20 | 410 | 222 | matrix | An implementation of Matrix and Vector classes. |
21 | 436 | 108 | reline | Alternative GNU Readline or Editline implementation by pure Ruby. |
22 | 457 | 24 | logger | Provides a simple logging utility for outputting messages. |
23 | 469 | 109 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
24 | 565 | 94 | drb | Distributed object system for Ruby |
25 | 576 | 171 | io-console | add console capabilities to IO instances. |
26 | 636 | 111 | uri | URI is a module providing classes to handle Uniform Resource Identifiers |
27 | 703 | 276 | optparse | OptionParser is a class for command-line option analysis. |
28 | 708 | 333 | strscan | Provides lexical scanning operations on a String. |
29 | 734 | 1,062 | json_pure | This is a JSON implementation in pure Ruby. |
30 | 736 | 876 | power_assert | Power Assert shows each value of variables and method calls in the expression. It is us... |
31 | 758 | 157 | stringio | Pseudo `IO` class from/to `String`. |
32 | 767 | 130 | net-http | HTTP client api for Ruby. |
33 | 782 | 138 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
34 | 794 | 99 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
35 | 808 | 336 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
36 | 813 | 418 | openssl | OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t... |
37 | 850 | 454 | sync | A module that provides a two-phase lock with a counter. |
38 | 911 | 79 | benchmark | a performance benchmarking library |
39 | 1,001 | 1,097 | e2mmap | Module for defining custom exceptions with specific messages. |
40 | 1,012 | 179 | nkf | Ruby extension for Network Kanji Filter |
41 | 1,020 | 1,856 | net-telnet | Provides telnet client functionality. |
42 | 1,036 | 963 | gems | Ruby wrapper for the RubyGems.org API |
43 | 1,055 | 81 | securerandom | Interface for secure random number generator. |
44 | 1,086 | 896 | set | Provides a class to deal with collections of unordered, unique values |
45 | 1,297 | 457 | rbs | RBS is the language for type signatures for Ruby and standard library definitions. |
46 | 1,444 | 1,736 | thwait | Watches for termination of multiple threads. |
47 | 1,457 | 583 | prime | Prime numbers and factorization library. |
48 | 1,458 | 726 | cgi | Support for the Common Gateway Interface protocol. |
49 | 1,477 | 3,249 | string-scrub | String#scrub for Ruby 2.0.0 and 1.9.3 |
50 | 1,485 | 178 | ostruct | Class to build custom data structures, similar to a Hash. |
51 | 1,535 | 1,764 | xmlrpc | XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP. |
52 | 1,559 | 1,304 | digest | Provides a framework for message digest libraries. |
53 | 1,629 | 1,930 | ipaddr | IPAddr provides a set of methods to manipulate an IP address.
Both IPv4 and IPv6 are su... |
54 | 1,729 | 1,348 | net-ftp | Support for the File Transfer Protocol. |
55 | 1,770 | 2,171 | thread | Includes a thread pool, message passing capabilities, a recursive mutex, promise, futur... |
56 | 1,773 | 2,021 | iconv | iconv wrapper library |
57 | 1,819 | 1,500 | fileutils | Several file utility methods for copying, moving, removing, etc. |
58 | 1,838 | 1,572 | rss | Family of libraries that support various formats of XML "feeds". |
59 | 1,958 | 685 | forwardable | Provides delegation of specified methods to a designated object. |
60 | 2,056 | 1,303 | zlib | Ruby interface for the zlib compression/decompression library |
61 | 2,068 | 168 | pp | Provides a PrettyPrinter for Ruby objects |
62 | 2,089 | 1,072 | time | Extends the Time class with methods for parsing and conversion. |
63 | 2,223 | 2,467 | typeprof | TypeProf performs a type analysis of non-annotated Ruby code.
It abstractly executes i... |
64 | 2,290 | 965 | observer | Implementation of the Observer object-oriented design pattern. |
65 | 2,359 | 983 | gserver | GServer implements a generic server |
66 | 2,405 | 287 | prettyprint | Implements a pretty printing algorithm for readable structure. |
67 | 2,406 | 3,473 | english | Require 'English.rb' to reference global variables with less cryptic names. |
68 | 2,468 | 602 | singleton | The Singleton module implements the Singleton pattern. |
69 | 2,564 | 1,827 | open3 | Popen, but with stderr, too |
70 | 2,589 | 1,574 | erb | An easy to use but powerful templating system for Ruby. |
71 | 2,630 | 2,168 | io-wait | Waits until IO is readable or writable without blocking. |
72 | 2,636 | 1,924 | scanf | scanf is an implementation of the C function scanf(3). |
73 | 2,680 | 1,708 | fiddle | A libffi wrapper for Ruby. |
74 | 2,707 | 1,473 | yaml | YAML Ain't Markup Language |
75 | 2,789 | 1,757 | resolv | Thread-aware DNS resolver library in Ruby. |
76 | 2,819 | 4,265 | did_you_mean | The gem that has been saving people from typos since 2014. |
77 | 3,001 | 1,690 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
78 | 3,138 | 2,010 | resolv-replace | Replace Socket DNS with Resolv. |
79 | 3,205 | 2,089 | getoptlong | GetoptLong for Ruby |
80 | 3,318 | 984 | pstore | Transactional File Storage for Ruby Objects |
81 | 3,486 | 1,943 | syslog | Ruby interface for the POSIX system logging facility. |
82 | 3,617 | 2,173 | tempfile | A utility class for managing temporary files. |
83 | 3,653 | 3,075 | rinda | The Linda distributed computing paradigm in Ruby. |
84 | 3,671 | 6,052 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
85 | 3,803 | 3,081 | etc | Provides access to information typically stored in UNIX /etc directory. |
86 | 3,814 | 2,165 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
87 | 4,627 | 2,781 | win32api | The wrapper library for win32 API |
88 | 4,821 | 2,622 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
89 | 5,121 | 5,975 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
90 | 5,277 | 2,210 | repl_type_completor | Type based completion for REPL. |
91 | 5,419 | 3,092 | tsort | Topological sorting using Tarjan's algorithm |
92 | 5,698 | 4,197 | readline-ext | Provides an interface for GNU Readline and Edit Line (libedit). |
93 | 5,763 | 3,193 | pathname | Representation of the name of a file or directory on the filesystem |
94 | 6,173 | 4,335 | delegate | Provides three abilities to delegate method calls to an object. |
95 | 6,193 | 5,055 | fcntl | Loads constants defined in the OS fcntl.h C header file |
96 | 6,322 | 6,320 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
97 | 6,324 | 3,238 | error_highlight | The gem enhances Exception#message by adding a short explanation where the exception is... |
98 | 6,362 | 3,207 | readline | This is just a loader for "readline". If Ruby has the "readline-ext" gem
that is a nati... |
99 | 6,450 | 2,887 | rubygems-generate_index | Generates the index files for a gem server directory |
100 | 6,941 | 8,673 | ruby | FIX ME |
101 | 6,979 | 5,489 | tracer | A Ruby tracer |
102 | 7,857 | 4,879 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
103 | 7,874 | 5,461 | minitest-power_assert | Power Assert for Minitest. |
104 | 7,971 | 3,111 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
105 | 8,054 | 11,325 | logger-application | Add logging support to your application. |
106 | 8,143 | 6,097 | un | Utilities to replace common UNIX commands |
107 | 8,326 | 5,568 | find | This module supports top-down traversal of a set of file paths. |
108 | 8,579 | 11,769 | gdbm | Ruby extension for GNU dbm. |
109 | 8,821 | 6,079 | weakref | Allows a referenced object to be garbage-collected. |
110 | 8,984 | 4,024 | syntax_suggest | When you get an "unexpected end" in your syntax this gem helps you find it |
111 | 9,332 | 4,037 | win32ole | Provides an interface for OLE Automation in Ruby |
112 | 9,348 | 5,375 | io-nonblock | Enables non-blocking mode with IO class |
113 | 9,699 | 6,389 | test-unit-ruby-core | Additional test assertions for Ruby standard libraries. |
114 | 9,776 | 18,313 | yao | YAO is a Yet Another OpenStack API Wrapper that rocks!! |
115 | 10,969 | 18,313 | itamae-plugin-recipe-rbenv | Itamae plugin to install ruby with rbenv |
116 | 11,169 | 3,591 | mathn | Deprecated library that extends math operations. |
117 | 12,356 | 22,583 | rubygems-mirror | This is an update to the old `gem mirror` command. It uses net/http/persistent
and thre... |
118 | 12,804 | 6,927 | sdbm | Provides a simple file-based key-value store with String keys and values. |
119 | 14,056 | 22,583 | tdiary | tDiary is so called Weblog. |
120 | 15,042 | 27,202 | jenkins-plugin-runtime | I'll think of a better description later, but if you're reading this, then I haven't |
121 | 16,380 | 22,583 | capistrano-stretcher | capistrano task for stretcher. |
122 | 17,856 | 36,886 | hikidoc | 'HikiDoc' is a text-to-HTML conversion tool for web writers. |
123 | 18,767 | 36,886 | atig | Atig.rb is Twitter Irc Gateway. |
124 | 18,898 | 27,202 | tdiary-contrib | tDiary contributions package that includes plugins, styles, utilities, libraries, filte... |
125 | 19,358 | 14,614 | gemstash | Gemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto... |
126 | 19,460 | 17,518 | sidekiq-scheduler-notification | Slack notification middleware for sidekiq-scheduler |
127 | 19,856 | 14,474 | tk | Tk interface module using tcltklib. |
128 | 19,926 | 8,788 | bundler-graph | `graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph. |
129 | 20,764 | 19,800 | takosan | Ruby wrapper of Takosan |
130 | 22,458 | 36,886 | agig | another Github IRC Gateway |
131 | 25,107 | 36,886 | kaname | Identity configuration tool for OpenStack. You can apply simple YAML definition into Ke... |
132 | 25,951 | 36,886 | kakine | Security Group configuration tool for OpenStack. You can apply simple YAML definition i... |
133 | 26,801 | 36,886 | jpi | Allows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele... |
134 | 28,267 | 15,449 | monitor | Provides an object or module to use safely by more than one thread |
135 | 28,602 | 27,202 | tdiary-style-gfm | GFM Style for tDiary |
136 | 29,537 | 27,202 | tdiary-blogkit | tDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ... |
137 | 31,033 | 20,503 | mackerel-rb | Yet another mackerel client for Ruby. |
138 | 31,423 | 18,313 | profile | Profile provides a way to Profile your Ruby application. |
139 | 32,550 | 22,583 | capistrano-stretcher-rails | rails specific tasks for capistrano-stretcher |
140 | 34,788 | 13,091 | rubygems-server | Gem::Server and allows users to serve gems for consumption by `gem --remote-install`. |
141 | 38,336 | 14,614 | profiler | Easy, targeted Ruby profiling |
142 | 44,136 | 16,041 | rake-confirm | Confirmation for destructive Rails task. |
143 | 46,123 | 36,886 | rubyvm | RubyVM |
144 | 50,372 | 36,886 | acts_as_bits | ActiveRecord plugin that maintains massive flags in one column |
145 | 52,823 | 36,886 | coverage | output-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi... |
146 | 53,449 | 24,250 | omniauth-colormeshop | OmniAuth Strategy for ColorMeShop API |
147 | 55,669 | 27,202 | kakin | kakin is resource calcuration tool for OpenStack |
148 | 58,911 | 27,202 | gyomu_ruby | GyomuRuby |
149 | 63,214 | 27,202 | heroku_scale_scheduler | scaling scheduler for heroku dynos/workers |
150 | 66,939 | 24,250 | lrama | LALR (1) parser generator written by Ruby |
151 | 67,509 | 36,886 | furik | A summary generator of GitHub activity for retrospective. |
152 | 70,856 | 36,886 | auto_truncated_logger | logger of auto truncated old file. |
153 | 74,336 | 36,886 | tdiary-style-rd | RD Style for tDiary |
154 | 74,370 | 36,886 | capistrano-stretcher-npm | npm task for capistrano-stretcher |
155 | 76,458 | 27,202 | delayed_job_slack_notification | Slack notifier for pending jobs of Delayed Job. |
156 | 82,651 | 27,202 | ikachan | Ruby wrapper of Ikachan |
157 | 83,867 | 24,250 | rake-contrib | Additional libraries for Rake |
158 | 92,572 | 27,202 | js | JavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional... |
159 | 100,355 | 36,886 | rubygems-yomikomu | rubygems hooks for yomikomu |
160 | 103,584 | 21,365 | fiber | Fiber is an open source content engine for Ruby. |
161 | 104,388 | 36,886 | tdiary-style-etdiary | etDiary Style for tDiary |
162 | 108,861 | 27,202 | tdiary-cache-redis | tDiary cache with redis |
163 | 111,473 | 36,886 | tdiary-io-rdb | rdb adapter for tDiary |
164 | 117,566 | 27,202 | log_minimal | Ruby port of Log::Minimal. |
165 | 132,747 | 36,886 | sqale | Write a gem description |
166 | 136,878 | 36,886 | tdiary-style-emptdiary | emptDiary Style for tDiary |
167 | 139,238 | 36,886 | rack-nojs | treat script tag in response.body when access with old mobile phone. |
168 | 140,947 | 27,202 | tdiary-cache-memcached | tDiary cache with memcached |
169 | 155,720 | 36,886 | tdiary-coffeescript | CoffeeScript Filter for tDiary. |
170 | 175,478 | 27,202 | gem-ext-cleaner | Clean up unnecessary extension files for gem command. |
171 | 179,619 | 36,886 | bundler-sbom | Generate SPDX SBOM(Software Bill of Materials) files with Bundler |
172 | 181,842 | 36,886 | win32-registry | Provides an interface to the Windows Registry in Ruby |
173 | 182,683 | 27,202 | rubygems-ghq | A RubyGems plugin that automatically clones git repositories of gems after installation |
174 | 183,620 | 27,202 | net-http-sspi | implements bindings to Win32 SSPI functions, focused on authentication to a proxy serve... |