Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
21017rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
3129jsonA JSON implementation as a JRuby extension.
44721rexmlAn XML toolkit for Ruby
56028raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
664244rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
7105129ruby2_keywordsShim library for Module#ruby2_keywords
811081webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
91304base64Support for encoding and decoding binary data using a Base64 representation.
1014016bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
1116671net-imapRuby client api for Internet Message Access Protocol
12179104rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
1318154timeoutAuto-terminate potentially long-running operations in Ruby.
14182110net-smtpSimple Mail Transfer Protocol client library for Ruby.
15196246kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
1620320loggerProvides a simple logging utility for outputting messages.
17213102net-protocolThe abstract interface for net-* client.
1822466dateThe official date library for Ruby.
19244172net-popRuby client library for POP3.
2027698psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
2128264drbDistributed object system for Ruby
22287101relineAlternative GNU Readline or Editline implementation by pure Ruby.
23298112irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
2431470uriURI is a module providing classes to handle Uniform Resource Identifiers
25320115io-consoleadd console capabilities to IO instances.
2632551benchmarka performance benchmarking library
27329207matrixAn implementation of Matrix and Vector classes.
2833995mutex_mMixin to extend objects to be handled like a Mutex.
2935946securerandomInterface for secure random number generator.
30360117stringioPseudo `IO` class from/to `String`.
31407141net-httpHTTP client api for Ruby.
32422118csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
33522236optparseOptionParser is a class for command-line option analysis. It is much more advanced, ye...
34564262debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
35581377strscanProvides lexical scanning operations on a String.
36702223nkfRuby extension for Network Kanji Filter
37711143ostructClass to build custom data structures, similar to a Hash.
38729551power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
39748324opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
40755821json_pureThis is a JSON implementation in pure Ruby.
41797148ppProvides a PrettyPrinter for Ruby objects
42837768syncA module that provides a two-phase lock with a counter.
43912173prettyprintImplements a pretty printing algorithm for readable structure.
44974535gemsRuby wrapper for the RubyGems.org API
451,0071,157e2mmapModule for defining custom exceptions with specific messages.
461,042583setProvides a class to deal with collections of unordered, unique values
471,044373rbsRBS is the language for type signatures for Ruby and standard library definitions.
481,059167erbAn easy to use but powerful templating system for Ruby.
491,0942,061net-telnetProvides telnet client functionality.
501,175269cgiSupport for the Common Gateway Interface protocol.
511,3291,160primePrime numbers and factorization library.
521,5021,561thwaitWatches for termination of multiple threads.
531,5401,425digestProvides a framework for message digest libraries.
541,5841,978xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
551,5854,185string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
561,619712net-ftpSupport for the File Transfer Protocol.
571,6832,202ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
581,7331,410forwardableProvides delegation of specified methods to a designated object.
591,802564observerImplementation of the Observer object-oriented design pattern.
601,8251,527fileutilsSeveral file utility methods for copying, moving, removing, etc.
611,8522,446threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
621,8532,079iconviconv wrapper library
631,8561,965rssFamily of libraries that support various formats of XML "feeds".
641,879803zlibRuby interface for the zlib compression/decompression library
651,901876timeExtends the Time class with methods for parsing and conversion.
661,9411,227singletonThe Singleton module implements the Singleton pattern.
671,996748gserverGServer implements a generic server
682,038673fiddleA libffi wrapper for Ruby.
692,157218tsortTopological sorting using Tarjan's algorithm
702,170582pstoreTransactional File Storage for Ruby Objects
712,2021,571typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
722,254509abbrevCalculates a set of unique abbreviations for a given set of strings
732,2981,388yamlYAML Ain't Markup Language
742,4112,016open3Popen, but with stderr, too
752,4992,073io-waitWaits until IO is readable or writable without blocking.
762,5001,568resolvThread-aware DNS resolver library in Ruby.
772,5221,929scanfscanf is an implementation of the C function scanf(3).
782,5373,317englishRequire 'English.rb' to reference global variables with less cryptic names.
792,7512,162resolv-replaceReplace Socket DNS with Resolv.
802,7591,402syslogRuby interface for the POSIX system logging facility.
812,8392,368getoptlongGetoptLong for Ruby
822,9684,488did_you_meanThe gem that has been saving people from typos since 2014.
833,2382,927rindaThe Linda distributed computing paradigm in Ruby.
843,3322,031open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
853,3532,240tempfileA utility class for managing temporary files.
863,7105,061syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
873,7943,599etcProvides access to information typically stored in UNIX /etc directory.
884,0081,631repl_type_completorType based completion for REPL.
894,3573,009shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
904,5282,756win32apiThe wrapper library for win32 API
914,6732,910readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
925,2836,027shellAn idiomatic Ruby interface for common UNIX shell commands.
935,2943,153error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
945,4144,431pathnameRepresentation of the name of a file or directory on the filesystem
955,4504,257readline-extProvides an interface for GNU Readline and Edit Line (libedit).
965,4723,786win32oleProvides an interface for OLE Automation in Ruby
975,7702,882rubygems-generate_indexGenerates the index files for a gem server directory
985,9185,000delegateProvides three abilities to delegate method calls to an object.
996,0124,806fcntlLoads constants defined in the OS fcntl.h C header file
1006,5056,902dbmProvides a wrapper for the UNIX-style Database Manager Library
1016,5764,048tracerA Ruby tracer
1026,6935,310cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1037,1205,263tmpdirExtends the Dir class to manage the OS temporary file path.
1047,1263,057test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
1057,1462,939syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1067,25110,564rubyFIX ME
1077,6885,408findThis module supports top-down traversal of a set of file paths.
1087,7095,832minitest-power_assertPower Assert for Minitest.
1097,7284,736weakrefAllows a referenced object to be garbage-collected.
1107,7456,652unUtilities to replace common UNIX commands
1118,3795,837io-nonblockEnables non-blocking mode with IO class
1128,4139,178logger-applicationAdd logging support to your application.
1138,89210,602gdbmRuby extension for GNU dbm.
1149,22510,330mathnDeprecated library that extends math operations.
11510,09513,839yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
11611,0105,721sdbmProvides a simple file-based key-value store with String keys and values.
11711,41120,731itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11813,01641,144rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
11914,28647,089tdiarytDiary is so called Weblog.
12015,38736,719jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12117,06123,157capistrano-stretchercapistrano task for stretcher.
12217,6936,979bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12317,98028,507hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12419,03824,149tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12519,21620,090gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12619,45016,484atigAtig.rb is Twitter Irc Gateway.
12719,57614,414tkTk interface module using tcltklib.
12820,19647,089sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
12921,45733,361takosanRuby wrapper of Takosan
13022,94419,525agiganother Github IRC Gateway
13124,70555,395kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13226,14820,731monitorProvides an object or module to use safely by more than one thread
13326,18236,719kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13427,06110,284rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
13527,12655,395jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13628,20236,719tdiary-style-gfmGFM Style for tDiary
13728,59847,089tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
13829,36812,200profileProfile provides a way to Profile your Ruby application.
13930,78033,361mackerel-rbYet another mackerel client for Ruby.
14033,74636,719capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14139,80067,890profilerEasy, targeted Ruby profiling
14243,15626,724rake-confirmConfirmation for destructive Rails task.
14347,34419,525bundler-sbomGenerate SPDX SBOM(Software Bill of Materials) files with Bundler
14448,15888,108rubyvmRubyVM
14552,08755,395acts_as_bitsActiveRecord plugin that maintains massive flags in one column
14652,89555,395kakinkakin is resource calcuration tool for OpenStack
14753,18288,108omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14854,66536,719lramaLALR (1) parser generator written by Ruby
14955,408123,013coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
15057,23055,395gyomu_rubyGyomuRuby
15163,67555,395furikA summary generator of GitHub activity for retrospective.
15264,27067,890heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15370,99955,395auto_truncated_loggerlogger of auto truncated old file.
15473,39167,890rake-contribAdditional libraries for Rake
15573,66588,108tdiary-style-rdRD Style for tDiary
15674,83755,395jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
15776,061123,013delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
15876,47267,890capistrano-stretcher-npmnpm task for capistrano-stretcher
15983,93388,108ikachanRuby wrapper of Ikachan
16097,90988,108rubygems-yomikomurubygems hooks for yomikomu
16199,43633,361fiberFiber is an open source content engine for Ruby.
162104,05267,890tdiary-style-etdiaryetDiary Style for tDiary
163108,35588,108tdiary-cache-redistDiary cache with redis
164109,899123,013tdiary-io-rdbrdb adapter for tDiary
165118,513123,013log_minimalRuby port of Log::Minimal.
166122,33710,330win32-registryProvides an interface to the Windows Registry in Ruby
167131,74288,108sqaleWrite a gem description
168135,467123,013tdiary-style-emptdiaryemptDiary Style for tDiary
169139,036123,013rack-nojstreat script tag in response.body when access with old mobile phone.
170139,940123,013tdiary-cache-memcachedtDiary cache with memcached
171151,445123,013gem-ext-cleanerClean up unnecessary extension files for gem command.
172152,97767,890tdiary-coffeescriptCoffeeScript Filter for tDiary.
173179,002123,013gem-cloneClone gem repositories by fetching source code URLs from gem metadata
174179,78488,108rubygems-ghqA RubyGems plugin that automatically clones git repositories of gems after installation
175181,99688,108gem-sweepClean up unnecessary extension files for gem command.
176184,169123,013net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...
177185,931123,013gem-repairA RubyGems plugin that finds and reinstalls gems with missing compiled extensions.
178187,124123,013rubygems-auto-cloneA RubyGems plugin that automatically clones git repositories of gems after installation