Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
21018rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
3129jsonA JSON implementation as a JRuby extension.
44816rexmlAn XML toolkit for Ruby
56027raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
663265rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
7105122ruby2_keywordsShim library for Module#ruby2_keywords
8110106webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
91358base64Support for encoding and decoding binary data using a Base64 representation.
1014812bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
1116842net-imapRuby client api for Internet Message Access Protocol
12180111rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
1318458timeoutAuto-terminate potentially long-running operations in Ruby.
14186102net-smtpSimple Mail Transfer Protocol client library for Ruby.
15196250kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
1620622loggerProvides a simple logging utility for outputting messages.
17214104net-protocolThe abstract interface for net-* client.
1823069dateThe official date library for Ruby.
19247164net-popRuby client library for POP3.
20283112psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
2128961drbDistributed object system for Ruby
22292101relineAlternative GNU Readline or Editline implementation by pure Ruby.
23305115irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
2432344uriURI is a module providing classes to handle Uniform Resource Identifiers
25324116io-consoleadd console capabilities to IO instances.
2632954benchmarka performance benchmarking library
27332213matrixAn implementation of Matrix and Vector classes.
2835490mutex_mMixin to extend objects to be handled like a Mutex.
29377120stringioPseudo `IO` class from/to `String`.
3038660securerandomInterface for secure random number generator.
3141992net-httpHTTP client api for Ruby.
32437136csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
33530230optparseOptionParser is a class for command-line option analysis. It is much more advanced, ye...
34583263debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
35593347strscanProvides lexical scanning operations on a String.
36711229nkfRuby extension for Network Kanji Filter
37728558power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
38734134ostructClass to build custom data structures, similar to a Hash.
39754884json_pureThis is a JSON implementation in pure Ruby.
40757335opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
41828159ppProvides a PrettyPrinter for Ruby objects
428361,055syncA module that provides a two-phase lock with a counter.
43950176prettyprintImplements a pretty printing algorithm for readable structure.
44980616gemsRuby wrapper for the RubyGems.org API
451,0061,242e2mmapModule for defining custom exceptions with specific messages.
461,052579setProvides a class to deal with collections of unordered, unique values
471,058379rbsRBS is the language for type signatures for Ruby and standard library definitions.
481,0881,917net-telnetProvides telnet client functionality.
491,129154erbAn easy to use but powerful templating system for Ruby.
501,220325cgiSupport for the Common Gateway Interface protocol.
511,3341,044primePrime numbers and factorization library.
521,4971,677thwaitWatches for termination of multiple threads.
531,5401,305digestProvides a framework for message digest libraries.
541,5804,289string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
551,5831,882xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
561,632787net-ftpSupport for the File Transfer Protocol.
571,6781,892ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
581,7391,451forwardableProvides delegation of specified methods to a designated object.
591,819604observerImplementation of the Observer object-oriented design pattern.
601,8281,538fileutilsSeveral file utility methods for copying, moving, removing, etc.
611,8432,121threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
621,8441,983iconviconv wrapper library
631,8481,611rssFamily of libraries that support various formats of XML "feeds".
641,889857zlibRuby interface for the zlib compression/decompression library
651,919762timeExtends the Time class with methods for parsing and conversion.
661,9501,172singletonThe Singleton module implements the Singleton pattern.
672,018753gserverGServer implements a generic server
682,073697fiddleA libffi wrapper for Ruby.
692,2041,742typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
702,212577pstoreTransactional File Storage for Ruby Objects
712,3191,170yamlYAML Ain't Markup Language
722,3351,067abbrevCalculates a set of unique abbreviations for a given set of strings
732,404234tsortTopological sorting using Tarjan's algorithm
742,4251,802open3Popen, but with stderr, too
752,5141,547io-waitWaits until IO is readable or writable without blocking.
762,5231,693resolvThread-aware DNS resolver library in Ruby.
772,5282,744englishRequire 'English.rb' to reference global variables with less cryptic names.
782,5341,906scanfscanf is an implementation of the C function scanf(3).
792,7462,090resolv-replaceReplace Socket DNS with Resolv.
802,8011,350syslogRuby interface for the POSIX system logging facility.
812,8502,312getoptlongGetoptLong for Ruby
822,9604,421did_you_meanThe gem that has been saving people from typos since 2014.
833,2462,808rindaThe Linda distributed computing paradigm in Ruby.
843,3661,977open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
853,3772,167tempfileA utility class for managing temporary files.
863,7076,871syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
873,7852,946etcProvides access to information typically stored in UNIX /etc directory.
884,1221,770repl_type_completorType based completion for REPL.
894,3802,550shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
904,5493,036win32apiThe wrapper library for win32 API
914,7252,921readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
925,2806,198shellAn idiomatic Ruby interface for common UNIX shell commands.
935,3663,391error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
945,4334,385pathnameRepresentation of the name of a file or directory on the filesystem
955,4613,792readline-extProvides an interface for GNU Readline and Edit Line (libedit).
965,5103,836win32oleProvides an interface for OLE Automation in Ruby
975,9162,339rubygems-generate_indexGenerates the index files for a gem server directory
985,9294,693delegateProvides three abilities to delegate method calls to an object.
996,0164,827fcntlLoads constants defined in the OS fcntl.h C header file
1006,49410,514dbmProvides a wrapper for the UNIX-style Database Manager Library
1016,6204,723tracerA Ruby tracer
1026,7044,937cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1037,1395,141tmpdirExtends the Dir class to manage the OS temporary file path.
1047,21511,498rubyFIX ME
1057,3583,194syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1067,5762,710test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
1077,6985,413findThis module supports top-down traversal of a set of file paths.
1087,7186,492minitest-power_assertPower Assert for Minitest.
1097,7396,014unUtilities to replace common UNIX commands
1107,7824,447weakrefAllows a referenced object to be garbage-collected.
1118,39112,653logger-applicationAdd logging support to your application.
1128,3945,586io-nonblockEnables non-blocking mode with IO class
1138,87710,555gdbmRuby extension for GNU dbm.
1149,19916,252mathnDeprecated library that extends math operations.
11510,0839,212yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
11611,1306,133sdbmProvides a simple file-based key-value store with String keys and values.
11711,37811,967itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11812,97238,770rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
11914,28210,479tdiarytDiary is so called Weblog.
12015,36317,237jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12117,01138,770capistrano-stretchercapistrano task for stretcher.
12217,89511,347bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12317,96215,920hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12419,05116,411tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12519,21417,237gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12619,39823,819atigAtig.rb is Twitter Irc Gateway.
12719,61416,252tkTk interface module using tcltklib.
12820,10547,265sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
12921,39247,265takosanRuby wrapper of Takosan
13022,91322,365agiganother Github IRC Gateway
13124,72717,852kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13226,16532,154kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13326,35032,154monitorProvides an object or module to use safely by more than one thread
13427,10226,757jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13527,8089,958rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
13628,24722,365tdiary-style-gfmGFM Style for tDiary
13728,72418,532tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
13829,63917,634profileProfile provides a way to Profile your Ruby application.
13930,81522,365mackerel-rbYet another mackerel client for Ruby.
14033,64366,059capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14139,61987,602profilerEasy, targeted Ruby profiling
14243,22924,315rake-confirmConfirmation for destructive Rails task.
14347,58131,112bundler-sbomGenerate SPDX SBOM(Software Bill of Materials) files with Bundler
14447,97898,240rubyvmRubyVM
14551,96956,846acts_as_bitsActiveRecord plugin that maintains massive flags in one column
14653,07053,294omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14753,16330,093kakinkakin is resource calcuration tool for OpenStack
14855,18498,240coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
14955,84314,973lramaLALR (1) parser generator written by Ruby
15057,34661,102gyomu_rubyGyomuRuby
15163,95033,244furikA summary generator of GitHub activity for retrospective.
15264,23698,240heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15370,995112,619auto_truncated_loggerlogger of auto truncated old file.
15473,69227,533rake-contribAdditional libraries for Rake
15573,73261,102tdiary-style-rdRD Style for tDiary
15676,06961,102delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
15776,09531,112jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
15876,302131,109capistrano-stretcher-npmnpm task for capistrano-stretcher
15983,86098,240ikachanRuby wrapper of Ikachan
16098,12978,816rubygems-yomikomurubygems hooks for yomikomu
16199,78550,095fiberFiber is an open source content engine for Ruby.
162104,19298,240tdiary-style-etdiaryetDiary Style for tDiary
163108,34787,602tdiary-cache-redistDiary cache with redis
164110,22098,240tdiary-io-rdbrdb adapter for tDiary
165118,389157,203log_minimalRuby port of Log::Minimal.
166131,83887,602sqaleWrite a gem description
167135,715157,203tdiary-style-emptdiaryemptDiary Style for tDiary
168139,217112,619rack-nojstreat script tag in response.body when access with old mobile phone.
169139,63419,860win32-registryProvides an interface to the Windows Registry in Ruby
170139,991112,619tdiary-cache-memcachedtDiary cache with memcached
171153,48198,240tdiary-coffeescriptCoffeeScript Filter for tDiary.
172154,97534,474gem-ext-cleanerClean up unnecessary extension files for gem command.
173179,01144,655gem-cloneClone gem repositories by fetching source code URLs from gem metadata
174179,80761,102rubygems-ghqA RubyGems plugin that automatically clones git repositories of gems after installation
175181,86850,095gem-sweepClean up unnecessary extension files for gem command.
176184,018112,619net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...
177186,47698,240gem-repairA RubyGems plugin that finds and reinstalls gems with missing compiled extensions.
178186,81998,240rubygems-auto-cloneA RubyGems plugin that automatically clones git repositories of gems after installation