1 | 1 | 1 | bundler | Bundler manages an application's dependencies through its entire life, across many mach... |
2 | 15 | 24 | rake | Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified i... |
3 | 19 | 21 | json | A JSON implementation as a JRuby extension. |
4 | 33 | 233 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
5 | 102 | 36 | rexml | An XML toolkit for Ruby |
6 | 110 | 76 | ruby2_keywords | Shim library for Module#ruby2_keywords |
7 | 129 | 62 | racc | Racc is a LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby ... |
8 | 179 | 183 | kaminari | Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist... |
9 | 185 | 28 | webrick | WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se... |
10 | 192 | 704 | rdoc | RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the ... |
11 | 583 | 1,379 | json_pure | This is a JSON implementation in pure Ruby. |
12 | 738 | 720 | power_assert | Power Assert shows each value of variables and method calls in the expression. It is us... |
13 | 769 | 107 | timeout | Auto-terminate potentially long-running operations in Ruby. |
14 | 807 | 675 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
15 | 808 | 144 | net-protocol | The abstract interface for net-* client. |
16 | 818 | 129 | net-smtp | Simple Mail Transfer Protocol client library for Ruby. |
17 | 837 | 1,614 | net-telnet | Provides telnet client functionality. |
18 | 861 | 128 | net-imap | Ruby client api for Internet Message Access Protocol |
19 | 936 | 132 | net-pop | Ruby client library for POP3. |
20 | 967 | 221 | matrix | An implementation of Matrix and Vector classes. |
21 | 994 | 503 | openssl | It wraps the OpenSSL library. |
22 | 1,058 | 699 | sync | A module that provides a two-phase lock with a counter. |
23 | 1,064 | 1,030 | gems | Ruby wrapper for the RubyGems.org API |
24 | 1,130 | 1,016 | e2mmap | Module for defining custom exceptions with specific messages. |
25 | 1,143 | 413 | optparse | OptionParser is a class for command-line option analysis. |
26 | 1,164 | 1,868 | string-scrub | String#scrub for Ruby 2.0.0 and 1.9.3 |
27 | 1,185 | 1,183 | bigdecimal | This library provides arbitrary-precision decimal floating-point number class. |
28 | 1,221 | 1,045 | set | Provides a class to deal with collections of unordered, unique values |
29 | 1,260 | 433 | reline | Alternative GNU Readline or Editline implementation by pure Ruby. |
30 | 1,261 | 168 | date | A subclass of Object includes Comparable module for handling dates. |
31 | 1,265 | 904 | io-console | add console capabilities to IO instances. |
32 | 1,335 | 510 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
33 | 1,413 | 1,448 | xmlrpc | XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP. |
34 | 1,426 | 1,447 | thwait | Watches for termination of multiple threads. |
35 | 1,509 | 497 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
36 | 1,521 | 2,147 | thread | Includes a thread pool, message passing capabilities, a recursive mutex, promise, futur... |
37 | 1,534 | 1,273 | strscan | Provides lexical scanning operations on a String. |
38 | 1,568 | 1,821 | iconv | iconv wrapper library |
39 | 1,569 | 1,725 | logger | Provides a simple logging utility for outputting messages. |
40 | 1,578 | 1,279 | digest | Provides a framework for message digest libraries. |
41 | 1,631 | 1,474 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
42 | 1,693 | 1,450 | benchmark | a performance benchmarking library |
43 | 2,047 | 3,862 | english | Require 'English.rb' to reference global variables with less cryptic names. |
44 | 2,068 | 840 | ipaddr | IPAddr provides a set of methods to manipulate an IP address.
Both IPv4 and IPv6 are su... |
45 | 2,078 | 1,222 | stringio | Pseudo `IO` class from/to `String`. |
46 | 2,194 | 1,524 | fileutils | Several file utility methods for copying, moving, removing, etc. |
47 | 2,330 | 1,393 | rbs | RBS is the language for type signatures for Ruby and standard library definitions. |
48 | 2,340 | 1,352 | cgi | Support for the Common Gateway Interface protocol. |
49 | 2,374 | 1,991 | rss | Family of libraries that support various formats of XML "feeds". |
50 | 2,472 | 2,131 | did_you_mean | The gem that has been saving people from typos since 2014. |
51 | 2,499 | 1,647 | net-ftp | Support for the File Transfer Protocol. |
52 | 2,748 | 1,819 | io-wait | Waits until IO is readable or writable without blocking. |
53 | 2,749 | 1,917 | prime | Prime numbers and factorization library. |
54 | 2,927 | 1,427 | uri | URI is a module providing classes to handle Uniform Resource Identifiers |
55 | 2,931 | 2,607 | typeprof | TypeProf performs a type analysis of non-annotated Ruby code.
It abstractly executes i... |
56 | 2,963 | 1,639 | zlib | Ruby interface for the zlib compression/decompression library |
57 | 3,123 | 2,090 | scanf | scanf is an implementation of the C function scanf(3). |
58 | 3,187 | 4,696 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
59 | 3,288 | 2,032 | forwardable | Provides delegation of specified methods to a designated object. |
60 | 3,352 | 1,832 | time | Extends the Time class with methods for parsing and conversion. |
61 | 3,393 | 2,428 | yaml | YAML Ain't Markup Language |
62 | 3,460 | 3,311 | resolv | Thread-aware DNS resolver library in Ruby. |
63 | 3,551 | 1,680 | net-http | HTTP client api for Ruby. |
64 | 3,731 | 2,909 | etc | Provides access to information typically stored in UNIX /etc directory. |
65 | 3,789 | 3,648 | open3 | Popen, but with stderr, too |
66 | 3,842 | 1,686 | fiddle | A libffi wrapper for Ruby. |
67 | 3,947 | 1,980 | securerandom | Interface for secure random number generator. |
68 | 4,102 | 3,233 | singleton | The Singleton module implements the Singleton pattern. |
69 | 4,548 | 3,637 | ostruct | Class to build custom data structures, similar to a Hash. |
70 | 4,829 | 3,594 | erb | An easy to use but powerful templating system for Ruby. |
71 | 4,867 | 2,801 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
72 | 5,299 | 4,026 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
73 | 5,484 | 4,815 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
74 | 5,853 | 2,678 | tempfile | A utility class for managing temporary files. |
75 | 6,022 | 3,330 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
76 | 6,195 | 4,558 | win32api | The wrapper library for win32 API |
77 | 6,334 | 7,956 | ruby | FIX ME |
78 | 6,617 | 5,012 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
79 | 6,764 | 7,303 | gserver | GServer implements a generic server |
80 | 6,988 | 14,105 | logger-application | Add logging support to your application. |
81 | 7,102 | 4,702 | fcntl | Loads constants defined in the OS fcntl.h C header file |
82 | 7,231 | 4,815 | delegate | Provides three abilities to delegate method calls to an object. |
83 | 7,301 | 5,034 | readline-ext | Provides an interface for GNU Readline and Edit Line (libedit). |
84 | 7,302 | 3,597 | tracer | A Ruby tracer |
85 | 7,363 | 3,684 | tsort | Topological sorting using Tarjan's algorithm |
86 | 7,418 | 4,342 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
87 | 7,454 | 5,763 | pp | Provides a PrettyPrinter for Ruby objects |
88 | 7,459 | 6,641 | gdbm | Ruby extension for GNU dbm. |
89 | 7,843 | 3,858 | pathname | Representation of the name of a file or directory on the filesystem |
90 | 7,874 | 5,278 | minitest-power_assert | Power Assert for Minitest. |
91 | 7,926 | 5,302 | pstore | Transactional File Storage for Ruby Objects |
92 | 7,933 | 5,034 | getoptlong | GetoptLong for Ruby |
93 | 8,561 | 5,904 | prettyprint | Implements a pretty printing algorithm for readable structure. |
94 | 8,566 | 5,127 | resolv-replace | Replace Socket DNS with Resolv. |
95 | 8,894 | 6,246 | readline | This is just a loader for "readline". If Ruby has the "readline-ext" gem
that is a nati... |
96 | 8,987 | 7,461 | observer | Implementation of the Observer object-oriented design pattern. |
97 | 9,624 | 5,685 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
98 | 9,671 | 10,589 | itamae-plugin-recipe-rbenv | Itamae plugin to install ruby with rbenv |
99 | 10,397 | 4,809 | yao | YAO is a Yet Another OpenStack API Wrapper that rocks!! |
100 | 10,459 | 3,237 | nkf | Ruby extension for Network Kanji Filter |
101 | 10,679 | 6,235 | un | Utilities to replace common UNIX commands |
102 | 11,029 | 6,181 | drb | Distributed object system for Ruby |
103 | 11,135 | 6,427 | rubygems-mirror | This is an update to the old `gem mirror` command. It uses net/http/persistent
and thre... |
104 | 11,347 | 6,139 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
105 | 11,474 | 8,990 | mathn | Deprecated library that extends math operations. |
106 | 12,935 | 10,011 | tdiary | tDiary is so called Weblog. |
107 | 13,017 | 8,432 | find | This module supports top-down traversal of a set of file paths. |
108 | 13,440 | 14,707 | jenkins-plugin-runtime | I'll think of a better description later, but if you're reading this, then I haven't |
109 | 14,330 | 58,970 | capistrano-stretcher | capistrano task for stretcher. |
110 | 14,385 | 7,303 | error_highlight | The gem enhances Exception#message by adding a short explanation where the exception is... |
111 | 14,825 | 5,904 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
112 | 15,146 | 6,201 | weakref | Allows a referenced object to be garbage-collected. |
113 | 16,444 | 16,430 | hikidoc | 'HikiDoc' is a text-to-HTML conversion tool for web writers. |
114 | 17,126 | 108,081 | atig | Atig.rb is Twitter Irc Gateway. |
115 | 18,045 | 12,250 | tdiary-contrib | tDiary contributions package that includes plugins, styles, utilities, libraries, filte... |
116 | 18,092 | 10,792 | rinda | The Linda distributed computing paradigm in Ruby. |
117 | 18,155 | 5,834 | io-nonblock | Enables non-blocking mode with IO class |
118 | 19,206 | 25,136 | takosan | Ruby wrapper of Takosan |
119 | 19,580 | 6,411 | syslog | Ruby interface for the POSIX system logging facility. |
120 | 20,036 | 22,881 | tk | Tk interface module using tcltklib. |
121 | 20,537 | 108,081 | agig | another Github IRC Gateway |
122 | 21,102 | 19,635 | gemstash | Gemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto... |
123 | 21,443 | 12,426 | sdbm | Provides a simple file-based key-value store with String keys and values. |
124 | 22,389 | 8,092 | sidekiq-scheduler-notification | Slack notification middleware for sidekiq-scheduler |
125 | 23,726 | 6,356 | syntax_suggest | When you get an "unexpected end" in your syntax this gem helps you find it |
126 | 23,970 | 23,971 | kakine | Security Group configuration tool for OpenStack. You can apply simple YAML definition i... |
127 | 24,472 | 28,032 | jpi | Allows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele... |
128 | 24,542 | 16,006 | kaname | Identity configuration tool for OpenStack. You can apply simple YAML definition into Ke... |
129 | 27,400 | 18,385 | tdiary-style-gfm | GFM Style for tDiary |
130 | 29,121 | 58,970 | monitor | Provides an object or module to use safely by more than one thread |
131 | 29,263 | 84,442 | capistrano-stretcher-rails | rails specific tasks for capistrano-stretcher |
132 | 29,808 | 16,430 | tdiary-blogkit | tDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ... |
133 | 30,088 | 22,881 | mackerel-rb | Yet another mackerel client for Ruby. |
134 | 42,439 | 58,970 | profiler | Easy, targeted Ruby profiling |
135 | 42,903 | 58,970 | profile | Profile provides a way to Profile your Ruby application. |
136 | 44,490 | 51,337 | rubyvm | RubyVM |
137 | 46,070 | 108,081 | acts_as_bits | ActiveRecord plugin that maintains massive flags in one column |
138 | 46,500 | 37,446 | rake-confirm | Confirmation for destructive Rails task. |
139 | 47,637 | 154,378 | coverage | output-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi... |
140 | 57,223 | 9,174 | omniauth-colormeshop | OmniAuth Strategy for ColorMeShop API |
141 | 57,264 | 29,845 | kakin | kakin is resource calcuration tool for OpenStack |
142 | 58,763 | 58,970 | gyomu_ruby | GyomuRuby |
143 | 60,276 | 58,970 | heroku_scale_scheduler | scaling scheduler for heroku dynos/workers |
144 | 63,252 | 13,859 | bundler-graph | `graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph. |
145 | 66,658 | 154,378 | auto_truncated_logger | logger of auto truncated old file. |
146 | 68,042 | 45,693 | furik | A summary generator of GitHub activity for retrospective. |
147 | 68,477 | 154,378 | capistrano-stretcher-npm | npm task for capistrano-stretcher |
148 | 71,685 | 58,970 | tdiary-style-rd | RD Style for tDiary |
149 | 72,607 | 13,859 | rubygems-server | Gem::Server and allows users to serve gems for consumption by `gem --remote-install`. |
150 | 75,118 | 154,378 | delayed_job_slack_notification | Slack notifier for pending jobs of Delayed Job. |
151 | 78,543 | 84,442 | ikachan | Ruby wrapper of Ikachan |
152 | 81,701 | 13,174 | win32ole | Provides an interface for OLE Automation in Ruby |
153 | 84,579 | 108,081 | rake-contrib | Additional libraries for Rake |
154 | 99,101 | 69,565 | rubygems-yomikomu | rubygems hooks for yomikomu |
155 | 101,569 | 69,565 | tdiary-style-etdiary | etDiary Style for tDiary |
156 | 106,460 | 84,442 | tdiary-cache-redis | tDiary cache with redis |
157 | 109,099 | 108,081 | fiber | Fiber is an open source content engine for Ruby. |
158 | 109,213 | 84,442 | tdiary-io-rdb | rdb adapter for tDiary |
159 | 113,443 | 108,081 | log_minimal | Ruby port of Log::Minimal. |
160 | 130,390 | 108,081 | sqale | Write a gem description |
161 | 133,694 | 108,081 | tdiary-style-emptdiary | emptDiary Style for tDiary |
162 | 136,540 | 108,081 | rack-nojs | treat script tag in response.body when access with old mobile phone. |
163 | 138,050 | 108,081 | tdiary-cache-memcached | tDiary cache with memcached |
164 | 153,582 | 108,081 | tdiary-coffeescript | CoffeeScript Filter for tDiary. |
165 | 172,575 | 41,173 | lrama | LALR (1) parser generator written by Ruby |