1 | 1 | 2 | bundler | Bundler manages an application's dependencies through its entire life, across many mach... |
2 | 10 | 7 | rake | Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified i... |
3 | 17 | 5 | json | This is a JSON implementation as a Ruby extension in C. |
4 | 50 | 148 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
5 | 61 | 22 | rexml | An XML toolkit for Ruby |
6 | 78 | 16 | racc | Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby... |
7 | 108 | 127 | ruby2_keywords | Shim library for Module#ruby2_keywords |
8 | 118 | 35 | webrick | WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se... |
9 | 184 | 310 | kaminari | Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist... |
10 | 205 | 129 | rdoc | RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the ... |
11 | 213 | 37 | net-imap | Ruby client api for Internet Message Access Protocol |
12 | 225 | 53 | net-smtp | Simple Mail Transfer Protocol client library for Ruby. |
13 | 231 | 44 | timeout | Auto-terminate potentially long-running operations in Ruby. |
14 | 267 | 26 | bigdecimal | This library provides arbitrary-precision decimal floating-point number class. |
15 | 273 | 11 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
16 | 278 | 77 | net-protocol | The abstract interface for net-* client. |
17 | 296 | 111 | net-pop | Ruby client library for POP3. |
18 | 335 | 65 | date | A subclass of Object includes Comparable module for handling dates. |
19 | 414 | 128 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
20 | 416 | 243 | matrix | An implementation of Matrix and Vector classes. |
21 | 493 | 97 | reline | Alternative GNU Readline or Editline implementation by pure Ruby. |
22 | 565 | 104 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
23 | 661 | 126 | io-console | add console capabilities to IO instances. |
24 | 678 | 18 | logger | Provides a simple logging utility for outputting messages. |
25 | 688 | 94 | drb | Distributed object system for Ruby |
26 | 715 | 108 | uri | URI is a module providing classes to handle Uniform Resource Identifiers |
27 | 727 | 274 | strscan | Provides lexical scanning operations on a String. |
28 | 729 | 439 | optparse | OptionParser is a class for command-line option analysis. |
29 | 730 | 673 | json_pure | This is a JSON implementation in pure Ruby. |
30 | 738 | 442 | power_assert | Power Assert shows each value of variables and method calls in the expression. It is us... |
31 | 818 | 125 | stringio | Pseudo `IO` class from/to `String`. |
32 | 819 | 471 | openssl | OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t... |
33 | 826 | 248 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
34 | 835 | 101 | net-http | HTTP client api for Ruby. |
35 | 837 | 155 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
36 | 865 | 503 | sync | A module that provides a two-phase lock with a counter. |
37 | 879 | 112 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
38 | 996 | 1,363 | e2mmap | Module for defining custom exceptions with specific messages. |
39 | 1,007 | 1,783 | net-telnet | Provides telnet client functionality. |
40 | 1,027 | 538 | gems | Ruby wrapper for the RubyGems.org API |
41 | 1,086 | 681 | set | Provides a class to deal with collections of unordered, unique values |
42 | 1,087 | 81 | benchmark | a performance benchmarking library |
43 | 1,114 | 264 | nkf | Ruby extension for Network Kanji Filter |
44 | 1,326 | 80 | securerandom | Interface for secure random number generator. |
45 | 1,336 | 583 | rbs | RBS is the language for type signatures for Ruby and standard library definitions. |
46 | 1,433 | 1,760 | thwait | Watches for termination of multiple threads. |
47 | 1,449 | 1,819 | string-scrub | String#scrub for Ruby 2.0.0 and 1.9.3 |
48 | 1,504 | 550 | cgi | Support for the Common Gateway Interface protocol. |
49 | 1,507 | 1,040 | prime | Prime numbers and factorization library. |
50 | 1,523 | 1,524 | xmlrpc | XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP. |
51 | 1,557 | 757 | digest | Provides a framework for message digest libraries. |
52 | 1,624 | 1,736 | ipaddr | IPAddr provides a set of methods to manipulate an IP address.
Both IPv4 and IPv6 are su... |
53 | 1,725 | 165 | ostruct | Class to build custom data structures, similar to a Hash. |
54 | 1,734 | 1,143 | net-ftp | Support for the File Transfer Protocol. |
55 | 1,763 | 3,025 | thread | Includes a thread pool, message passing capabilities, a recursive mutex, promise, futur... |
56 | 1,768 | 1,895 | iconv | iconv wrapper library |
57 | 1,824 | 1,169 | fileutils | Several file utility methods for copying, moving, removing, etc. |
58 | 1,840 | 1,565 | rss | Family of libraries that support various formats of XML "feeds". |
59 | 2,033 | 1,859 | forwardable | Provides delegation of specified methods to a designated object. |
60 | 2,107 | 1,357 | zlib | Ruby interface for the zlib compression/decompression library |
61 | 2,136 | 1,170 | time | Extends the Time class with methods for parsing and conversion. |
62 | 2,228 | 1,940 | typeprof | TypeProf performs a type analysis of non-annotated Ruby code.
It abstractly executes i... |
63 | 2,380 | 2,932 | english | Require 'English.rb' to reference global variables with less cryptic names. |
64 | 2,445 | 1,160 | observer | Implementation of the Observer object-oriented design pattern. |
65 | 2,448 | 1,936 | gserver | GServer implements a generic server |
66 | 2,602 | 1,241 | open3 | Popen, but with stderr, too |
67 | 2,625 | 1,949 | io-wait | Waits until IO is readable or writable without blocking. |
68 | 2,631 | 1,286 | erb | An easy to use but powerful templating system for Ruby. |
69 | 2,645 | 1,822 | scanf | scanf is an implementation of the C function scanf(3). |
70 | 2,746 | 1,739 | fiddle | A libffi wrapper for Ruby. |
71 | 2,759 | 1,222 | singleton | The Singleton module implements the Singleton pattern. |
72 | 2,783 | 1,751 | yaml | YAML Ain't Markup Language |
73 | 2,799 | 2,722 | did_you_mean | The gem that has been saving people from typos since 2014. |
74 | 2,829 | 1,766 | resolv | Thread-aware DNS resolver library in Ruby. |
75 | 3,093 | 1,802 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
76 | 3,123 | 123 | pp | Provides a PrettyPrinter for Ruby objects |
77 | 3,210 | 1,735 | resolv-replace | Replace Socket DNS with Resolv. |
78 | 3,280 | 1,770 | getoptlong | GetoptLong for Ruby |
79 | 3,344 | 191 | prettyprint | Implements a pretty printing algorithm for readable structure. |
80 | 3,570 | 2,187 | syslog | Ruby interface for the POSIX system logging facility. |
81 | 3,633 | 5,635 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
82 | 3,678 | 1,977 | tempfile | A utility class for managing temporary files. |
83 | 3,717 | 1,798 | pstore | Transactional File Storage for Ruby Objects |
84 | 3,737 | 2,050 | rinda | The Linda distributed computing paradigm in Ruby. |
85 | 3,799 | 3,084 | etc | Provides access to information typically stored in UNIX /etc directory. |
86 | 3,871 | 2,433 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
87 | 4,686 | 2,753 | win32api | The wrapper library for win32 API |
88 | 4,907 | 2,300 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
89 | 5,088 | 5,062 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
90 | 5,462 | 3,553 | tsort | Topological sorting using Tarjan's algorithm |
91 | 5,694 | 2,060 | repl_type_completor | Type based completion for REPL. |
92 | 5,747 | 3,291 | readline-ext | Provides an interface for GNU Readline and Edit Line (libedit). |
93 | 5,856 | 2,927 | pathname | Representation of the name of a file or directory on the filesystem |
94 | 6,206 | 3,210 | fcntl | Loads constants defined in the OS fcntl.h C header file |
95 | 6,216 | 3,283 | delegate | Provides three abilities to delegate method calls to an object. |
96 | 6,303 | 6,505 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
97 | 6,610 | 2,080 | error_highlight | The gem enhances Exception#message by adding a short explanation where the exception is... |
98 | 6,642 | 3,518 | rubygems-generate_index | Generates the index files for a gem server directory |
99 | 6,893 | 8,361 | ruby | FIX ME |
100 | 7,003 | 4,342 | tracer | A Ruby tracer |
101 | 7,067 | 2,358 | readline | This is just a loader for "readline". If Ruby has the "readline-ext" gem
that is a nati... |
102 | 7,876 | 8,248 | minitest-power_assert | Power Assert for Minitest. |
103 | 7,953 | 3,254 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
104 | 7,976 | 19,606 | logger-application | Add logging support to your application. |
105 | 8,155 | 7,193 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
106 | 8,201 | 3,565 | un | Utilities to replace common UNIX commands |
107 | 8,456 | 3,287 | find | This module supports top-down traversal of a set of file paths. |
108 | 8,510 | 16,714 | gdbm | Ruby extension for GNU dbm. |
109 | 8,964 | 3,565 | weakref | Allows a referenced object to be garbage-collected. |
110 | 9,343 | 3,152 | syntax_suggest | When you get an "unexpected end" in your syntax this gem helps you find it |
111 | 9,559 | 3,336 | io-nonblock | Enables non-blocking mode with IO class |
112 | 9,697 | 11,270 | yao | YAO is a Yet Another OpenStack API Wrapper that rocks!! |
113 | 9,927 | 2,472 | test-unit-ruby-core | Additional test assertions for Ruby standard libraries. |
114 | 10,901 | 36,248 | itamae-plugin-recipe-rbenv | Itamae plugin to install ruby with rbenv |
115 | 11,641 | 14,011 | mathn | Deprecated library that extends math operations. |
116 | 12,248 | 28,870 | rubygems-mirror | This is an update to the old `gem mirror` command. It uses net/http/persistent
and thre... |
117 | 12,587 | 2,893 | win32ole | Provides an interface for OLE Automation in Ruby |
118 | 13,128 | 15,676 | sdbm | Provides a simple file-based key-value store with String keys and values. |
119 | 13,991 | 21,695 | tdiary | tDiary is so called Weblog. |
120 | 14,944 | 54,620 | jenkins-plugin-runtime | I'll think of a better description later, but if you're reading this, then I haven't |
121 | 16,274 | 54,620 | capistrano-stretcher | capistrano task for stretcher. |
122 | 17,777 | 15,676 | hikidoc | 'HikiDoc' is a text-to-HTML conversion tool for web writers. |
123 | 18,671 | 54,620 | atig | Atig.rb is Twitter Irc Gateway. |
124 | 18,831 | 54,620 | tdiary-contrib | tDiary contributions package that includes plugins, styles, utilities, libraries, filte... |
125 | 19,375 | 36,248 | sidekiq-scheduler-notification | Slack notification middleware for sidekiq-scheduler |
126 | 19,382 | 14,779 | gemstash | Gemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto... |
127 | 19,858 | 10,057 | tk | Tk interface module using tcltklib. |
128 | 20,557 | 14,011 | bundler-graph | `graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph. |
129 | 20,676 | 19,606 | takosan | Ruby wrapper of Takosan |
130 | 22,342 | 54,620 | agig | another Github IRC Gateway |
131 | 25,070 | 54,620 | kaname | Identity configuration tool for OpenStack. You can apply simple YAML definition into Ke... |
132 | 25,853 | 54,620 | kakine | Security Group configuration tool for OpenStack. You can apply simple YAML definition i... |
133 | 26,665 | 54,620 | jpi | Allows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele... |
134 | 28,498 | 21,695 | monitor | Provides an object or module to use safely by more than one thread |
135 | 28,502 | 54,620 | tdiary-style-gfm | GFM Style for tDiary |
136 | 29,476 | 54,620 | tdiary-blogkit | tDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ... |
137 | 30,944 | 54,620 | mackerel-rb | Yet another mackerel client for Ruby. |
138 | 31,784 | 11,961 | profile | Profile provides a way to Profile your Ruby application. |
139 | 32,401 | 54,620 | capistrano-stretcher-rails | rails specific tasks for capistrano-stretcher |
140 | 35,409 | 11,270 | rubygems-server | Gem::Server and allows users to serve gems for consumption by `gem --remote-install`. |
141 | 38,424 | 24,730 | profiler | Easy, targeted Ruby profiling |
142 | 44,504 | 19,606 | rake-confirm | Confirmation for destructive Rails task. |
143 | 45,922 | 54,620 | rubyvm | RubyVM |
144 | 50,192 | 54,620 | acts_as_bits | ActiveRecord plugin that maintains massive flags in one column |
145 | 52,610 | 54,620 | coverage | output-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi... |
146 | 54,190 | 19,606 | omniauth-colormeshop | OmniAuth Strategy for ColorMeShop API |
147 | 55,594 | 54,620 | kakin | kakin is resource calcuration tool for OpenStack |
148 | 58,803 | 54,620 | gyomu_ruby | GyomuRuby |
149 | 63,070 | 54,620 | heroku_scale_scheduler | scaling scheduler for heroku dynos/workers |
150 | 67,462 | 54,620 | furik | A summary generator of GitHub activity for retrospective. |
151 | 67,864 | 19,606 | lrama | LALR (1) parser generator written by Ruby |
152 | 70,681 | 54,620 | auto_truncated_logger | logger of auto truncated old file. |
153 | 74,107 | 54,620 | capistrano-stretcher-npm | npm task for capistrano-stretcher |
154 | 74,184 | 54,620 | tdiary-style-rd | RD Style for tDiary |
155 | 76,348 | 54,620 | delayed_job_slack_notification | Slack notifier for pending jobs of Delayed Job. |
156 | 82,487 | 54,620 | ikachan | Ruby wrapper of Ikachan |
157 | 84,058 | 36,248 | rake-contrib | Additional libraries for Rake |
158 | 94,840 | 36,248 | js | JavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional... |
159 | 100,259 | 36,248 | rubygems-yomikomu | rubygems hooks for yomikomu |
160 | 104,246 | 36,248 | tdiary-style-etdiary | etDiary Style for tDiary |
161 | 104,351 | 54,620 | fiber | Fiber is an open source content engine for Ruby. |
162 | 108,790 | 36,248 | tdiary-cache-redis | tDiary cache with redis |
163 | 111,414 | 36,248 | tdiary-io-rdb | rdb adapter for tDiary |
164 | 117,383 | 36,248 | log_minimal | Ruby port of Log::Minimal. |
165 | 132,794 | 36,248 | sqale | Write a gem description |
166 | 136,797 | 36,248 | tdiary-style-emptdiary | emptDiary Style for tDiary |
167 | 139,151 | 28,870 | rack-nojs | treat script tag in response.body when access with old mobile phone. |
168 | 140,955 | 36,248 | tdiary-cache-memcached | tDiary cache with memcached |
169 | 155,662 | 36,248 | tdiary-coffeescript | CoffeeScript Filter for tDiary. |
170 | 175,559 | 36,248 | gem-ext-cleaner | Clean up unnecessary extension files for gem command. |
171 | 181,703 | 36,248 | win32-registry | Provides an interface to the Windows Registry in Ruby |
172 | 183,346 | 54,620 | net-http-sspi | implements bindings to Win32 SSPI functions, focused on authentication to a proxy serve... |