Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
21613rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
31818jsonThis is a JSON implementation as a Ruby extension in C.
434218rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
58821rexmlAn XML toolkit for Ruby
610490ruby2_keywordsShim library for Module#ruby2_keywords
711022raccRacc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby ...
815746webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
9179200kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
10208444rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
1141989timeoutAuto-terminate potentially long-running operations in Ruby.
1248981net-imapRuby client api for Internet Message Access Protocol
13549114net-smtpSimple Mail Transfer Protocol client library for Ruby.
14592129net-protocolThe abstract interface for net-* client.
156291,473json_pureThis is a JSON implementation in pure Ruby.
16630131net-popRuby client library for POP3.
17727549power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
18732250psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
19761207matrixAn implementation of Matrix and Vector classes.
20843147dateA subclass of Object includes Comparable module for handling dates.
218771,752net-telnetProvides telnet client functionality.
22951562opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
23993358optparseOptionParser is a class for command-line option analysis.
241,008460syncA module that provides a two-phase lock with a counter.
251,019492e2mmapModule for defining custom exceptions with specific messages.
261,033246relineAlternative GNU Readline or Editline implementation by pure Ruby.
271,036595gemsRuby wrapper for the RubyGems.org API
281,067264irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
291,095268bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
301,135653setProvides a class to deal with collections of unordered, unique values
311,172641io-consoleadd console capabilities to IO instances.
321,2522,260string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
331,254354debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
341,3501,365thwaitWatches for termination of multiple threads.
351,4251,704xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
361,5191,163strscanProvides lexical scanning operations on a String.
371,5511,174digestProvides a framework for message digest libraries.
381,5712,227threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
391,6041,813iconviconv wrapper library
401,609975csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
411,614294stringioPseudo `IO` class from/to `String`.
421,6171,971loggerProvides a simple logging utility for outputting messages.
431,6211,253benchmarka performance benchmarking library
441,7621,074ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
451,795167base64Support for encoding and decoding binary data using a Base64 representation.
461,827485uriURI is a module providing classes to handle Uniform Resource Identifiers
471,847521rbsRBS is the language for type signatures for Ruby and standard library definitions.
482,049959cgiSupport for the Common Gateway Interface protocol.
492,0701,540fileutilsSeveral file utility methods for copying, moving, removing, etc.
502,1421,557rssFamily of libraries that support various formats of XML "feeds".
512,1463,489englishRequire 'English.rb' to reference global variables with less cryptic names.
522,1531,478net-ftpSupport for the File Transfer Protocol.
532,3971,422primePrime numbers and factorization library.
542,5023,408did_you_meanThe gem that has been saving people from typos since 2014.
552,6601,471typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
562,7092,193io-waitWaits until IO is readable or writable without blocking.
572,7191,742zlibRuby interface for the zlib compression/decompression library
582,8531,216forwardableProvides delegation of specified methods to a designated object.
592,9201,334net-httpHTTP client api for Ruby.
602,9542,066scanfscanf is an implementation of the C function scanf(3).
612,9611,731timeExtends the Time class with methods for parsing and conversion.
623,078326drbDistributed object system for Ruby
633,186398mutex_mMixin to extend objects to be handled like a Mutex.
643,1872,013yamlYAML Ain't Markup Language
653,3104,746syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
663,3292,218resolvThread-aware DNS resolver library in Ruby.
673,5431,854securerandomInterface for secure random number generator.
683,5812,184open3Popen, but with stderr, too
693,6333,181fiddleA libffi wrapper for Ruby.
703,7643,706etcProvides access to information typically stored in UNIX /etc directory.
713,8981,922singletonThe Singleton module implements the Singleton pattern.
724,0651,975erbAn easy to use but powerful templating system for Ruby.
734,2282,638ostructClass to build custom data structures, similar to a Hash.
744,5542,615open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
754,7092,355tempfileA utility class for managing temporary files.
765,1813,504shellAn idiomatic Ruby interface for common UNIX shell commands.
775,5443,306win32apiThe wrapper library for win32 API
785,6311,874gserverGServer implements a generic server
796,0167,713dbmProvides a wrapper for the UNIX-style Database Manager Library
806,5148,095rubyFIX ME
816,6882,916shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
826,7083,475tsortTopological sorting using Tarjan's algorithm
836,7604,087fcntlLoads constants defined in the OS fcntl.h C header file
846,8503,939delegateProvides three abilities to delegate method calls to an object.
857,1153,518pathnameRepresentation of the name of a file or directory on the filesystem
867,1324,030ppProvides a PrettyPrinter for Ruby objects
877,1485,723readline-extProvides an interface for GNU Readline and Edit Line (libedit).
887,1945,694tracerA Ruby tracer
897,2033,523pstoreTransactional File Storage for Ruby Objects
907,20910,502logger-applicationAdd logging support to your application.
917,2413,695resolv-replaceReplace Socket DNS with Resolv.
927,3184,033getoptlongGetoptLong for Ruby
937,71912,296gdbmRuby extension for GNU dbm.
947,7276,306minitest-power_assertPower Assert for Minitest.
958,1154,077prettyprintImplements a pretty printing algorithm for readable structure.
968,3283,985nkfRuby extension for Network Kanji Filter
978,5874,319observerImplementation of the Observer object-oriented design pattern.
988,6226,546readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
998,8095,532cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1009,4036,200yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
1019,8104,567unUtilities to replace common UNIX commands
1029,9704,516tmpdirExtends the Dir class to manage the OS temporary file path.
10310,10711,326itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
10411,02739,745rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
10511,3553,599abbrevCalculates a set of unique abbreviations for a given set of strings
10611,37112,403mathnDeprecated library that extends math operations.
10711,5014,448findThis module supports top-down traversal of a set of file paths.
10812,0194,589weakrefAllows a referenced object to be garbage-collected.
10912,3485,191error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
11013,25748,487tdiarytDiary is so called Weblog.
11113,93469,478jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
11213,9595,393syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
11314,2216,295io-nonblockEnables non-blocking mode with IO class
11414,4614,563rindaThe Linda distributed computing paradigm in Ruby.
11514,6056,373syslogRuby interface for the POSIX system logging facility.
11614,93539,745capistrano-stretchercapistrano task for stretcher.
11716,99823,382hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
11817,3807,948sdbmProvides a simple file-based key-value store with String keys and values.
11917,65469,478atigAtig.rb is Twitter Irc Gateway.
12018,27539,745tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12119,66323,382takosanRuby wrapper of Takosan
12220,10719,274tkTk interface module using tcltklib.
12320,4668,861sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
12420,49812,069gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12521,14869,478agiganother Github IRC Gateway
12624,52648,487kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
12724,63134,559kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
12825,19369,478jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
12927,65848,487tdiary-style-gfmGFM Style for tDiary
13029,29828,360monitorProvides an object or module to use safely by more than one thread
13129,66348,487tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
13229,8283,235test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
13330,17239,745capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
13430,31034,559mackerel-rbYet another mackerel client for Ruby.
13536,91616,022bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
13641,12748,487profilerEasy, targeted Ruby profiling
13741,13010,715profileProfile provides a way to Profile your Ruby application.
13842,58910,137win32oleProvides an interface for OLE Automation in Ruby
13943,57526,301rubyvmRubyVM
14046,18818,263rake-confirmConfirmation for destructive Rails task.
14147,37669,478acts_as_bitsActiveRecord plugin that maintains massive flags in one column
14249,19469,478coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
14353,14012,746rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
14455,18469,478omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14556,53948,487kakinkakin is resource calcuration tool for OpenStack
14659,26930,888gyomu_rubyGyomuRuby
14760,77030,888heroku_scale_schedulerscaling scheduler for heroku dynos/workers
14867,35026,301furikA summary generator of GitHub activity for retrospective.
14967,91869,478auto_truncated_loggerlogger of auto truncated old file.
15070,13569,478capistrano-stretcher-npmnpm task for capistrano-stretcher
15172,14869,478tdiary-style-rdRD Style for tDiary
15275,23869,478delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
15379,67939,745ikachanRuby wrapper of Ikachan
15483,83734,559rake-contribAdditional libraries for Rake
15599,23669,478rubygems-yomikomurubygems hooks for yomikomu
156101,94869,478tdiary-style-etdiaryetDiary Style for tDiary
157106,51869,478tdiary-cache-redistDiary cache with redis
158109,43669,478tdiary-io-rdbrdb adapter for tDiary
159110,32969,478fiberFiber is an open source content engine for Ruby.
160114,15869,478log_minimalRuby port of Log::Minimal.
161130,22969,478sqaleWrite a gem description
162133,16724,712lramaLALR (1) parser generator written by Ruby
163134,00969,478tdiary-style-emptdiaryemptDiary Style for tDiary
164136,68369,478rack-nojstreat script tag in response.body when access with old mobile phone.
165138,62869,478tdiary-cache-memcachedtDiary cache with memcached
166153,66469,478tdiary-coffeescriptCoffeeScript Filter for tDiary.
167177,56230,888gem-ext-cleanerClean up unnecessary extension files for gem command.
168177,59211,608rubygems-generate_indexGenerates the index files for a gem server directory