Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
119bundlerBundler manages an application's dependencies through its entire life, across many mach...
21033rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
31316jsonThis is a JSON implementation as a Ruby extension in C.
45162rexmlAn XML toolkit for Ruby
559413rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
66721raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
710670ruby2_keywordsShim library for Module#ruby2_keywords
8112132webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
91636base64Support for encoding and decoding binary data using a Base64 representation.
1017419bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
1118168net-imapRuby client api for Internet Message Access Protocol
12190116rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
13191354kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
1419876timeoutAuto-terminate potentially long-running operations in Ruby.
1519979net-smtpSimple Mail Transfer Protocol client library for Ruby.
1622798net-protocolThe abstract interface for net-* client.
172468loggerProvides a simple logging utility for outputting messages.
18257103dateA subclass of Object includes Comparable module for handling dates.
19264122net-popRuby client library for POP3.
20304108psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
21317107relineAlternative GNU Readline or Editline implementation by pure Ruby.
2232697drbDistributed object system for Ruby
23329118irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
24349189matrixAn implementation of Matrix and Vector classes.
25383110io-consoleadd console capabilities to IO instances.
26386115uriURI is a module providing classes to handle Uniform Resource Identifiers
2742355benchmarka performance benchmarking library
28427105mutex_mMixin to extend objects to be handled like a Mutex.
29437114stringioPseudo `IO` class from/to `String`.
3046699net-httpHTTP client api for Ruby.
31485199csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
3248860securerandomInterface for secure random number generator.
33598467optparseOptionParser is a class for command-line option analysis.
34659371strscanProvides lexical scanning operations on a String.
35701260debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
36735427power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
37755406json_pureThis is a JSON implementation in pure Ruby.
38771844opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
39785372nkfRuby extension for Network Kanji Filter
408371,301syncA module that provides a two-phase lock with a counter.
41877140ostructClass to build custom data structures, similar to a Hash.
421,0001,438e2mmapModule for defining custom exceptions with specific messages.
431,012392gemsRuby wrapper for the RubyGems.org API
441,021121ppProvides a PrettyPrinter for Ruby objects
451,0671,067setProvides a class to deal with collections of unordered, unique values
461,0711,878net-telnetProvides telnet client functionality.
471,134631rbsRBS is the language for type signatures for Ruby and standard library definitions.
481,267123prettyprintImplements a pretty printing algorithm for readable structure.
491,315249cgiSupport for the Common Gateway Interface protocol.
501,3571,257primePrime numbers and factorization library.
511,4911,718thwaitWatches for termination of multiple threads.
521,5421,079digestProvides a framework for message digest libraries.
531,550119erbAn easy to use but powerful templating system for Ruby.
541,5613,697string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
551,5761,313xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
561,6571,323net-ftpSupport for the File Transfer Protocol.
571,6681,689ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
581,7471,570forwardableProvides delegation of specified methods to a designated object.
591,8161,298fileutilsSeveral file utility methods for copying, moving, removing, etc.
601,8182,537threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
611,8192,020iconviconv wrapper library
621,8281,728rssFamily of libraries that support various formats of XML "feeds".
631,9281,003observerImplementation of the Observer object-oriented design pattern.
641,9371,347zlibRuby interface for the zlib compression/decompression library
651,9541,173timeExtends the Time class with methods for parsing and conversion.
661,9641,411singletonThe Singleton module implements the Singleton pattern.
672,0961,663gserverGServer implements a generic server
682,1781,239fiddleA libffi wrapper for Ruby.
692,1892,179typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
702,4491,464yamlYAML Ain't Markup Language
712,4661,528open3Popen, but with stderr, too
722,4671,581pstoreTransactional File Storage for Ruby Objects
732,4974,095englishRequire 'English.rb' to reference global variables with less cryptic names.
742,5251,563abbrevCalculates a set of unique abbreviations for a given set of strings
752,5491,409io-waitWaits until IO is readable or writable without blocking.
762,5671,065scanfscanf is an implementation of the C function scanf(3).
772,5741,804resolvThread-aware DNS resolver library in Ruby.
782,8191,746resolv-replaceReplace Socket DNS with Resolv.
792,8942,152getoptlongGetoptLong for Ruby
802,9152,790did_you_meanThe gem that has been saving people from typos since 2014.
813,0131,699syslogRuby interface for the POSIX system logging facility.
823,2922,405rindaThe Linda distributed computing paradigm in Ruby.
833,4412,198tempfileA utility class for managing temporary files.
843,4911,786open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
853,7476,299syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
863,7923,605etcProvides access to information typically stored in UNIX /etc directory.
874,2101,931tsortTopological sorting using Tarjan's algorithm
884,3503,057repl_type_completorType based completion for REPL.
894,4632,578shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
904,6343,380win32apiThe wrapper library for win32 API
914,9452,399readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
925,2265,883shellAn idiomatic Ruby interface for common UNIX shell commands.
935,5262,906pathnameRepresentation of the name of a file or directory on the filesystem
945,5345,023readline-extProvides an interface for GNU Readline and Edit Line (libedit).
955,6472,460error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
965,7192,784win32oleProvides an interface for OLE Automation in Ruby
975,9692,222delegateProvides three abilities to delegate method calls to an object.
986,0684,852fcntlLoads constants defined in the OS fcntl.h C header file
996,1434,371rubygems-generate_indexGenerates the index files for a gem server directory
1006,4126,839dbmProvides a wrapper for the UNIX-style Database Manager Library
1016,7683,974tracerA Ruby tracer
1026,7874,264cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1037,1119,766rubyFIX ME
1047,2724,689tmpdirExtends the Dir class to manage the OS temporary file path.
1057,7286,247unUtilities to replace common UNIX commands
1067,7306,662minitest-power_assertPower Assert for Minitest.
1077,7494,638findThis module supports top-down traversal of a set of file paths.
1088,0114,327weakrefAllows a referenced object to be garbage-collected.
1098,0343,091syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1108,0573,575test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
1118,27227,823logger-applicationAdd logging support to your application.
1128,4855,100io-nonblockEnables non-blocking mode with IO class
1138,7789,766gdbmRuby extension for GNU dbm.
1149,1096,000mathnDeprecated library that extends math operations.
11510,0126,431yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
11611,2548,872itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11711,58116,878sdbmProvides a simple file-based key-value store with String keys and values.
11812,77127,823rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
11914,3307,772tdiarytDiary is so called Weblog.
12015,35310,305jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12116,81921,990capistrano-stretchercapistrano task for stretcher.
12217,97310,902hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12318,59411,473bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12419,17921,990atigAtig.rb is Twitter Irc Gateway.
12519,18211,176tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12619,3088,212gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12719,82341,573sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
12819,9217,061tkTk interface module using tcltklib.
12921,15127,823takosanRuby wrapper of Takosan
13022,82613,567agiganother Github IRC Gateway
13125,18012,603kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13226,25414,921kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13327,20347,572monitorProvides an object or module to use safely by more than one thread
13427,23313,567jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13528,64811,794tdiary-style-gfmGFM Style for tDiary
13629,41412,603tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
13730,64778,158profileProfile provides a way to Profile your Ruby application.
13831,11916,878mackerel-rbYet another mackerel client for Ruby.
13932,43911,794rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
14033,20141,573capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14138,784150,178profilerEasy, targeted Ruby profiling
14243,71131,699rake-confirmConfirmation for destructive Rails task.
14347,01989,132rubyvmRubyVM
14448,69727,823bundler-sbomGenerate SPDX SBOM(Software Bill of Materials) files with Bundler
14551,21778,158acts_as_bitsActiveRecord plugin that maintains massive flags in one column
14653,06647,572omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14753,780150,178coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
14855,36114,921kakinkakin is resource calcuration tool for OpenStack
14958,43931,699gyomu_rubyGyomuRuby
15062,51310,693lramaLALR (1) parser generator written by Ruby
15163,86747,572heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15266,08118,241furikA summary generator of GitHub activity for retrospective.
15371,26261,378auto_truncated_loggerlogger of auto truncated old file.
15474,00136,242tdiary-style-rdRD Style for tDiary
15574,42889,132rake-contribAdditional libraries for Rake
15675,389128,565capistrano-stretcher-npmnpm task for capistrano-stretcher
15776,70927,823delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
15883,47469,102ikachanRuby wrapper of Ikachan
15984,95714,921jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
160100,08478,158rubygems-yomikomurubygems hooks for yomikomu
161101,467150,178fiberFiber is an open source content engine for Ruby.
162104,74069,102tdiary-style-etdiaryetDiary Style for tDiary
163108,99278,158tdiary-cache-redistDiary cache with redis
164111,52469,102tdiary-io-rdbrdb adapter for tDiary
165118,22289,132log_minimalRuby port of Log::Minimal.
166132,684104,290sqaleWrite a gem description
167137,132104,290tdiary-style-emptdiaryemptDiary Style for tDiary
168139,662104,290rack-nojstreat script tag in response.body when access with old mobile phone.
169140,92989,132tdiary-cache-memcachedtDiary cache with memcached
170155,792104,290tdiary-coffeescriptCoffeeScript Filter for tDiary.
171169,83719,895gem-ext-cleanerClean up unnecessary extension files for gem command.
172180,0189,766win32-registryProvides an interface to the Windows Registry in Ruby
173180,92224,586gem-cloneClone gem repositories by fetching source code URLs from gem metadata
174181,42247,572rubygems-ghqA RubyGems plugin that automatically clones git repositories of gems after installation
175183,80361,378gem-sweepClean up unnecessary extension files for gem command.
176184,17589,132net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...
177186,143128,565gem-repairA RubyGems plugin that finds and reinstalls gems with missing compiled extensions.
178186,247104,290rubygems-auto-cloneA RubyGems plugin that automatically clones git repositories of gems after installation