1 | 1 | 1 | bundler | Bundler manages an application's dependencies through its entire life, across many mach... |
2 | 11 | 13 | rake | Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified i... |
3 | 18 | 4 | json | A JSON implementation as a JRuby extension. |
4 | 44 | 198 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
5 | 69 | 6 | rexml | An XML toolkit for Ruby |
6 | 84 | 22 | racc | Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby... |
7 | 109 | 146 | ruby2_keywords | Shim library for Module#ruby2_keywords |
8 | 125 | 58 | webrick | WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se... |
9 | 182 | 216 | kaminari | Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist... |
10 | 211 | 175 | rdoc | RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the ... |
11 | 245 | 60 | net-imap | Ruby client api for Internet Message Access Protocol |
12 | 263 | 80 | net-smtp | Simple Mail Transfer Protocol client library for Ruby. |
13 | 272 | 95 | timeout | Auto-terminate potentially long-running operations in Ruby. |
14 | 313 | 104 | net-protocol | The abstract interface for net-* client. |
15 | 330 | 137 | net-pop | Ruby client library for POP3. |
16 | 346 | 50 | bigdecimal | This library provides arbitrary-precision decimal floating-point number class. |
17 | 384 | 32 | base64 | Support for encoding and decoding binary data using a Base64 representation. |
18 | 409 | 125 | date | A subclass of Object includes Comparable module for handling dates. |
19 | 485 | 206 | matrix | An implementation of Matrix and Vector classes. |
20 | 537 | 191 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
21 | 682 | 159 | reline | Alternative GNU Readline or Editline implementation by pure Ruby. |
22 | 704 | 1,457 | json_pure | This is a JSON implementation in pure Ruby. |
23 | 726 | 166 | irb | Interactive Ruby command-line tool for REPL (Read Eval Print Loop). |
24 | 744 | 814 | power_assert | Power Assert shows each value of variables and method calls in the expression. It is us... |
25 | 767 | 231 | strscan | Provides lexical scanning operations on a String. |
26 | 773 | 254 | optparse | OptionParser is a class for command-line option analysis. |
27 | 780 | 170 | io-console | add console capabilities to IO instances. |
28 | 849 | 486 | openssl | OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t... |
29 | 889 | 128 | drb | Distributed object system for Ruby |
30 | 906 | 297 | debug | Debugging functionality for Ruby. This is completely rewritten debug.rb which was conta... |
31 | 907 | 580 | sync | A module that provides a two-phase lock with a counter. |
32 | 918 | 173 | uri | URI is a module providing classes to handle Uniform Resource Identifiers |
33 | 974 | 1,960 | net-telnet | Provides telnet client functionality. |
34 | 985 | 678 | e2mmap | Module for defining custom exceptions with specific messages. |
35 | 1,005 | 209 | stringio | Pseudo `IO` class from/to `String`. |
36 | 1,027 | 929 | gems | Ruby wrapper for the RubyGems.org API |
37 | 1,067 | 189 | csv | The CSV library provides a complete interface to CSV files and data. It offers tools to... |
38 | 1,070 | 251 | net-http | HTTP client api for Ruby. |
39 | 1,101 | 598 | set | Provides a class to deal with collections of unordered, unique values |
40 | 1,121 | 227 | mutex_m | Mixin to extend objects to be handled like a Mutex. |
41 | 1,122 | 100 | logger | Provides a simple logging utility for outputting messages. |
42 | 1,387 | 1,683 | thwait | Watches for termination of multiple threads. |
43 | 1,392 | 3,236 | string-scrub | String#scrub for Ruby 2.0.0 and 1.9.3 |
44 | 1,416 | 207 | nkf | Ruby extension for Network Kanji Filter |
45 | 1,427 | 524 | rbs | RBS is the language for type signatures for Ruby and standard library definitions. |
46 | 1,495 | 1,815 | xmlrpc | XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP. |
47 | 1,568 | 1,170 | benchmark | a performance benchmarking library |
48 | 1,569 | 1,514 | digest | Provides a framework for message digest libraries. |
49 | 1,598 | 1,621 | ipaddr | IPAddr provides a set of methods to manipulate an IP address.
Both IPv4 and IPv6 are su... |
50 | 1,603 | 547 | cgi | Support for the Common Gateway Interface protocol. |
51 | 1,635 | 1,149 | prime | Prime numbers and factorization library. |
52 | 1,705 | 2,043 | thread | Includes a thread pool, message passing capabilities, a recursive mutex, promise, futur... |
53 | 1,717 | 2,183 | iconv | iconv wrapper library |
54 | 1,779 | 1,408 | net-ftp | Support for the File Transfer Protocol. |
55 | 1,845 | 1,543 | fileutils | Several file utility methods for copying, moving, removing, etc. |
56 | 1,887 | 1,861 | rss | Family of libraries that support various formats of XML "feeds". |
57 | 2,029 | 1,627 | forwardable | Provides delegation of specified methods to a designated object. |
58 | 2,149 | 303 | securerandom | Interface for secure random number generator. |
59 | 2,293 | 2,392 | typeprof | TypeProf performs a type analysis of non-annotated Ruby code.
It abstractly executes i... |
60 | 2,325 | 1,293 | zlib | Ruby interface for the zlib compression/decompression library |
61 | 2,328 | 3,478 | english | Require 'English.rb' to reference global variables with less cryptic names. |
62 | 2,337 | 1,243 | time | Extends the Time class with methods for parsing and conversion. |
63 | 2,656 | 2,257 | io-wait | Waits until IO is readable or writable without blocking. |
64 | 2,681 | 1,991 | scanf | scanf is an implementation of the C function scanf(3). |
65 | 2,728 | 5,521 | did_you_mean | The gem that has been saving people from typos since 2014. |
66 | 2,759 | 1,708 | open3 | Popen, but with stderr, too |
67 | 2,788 | 1,166 | gserver | GServer implements a generic server |
68 | 2,866 | 1,609 | erb | An easy to use but powerful templating system for Ruby. |
69 | 2,897 | 438 | ostruct | Class to build custom data structures, similar to a Hash. |
70 | 2,963 | 1,939 | resolv | Thread-aware DNS resolver library in Ruby. |
71 | 2,978 | 1,974 | yaml | YAML Ain't Markup Language |
72 | 3,012 | 1,244 | observer | Implementation of the Observer object-oriented design pattern. |
73 | 3,076 | 1,297 | fiddle | A libffi wrapper for Ruby. |
74 | 3,219 | 1,791 | singleton | The Singleton module implements the Singleton pattern. |
75 | 3,393 | 2,155 | abbrev | Calculates a set of unique abbreviations for a given set of strings |
76 | 3,504 | 2,296 | resolv-replace | Replace Socket DNS with Resolv. |
77 | 3,537 | 6,469 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
78 | 3,628 | 2,082 | getoptlong | GetoptLong for Ruby |
79 | 3,833 | 3,402 | etc | Provides access to information typically stored in UNIX /etc directory. |
80 | 3,853 | 2,447 | tempfile | A utility class for managing temporary files. |
81 | 3,982 | 2,701 | syslog | Ruby interface for the POSIX system logging facility. |
82 | 4,010 | 2,487 | open-uri | An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP. |
83 | 4,050 | 3,384 | rinda | The Linda distributed computing paradigm in Ruby. |
84 | 4,884 | 3,122 | win32api | The wrapper library for win32 API |
85 | 5,004 | 6,381 | shell | An idiomatic Ruby interface for common UNIX shell commands. |
86 | 5,292 | 2,949 | shellwords | Manipulates strings with word parsing rules of UNIX Bourne shell. |
87 | 5,744 | 3,802 | tsort | Topological sorting using Tarjan's algorithm |
88 | 5,927 | 3,613 | readline-ext | Provides an interface for GNU Readline and Edit Line (libedit). |
89 | 6,150 | 4,303 | pathname | Representation of the name of a file or directory on the filesystem |
90 | 6,193 | 1,594 | pstore | Transactional File Storage for Ruby Objects |
91 | 6,240 | 9,078 | dbm | Provides a wrapper for the UNIX-style Database Manager Library |
92 | 6,379 | 5,164 | fcntl | Loads constants defined in the OS fcntl.h C header file |
93 | 6,472 | 5,054 | delegate | Provides three abilities to delegate method calls to an object. |
94 | 6,661 | 3,993 | pp | Provides a PrettyPrinter for Ruby objects |
95 | 6,800 | 7,382 | ruby | FIX ME |
96 | 7,003 | 3,957 | prettyprint | Implements a pretty printing algorithm for readable structure. |
97 | 7,027 | 6,387 | tracer | A Ruby tracer |
98 | 7,593 | 3,977 | error_highlight | The gem enhances Exception#message by adding a short explanation where the exception is... |
99 | 7,643 | 11,196 | logger-application | Add logging support to your application. |
100 | 7,693 | 4,283 | rubygems-generate_index | Generates the index files for a gem server directory |
101 | 7,706 | 5,647 | minitest-power_assert | Power Assert for Minitest. |
102 | 7,721 | 5,620 | readline | This is just a loader for "readline". If Ruby has the "readline-ext" gem
that is a nati... |
103 | 8,345 | 11,777 | gdbm | Ruby extension for GNU dbm. |
104 | 8,351 | 5,784 | cmath | CMath is a library that provides trigonometric and transcendental functions for complex... |
105 | 8,443 | 5,499 | tmpdir | Extends the Dir class to manage the OS temporary file path. |
106 | 8,474 | 5,633 | un | Utilities to replace common UNIX commands |
107 | 8,992 | 5,026 | find | This module supports top-down traversal of a set of file paths. |
108 | 9,454 | 5,617 | weakref | Allows a referenced object to be garbage-collected. |
109 | 9,485 | 19,538 | yao | YAO is a Yet Another OpenStack API Wrapper that rocks!! |
110 | 10,360 | 5,740 | io-nonblock | Enables non-blocking mode with IO class |
111 | 10,682 | 13,290 | itamae-plugin-recipe-rbenv | Itamae plugin to install ruby with rbenv |
112 | 10,723 | 4,276 | syntax_suggest | When you get an "unexpected end" in your syntax this gem helps you find it |
113 | 11,538 | 11,636 | mathn | Deprecated library that extends math operations. |
114 | 11,745 | 4,014 | test-unit-ruby-core | Additional test assertions for Ruby standard libraries. |
115 | 11,935 | 27,003 | rubygems-mirror | This is an update to the old `gem mirror` command. It uses net/http/persistent
and thre... |
116 | 12,458 | 3,242 | repl_type_completor | Type based completion for REPL. |
117 | 13,801 | 49,668 | tdiary | tDiary is so called Weblog. |
118 | 13,822 | 7,512 | sdbm | Provides a simple file-based key-value store with String keys and values. |
119 | 14,709 | 49,668 | jenkins-plugin-runtime | I'll think of a better description later, but if you're reading this, then I haven't |
120 | 15,965 | 49,668 | capistrano-stretcher | capistrano task for stretcher. |
121 | 17,605 | 14,011 | hikidoc | 'HikiDoc' is a text-to-HTML conversion tool for web writers. |
122 | 18,397 | 71,275 | atig | Atig.rb is Twitter Irc Gateway. |
123 | 18,617 | 71,275 | tdiary-contrib | tDiary contributions package that includes plugins, styles, utilities, libraries, filte... |
124 | 19,117 | 22,698 | sidekiq-scheduler-notification | Slack notification middleware for sidekiq-scheduler |
125 | 19,847 | 14,011 | gemstash | Gemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto... |
126 | 20,040 | 15,269 | tk | Tk interface module using tcltklib. |
127 | 20,442 | 22,698 | takosan | Ruby wrapper of Takosan |
128 | 22,042 | 71,275 | agig | another Github IRC Gateway |
129 | 22,451 | 9,580 | bundler-graph | `graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph. |
130 | 24,120 | 7,877 | win32ole | Provides an interface for OLE Automation in Ruby |
131 | 24,904 | 41,165 | kaname | Identity configuration tool for OpenStack. You can apply simple YAML definition into Ke... |
132 | 25,525 | 49,668 | kakine | Security Group configuration tool for OpenStack. You can apply simple YAML definition i... |
133 | 26,309 | 49,668 | jpi | Allows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele... |
134 | 28,261 | 71,275 | tdiary-style-gfm | GFM Style for tDiary |
135 | 29,420 | 71,275 | tdiary-blogkit | tDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ... |
136 | 30,752 | 41,165 | mackerel-rb | Yet another mackerel client for Ruby. |
137 | 31,040 | 9,230 | monitor | Provides an object or module to use safely by more than one thread |
138 | 31,905 | 49,668 | capistrano-stretcher-rails | rails specific tasks for capistrano-stretcher |
139 | 34,498 | 11,374 | profile | Profile provides a way to Profile your Ruby application. |
140 | 38,035 | 12,030 | rubygems-server | Gem::Server and allows users to serve gems for consumption by `gem --remote-install`. |
141 | 38,690 | 32,342 | profiler | Easy, targeted Ruby profiling |
142 | 44,827 | 20,138 | rake-confirm | Confirmation for destructive Rails task. |
143 | 45,170 | 49,668 | rubyvm | RubyVM |
144 | 49,565 | 71,275 | acts_as_bits | ActiveRecord plugin that maintains massive flags in one column |
145 | 51,836 | 71,275 | coverage | output-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi... |
146 | 54,702 | 71,275 | omniauth-colormeshop | OmniAuth Strategy for ColorMeShop API |
147 | 55,674 | 71,275 | kakin | kakin is resource calcuration tool for OpenStack |
148 | 58,700 | 71,275 | gyomu_ruby | GyomuRuby |
149 | 62,526 | 32,342 | heroku_scale_scheduler | scaling scheduler for heroku dynos/workers |
150 | 67,456 | 49,668 | furik | A summary generator of GitHub activity for retrospective. |
151 | 70,099 | 71,275 | auto_truncated_logger | logger of auto truncated old file. |
152 | 73,224 | 71,275 | capistrano-stretcher-npm | npm task for capistrano-stretcher |
153 | 73,606 | 71,275 | tdiary-style-rd | RD Style for tDiary |
154 | 74,548 | 32,342 | lrama | LALR (1) parser generator written by Ruby |
155 | 76,040 | 71,275 | delayed_job_slack_notification | Slack notifier for pending jobs of Delayed Job. |
156 | 81,837 | 71,275 | ikachan | Ruby wrapper of Ikachan |
157 | 84,473 | 36,251 | rake-contrib | Additional libraries for Rake |
158 | 100,079 | 36,251 | rubygems-yomikomu | rubygems hooks for yomikomu |
159 | 101,200 | 71,275 | js | JavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional... |
160 | 103,749 | 71,275 | tdiary-style-etdiary | etDiary Style for tDiary |
161 | 108,181 | 71,275 | fiber | Fiber is an open source content engine for Ruby. |
162 | 108,320 | 71,275 | tdiary-cache-redis | tDiary cache with redis |
163 | 111,044 | 71,275 | tdiary-io-rdb | rdb adapter for tDiary |
164 | 116,721 | 71,275 | log_minimal | Ruby port of Log::Minimal. |
165 | 132,365 | 49,668 | sqale | Write a gem description |
166 | 136,212 | 71,275 | tdiary-style-emptdiary | emptDiary Style for tDiary |
167 | 138,550 | 49,668 | rack-nojs | treat script tag in response.body when access with old mobile phone. |
168 | 140,615 | 71,275 | tdiary-cache-memcached | tDiary cache with memcached |
169 | 155,306 | 71,275 | tdiary-coffeescript | CoffeeScript Filter for tDiary. |
170 | 175,580 | 49,668 | gem-ext-cleaner | Clean up unnecessary extension files for gem command. |
171 | 182,621 | 49,668 | net-http-sspi | implements bindings to Win32 SSPI functions, focused on authentication to a proxy serve... |
172 | 182,667 | 41,165 | win32-registry | Provides an interface to the Windows Registry in Ruby |