Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
2107rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
3139jsonThis is a JSON implementation as a Ruby extension in C.
45113rexmlAn XML toolkit for Ruby
560301rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
66225raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
7105128ruby2_keywordsShim library for Module#ruby2_keywords
8110109webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
91383base64Support for encoding and decoding binary data using a Base64 representation.
1015510bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
1117163net-imapRuby client api for Internet Message Access Protocol
1218393rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
1318672timeoutAuto-terminate potentially long-running operations in Ruby.
1418798net-smtpSimple Mail Transfer Protocol client library for Ruby.
15196254kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
1621017loggerProvides a simple logging utility for outputting messages.
1721599net-protocolThe abstract interface for net-* client.
1823560dateThe official date library for Ruby.
19249154net-popRuby client library for POP3.
20287100psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
2129496relineAlternative GNU Readline or Editline implementation by pure Ruby.
2229749drbDistributed object system for Ruby
23307110irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
24329103io-consoleadd console capabilities to IO instances.
2533061uriURI is a module providing classes to handle Uniform Resource Identifiers
26334197matrixAn implementation of Matrix and Vector classes.
2734334benchmarka performance benchmarking library
2836783mutex_mMixin to extend objects to be handled like a Mutex.
29395114stringioPseudo `IO` class from/to `String`.
3041145securerandomInterface for secure random number generator.
31431134net-httpHTTP client api for Ruby.
32438136csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
33543232optparseOptionParser is a class for command-line option analysis. It is much more advanced, ye...
34610334strscanProvides lexical scanning operations on a String.
35612213debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
36724192nkfRuby extension for Network Kanji Filter
37728636power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
38754739json_pureThis is a JSON implementation in pure Ruby.
39762129ostructClass to build custom data structures, similar to a Hash.
40763372opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
41837975syncA module that provides a two-phase lock with a counter.
42856130ppProvides a PrettyPrinter for Ruby objects
43991576gemsRuby wrapper for the RubyGems.org API
441,002155prettyprintImplements a pretty printing algorithm for readable structure.
451,0061,216e2mmapModule for defining custom exceptions with specific messages.
461,054606setProvides a class to deal with collections of unordered, unique values
471,072361rbsRBS is the language for type signatures for Ruby and standard library definitions.
481,0851,931net-telnetProvides telnet client functionality.
491,226132erbAn easy to use but powerful templating system for Ruby.
501,257321cgiSupport for the Common Gateway Interface protocol.
511,3341,121primePrime numbers and factorization library.
521,4961,594thwaitWatches for termination of multiple threads.
531,5371,285digestProvides a framework for message digest libraries.
541,5754,088string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
551,5821,968xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
561,643715net-ftpSupport for the File Transfer Protocol.
571,6752,001ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
581,7381,543forwardableProvides delegation of specified methods to a designated object.
591,8151,452fileutilsSeveral file utility methods for copying, moving, removing, etc.
601,837515observerImplementation of the Observer object-oriented design pattern.
611,8391,665threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
621,8412,030iconviconv wrapper library
631,8451,781rssFamily of libraries that support various formats of XML "feeds".
641,901588zlibRuby interface for the zlib compression/decompression library
651,929816timeExtends the Time class with methods for parsing and conversion.
661,9591,235singletonThe Singleton module implements the Singleton pattern.
672,034637gserverGServer implements a generic server
682,092641fiddleA libffi wrapper for Ruby.
692,2042,296typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
702,251539pstoreTransactional File Storage for Ruby Objects
712,3501,169yamlYAML Ain't Markup Language
722,375910abbrevCalculates a set of unique abbreviations for a given set of strings
732,4281,615open3Popen, but with stderr, too
742,5222,920englishRequire 'English.rb' to reference global variables with less cryptic names.
752,5261,895io-waitWaits until IO is readable or writable without blocking.
762,5411,922scanfscanf is an implementation of the C function scanf(3).
772,5441,611resolvThread-aware DNS resolver library in Ruby.
782,7561,917resolv-replaceReplace Socket DNS with Resolv.
792,773216tsortTopological sorting using Tarjan's algorithm
802,8461,212syslogRuby interface for the POSIX system logging facility.
812,8582,085getoptlongGetoptLong for Ruby
822,9522,461did_you_meanThe gem that has been saving people from typos since 2014.
833,2472,394rindaThe Linda distributed computing paradigm in Ruby.
843,3872,190tempfileA utility class for managing temporary files.
853,3911,911open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
863,7314,913syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
873,7904,109etcProvides access to information typically stored in UNIX /etc directory.
884,2183,112repl_type_completorType based completion for REPL.
894,4092,852shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
904,5832,587win32apiThe wrapper library for win32 API
914,7852,515readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
925,2665,760shellAn idiomatic Ruby interface for common UNIX shell commands.
935,4152,832error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
945,4613,044pathnameRepresentation of the name of a file or directory on the filesystem
955,4843,944readline-extProvides an interface for GNU Readline and Edit Line (libedit).
965,5572,894win32oleProvides an interface for OLE Automation in Ruby
975,9395,393delegateProvides three abilities to delegate method calls to an object.
986,0115,369rubygems-generate_indexGenerates the index files for a gem server directory
996,0205,115fcntlLoads constants defined in the OS fcntl.h C header file
1006,4706,788dbmProvides a wrapper for the UNIX-style Database Manager Library
1016,6534,306tracerA Ruby tracer
1026,7235,576cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1037,1695,042tmpdirExtends the Dir class to manage the OS temporary file path.
1047,1919,864rubyFIX ME
1057,6592,646syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1067,7096,104findThis module supports top-down traversal of a set of file paths.
1077,7227,553minitest-power_assertPower Assert for Minitest.
1087,7436,851unUtilities to replace common UNIX commands
1097,7993,579test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
1107,8435,160weakrefAllows a referenced object to be garbage-collected.
1118,36410,307logger-applicationAdd logging support to your application.
1128,4045,857io-nonblockEnables non-blocking mode with IO class
1138,8519,199gdbmRuby extension for GNU dbm.
1149,17711,031mathnDeprecated library that extends math operations.
11510,05717,884yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
11611,2415,834sdbmProvides a simple file-based key-value store with String keys and values.
11711,35920,672itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11812,93232,158rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
11914,28219,587tdiarytDiary is so called Weblog.
12015,35818,700jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12116,95424,557capistrano-stretchercapistrano task for stretcher.
12217,95826,944hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12318,06413,073bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12419,05617,227tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12519,23819,587gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12619,35018,280atigAtig.rb is Twitter Irc Gateway.
12719,62921,343tkTk interface module using tcltklib.
12820,02843,003sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
12921,35025,672takosanRuby wrapper of Takosan
13022,88777,922agiganother Github IRC Gateway
13124,76421,998kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13226,14732,158kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13326,47520,106monitorProvides an object or module to use safely by more than one thread
13427,10428,396jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13528,31322,754tdiary-style-gfmGFM Style for tDiary
13628,84121,343tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
13728,9057,133rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
13829,94213,298profileProfile provides a way to Profile your Ruby application.
13930,86221,343mackerel-rbYet another mackerel client for Ruby.
14033,56343,003capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14139,485113,854profilerEasy, targeted Ruby profiling
14243,41260,111rake-confirmConfirmation for destructive Rails task.
14347,826113,854rubyvmRubyVM
14447,87617,227bundler-sbomGenerate SPDX SBOM(Software Bill of Materials) files with Bundler
14551,88077,922acts_as_bitsActiveRecord plugin that maintains massive flags in one column
14653,01838,261omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14753,37523,580kakinkakin is resource calcuration tool for OpenStack
14854,972113,854coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
14957,28522,754lramaLALR (1) parser generator written by Ruby
15057,51360,111gyomu_rubyGyomuRuby
15164,24277,922heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15264,32660,111furikA summary generator of GitHub activity for retrospective.
15370,98325,672auto_truncated_loggerlogger of auto truncated old file.
15473,84449,628tdiary-style-rdRD Style for tDiary
15573,90977,922rake-contribAdditional libraries for Rake
15676,15377,922capistrano-stretcher-npmnpm task for capistrano-stretcher
15776,174113,854delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
15877,47224,557jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
15983,76843,003ikachanRuby wrapper of Ikachan
16098,40777,922rubygems-yomikomurubygems hooks for yomikomu
161100,09060,111fiberFiber is an open source content engine for Ruby.
162104,18977,922tdiary-style-etdiaryetDiary Style for tDiary
163108,37460,111tdiary-cache-redistDiary cache with redis
164110,409113,854tdiary-io-rdbrdb adapter for tDiary
165118,323113,854log_minimalRuby port of Log::Minimal.
166132,06160,111sqaleWrite a gem description
167135,89960,111tdiary-style-emptdiaryemptDiary Style for tDiary
168139,223113,854rack-nojstreat script tag in response.body when access with old mobile phone.
169140,04977,922tdiary-cache-memcachedtDiary cache with memcached
170153,85277,922tdiary-coffeescriptCoffeeScript Filter for tDiary.
171158,14749,628gem-ext-cleanerClean up unnecessary extension files for gem command.
172165,2404,637win32-registryProvides an interface to the Windows Registry in Ruby
173179,231113,854gem-cloneClone gem repositories by fetching source code URLs from gem metadata
174179,90534,877rubygems-ghqA RubyGems plugin that automatically clones git repositories of gems after installation
175181,91077,922gem-sweepClean up unnecessary extension files for gem command.
176183,89677,922net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...
177186,31177,922gem-repairA RubyGems plugin that finds and reinstalls gems with missing compiled extensions.
178186,54349,628rubygems-auto-cloneA RubyGems plugin that automatically clones git repositories of gems after installation