Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
21016rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
31214jsonA JSON implementation as a JRuby extension.
44623rexmlAn XML toolkit for Ruby
56029raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
665268rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
7105126ruby2_keywordsShim library for Module#ruby2_keywords
811082webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
91277base64Support for encoding and decoding binary data using a Base64 representation.
1013413bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
1116368net-imapRuby client api for Internet Message Access Protocol
1217653timeoutAuto-terminate potentially long-running operations in Ruby.
1317791rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
14182110net-smtpSimple Mail Transfer Protocol client library for Ruby.
1519118loggerProvides a simple logging utility for outputting messages.
16197240kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
17209106net-protocolThe abstract interface for net-* client.
1821962dateThe official date library for Ruby.
19240153net-popRuby client library for POP3.
2027189psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
2127560drbDistributed object system for Ruby
2227984relineAlternative GNU Readline or Editline implementation by pure Ruby.
2329495irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
2430459uriURI is a module providing classes to handle Uniform Resource Identifiers
2531272benchmarka performance benchmarking library
2631383io-consoleadd console capabilities to IO instances.
27328199matrixAn implementation of Matrix and Vector classes.
2833296mutex_mMixin to extend objects to be handled like a Mutex.
2933950securerandomInterface for secure random number generator.
30345103stringioPseudo `IO` class from/to `String`.
31383128net-httpHTTP client api for Ruby.
32407112csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
33513249optparseOptionParser is a class for command-line option analysis. It is much more advanced, ye...
34538203debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
35569340strscanProvides lexical scanning operations on a String.
36688134ostructClass to build custom data structures, similar to a Hash.
37696222nkfRuby extension for Network Kanji Filter
38724561power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
39739300opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
407561,907json_pureThis is a JSON implementation in pure Ruby.
41763132ppProvides a PrettyPrinter for Ruby objects
42835760syncA module that provides a two-phase lock with a counter.
43877155prettyprintImplements a pretty printing algorithm for readable structure.
44973852gemsRuby wrapper for the RubyGems.org API
45995138erbAn easy to use but powerful templating system for Ruby.
461,0101,281e2mmapModule for defining custom exceptions with specific messages.
471,026310rbsRBS is the language for type signatures for Ruby and standard library definitions.
481,039626setProvides a class to deal with collections of unordered, unique values
491,1011,844net-telnetProvides telnet client functionality.
501,130234cgiSupport for the Common Gateway Interface protocol.
511,326709primePrime numbers and factorization library.
521,5071,646thwaitWatches for termination of multiple threads.
531,5411,418digestProvides a framework for message digest libraries.
541,5871,977xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
551,5924,035string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
561,611865net-ftpSupport for the File Transfer Protocol.
571,6881,971ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
581,7261,200forwardableProvides delegation of specified methods to a designated object.
591,774560observerImplementation of the Observer object-oriented design pattern.
601,8211,701fileutilsSeveral file utility methods for copying, moving, removing, etc.
611,8601,422rssFamily of libraries that support various formats of XML "feeds".
621,8662,086iconviconv wrapper library
631,870794zlibRuby interface for the zlib compression/decompression library
641,8712,123threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
651,888858timeExtends the Time class with methods for parsing and conversion.
661,933821singletonThe Singleton module implements the Singleton pattern.
671,974184tsortTopological sorting using Tarjan's algorithm
681,993720gserverGServer implements a generic server
692,015624fiddleA libffi wrapper for Ruby.
702,131576pstoreTransactional File Storage for Ruby Objects
712,1921,704typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
722,194472abbrevCalculates a set of unique abbreviations for a given set of strings
732,2641,204yamlYAML Ain't Markup Language
742,4001,782open3Popen, but with stderr, too
752,4741,479resolvThread-aware DNS resolver library in Ruby.
762,4851,887io-waitWaits until IO is readable or writable without blocking.
772,5121,914scanfscanf is an implementation of the C function scanf(3).
782,5393,503englishRequire 'English.rb' to reference global variables with less cryptic names.
792,7241,341syslogRuby interface for the POSIX system logging facility.
802,7382,315resolv-replaceReplace Socket DNS with Resolv.
812,8252,147getoptlongGetoptLong for Ruby
822,9784,525did_you_meanThe gem that has been saving people from typos since 2014.
833,2332,611rindaThe Linda distributed computing paradigm in Ruby.
843,3122,131open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
853,3262,270tempfileA utility class for managing temporary files.
863,7282,533syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
873,7944,205etcProvides access to information typically stored in UNIX /etc directory.
883,8861,741repl_type_completorType based completion for REPL.
894,3192,976shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
904,4672,070win32apiThe wrapper library for win32 API
914,5532,242readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
925,2293,320error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
935,2865,677shellAn idiomatic Ruby interface for common UNIX shell commands.
945,3913,596win32oleProvides an interface for OLE Automation in Ruby
955,4144,687pathnameRepresentation of the name of a file or directory on the filesystem
965,4443,850readline-extProvides an interface for GNU Readline and Edit Line (libedit).
975,6733,350rubygems-generate_indexGenerates the index files for a gem server directory
985,8794,272delegateProvides three abilities to delegate method calls to an object.
996,0035,439fcntlLoads constants defined in the OS fcntl.h C header file
1006,5067,498dbmProvides a wrapper for the UNIX-style Database Manager Library
1016,5314,612tracerA Ruby tracer
1026,6814,764cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1036,9083,940test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
1046,9883,374syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1057,1085,353tmpdirExtends the Dir class to manage the OS temporary file path.
1067,28610,815rubyFIX ME
1077,6535,387findThis module supports top-down traversal of a set of file paths.
1087,6724,979weakrefAllows a referenced object to be garbage-collected.
1097,7214,992minitest-power_assertPower Assert for Minitest.
1107,7436,081unUtilities to replace common UNIX commands
1118,3416,195io-nonblockEnables non-blocking mode with IO class
1128,44711,412logger-applicationAdd logging support to your application.
1138,92310,400gdbmRuby extension for GNU dbm.
1149,26113,338mathnDeprecated library that extends math operations.
11510,11217,849yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
11610,9065,301sdbmProvides a simple file-based key-value store with String keys and values.
11711,43819,705itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11813,06327,759rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
11914,27223,982tdiarytDiary is so called Weblog.
12015,36411,682jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12117,13821,788capistrano-stretchercapistrano task for stretcher.
12217,57811,812bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12318,00925,513hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12418,99114,007tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12519,16019,171gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12619,52821,788atigAtig.rb is Twitter Irc Gateway.
12719,54916,844tkTk interface module using tcltklib.
12820,27025,513sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
12921,51316,844takosanRuby wrapper of Takosan
13022,96930,871agiganother Github IRC Gateway
13124,52517,849kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13225,94455,083monitorProvides an object or module to use safely by more than one thread
13326,13421,788kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13426,18013,727rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
13527,06817,138jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13627,95816,844tdiary-style-gfmGFM Style for tDiary
13728,30614,799tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
13829,13012,812profileProfile provides a way to Profile your Ruby application.
13930,58219,705mackerel-rbYet another mackerel client for Ruby.
14033,82335,417capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14139,99025,513profilerEasy, targeted Ruby profiling
14242,97818,241rake-confirmConfirmation for destructive Rails task.
14346,6177,814bundler-sbomGenerate SPDX SBOM(Software Bill of Materials) files with Bundler
14448,33042,349rubyvmRubyVM
14552,16942,349acts_as_bitsActiveRecord plugin that maintains massive flags in one column
14652,27623,982kakinkakin is resource calcuration tool for OpenStack
14752,34119,171lramaLALR (1) parser generator written by Ruby
14853,15227,759omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14955,65787,276coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
15056,83630,871gyomu_rubyGyomuRuby
15162,97835,417furikA summary generator of GitHub activity for retrospective.
15264,15042,349heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15370,86742,349auto_truncated_loggerlogger of auto truncated old file.
15472,49116,041jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
15573,33355,083rake-contribAdditional libraries for Rake
15673,34087,276tdiary-style-rdRD Style for tDiary
15775,87055,083delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
15876,61887,276capistrano-stretcher-npmnpm task for capistrano-stretcher
15983,96655,083ikachanRuby wrapper of Ikachan
16097,17642,349rubygems-yomikomurubygems hooks for yomikomu
16199,22642,349fiberFiber is an open source content engine for Ruby.
162103,75155,083tdiary-style-etdiaryetDiary Style for tDiary
163108,08542,349tdiary-cache-redistDiary cache with redis
164109,36142,349tdiary-io-rdbrdb adapter for tDiary
165114,07816,554win32-registryProvides an interface to the Windows Registry in Ruby
166118,41055,083log_minimalRuby port of Log::Minimal.
167131,26155,083sqaleWrite a gem description
168135,01187,276tdiary-style-emptdiaryemptDiary Style for tDiary
169138,45055,083rack-nojstreat script tag in response.body when access with old mobile phone.
170139,38155,083tdiary-cache-memcachedtDiary cache with memcached
171144,86227,759gem-ext-cleanerClean up unnecessary extension files for gem command.
172152,08055,083tdiary-coffeescriptCoffeeScript Filter for tDiary.
173178,62587,276gem-cloneClone gem repositories by fetching source code URLs from gem metadata
174179,58755,083rubygems-ghqA RubyGems plugin that automatically clones git repositories of gems after installation
175181,91087,276gem-sweepClean up unnecessary extension files for gem command.
176184,29155,083net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...
177186,20187,276gem-repairA RubyGems plugin that finds and reinstalls gems with missing compiled extensions.
178187,42187,276rubygems-auto-cloneA RubyGems plugin that automatically clones git repositories of gems after installation