Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
2109rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
3145jsonThis is a JSON implementation as a Ruby extension in C.
451195rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
55713rexmlAn XML toolkit for Ruby
67623raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
7107121ruby2_keywordsShim library for Module#ruby2_keywords
811595webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
9185223kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
10203140rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
1120589net-imapRuby client api for Internet Message Access Protocol
1221791net-smtpSimple Mail Transfer Protocol client library for Ruby.
1322361timeoutAuto-terminate potentially long-running operations in Ruby.
1424029bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
1524121base64Support for encoding and decoding binary data using a Base64 representation.
16271110net-protocolThe abstract interface for net-* client.
17290166net-popRuby client library for POP3.
1831093dateA subclass of Object includes Comparable module for handling dates.
19399154psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
20410222matrixAn implementation of Matrix and Vector classes.
21436108relineAlternative GNU Readline or Editline implementation by pure Ruby.
2245724loggerProvides a simple logging utility for outputting messages.
23469109irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
2456594drbDistributed object system for Ruby
25576171io-consoleadd console capabilities to IO instances.
26636111uriURI is a module providing classes to handle Uniform Resource Identifiers
27703276optparseOptionParser is a class for command-line option analysis.
28708333strscanProvides lexical scanning operations on a String.
297341,062json_pureThis is a JSON implementation in pure Ruby.
30736876power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
31758157stringioPseudo `IO` class from/to `String`.
32767130net-httpHTTP client api for Ruby.
33782138csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
3479499mutex_mMixin to extend objects to be handled like a Mutex.
35808336debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
36813418opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
37850454syncA module that provides a two-phase lock with a counter.
3891179benchmarka performance benchmarking library
391,0011,097e2mmapModule for defining custom exceptions with specific messages.
401,012179nkfRuby extension for Network Kanji Filter
411,0201,856net-telnetProvides telnet client functionality.
421,036963gemsRuby wrapper for the RubyGems.org API
431,05581securerandomInterface for secure random number generator.
441,086896setProvides a class to deal with collections of unordered, unique values
451,297457rbsRBS is the language for type signatures for Ruby and standard library definitions.
461,4441,736thwaitWatches for termination of multiple threads.
471,457583primePrime numbers and factorization library.
481,458726cgiSupport for the Common Gateway Interface protocol.
491,4773,249string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
501,485178ostructClass to build custom data structures, similar to a Hash.
511,5351,764xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
521,5591,304digestProvides a framework for message digest libraries.
531,6291,930ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
541,7291,348net-ftpSupport for the File Transfer Protocol.
551,7702,171threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
561,7732,021iconviconv wrapper library
571,8191,500fileutilsSeveral file utility methods for copying, moving, removing, etc.
581,8381,572rssFamily of libraries that support various formats of XML "feeds".
591,958685forwardableProvides delegation of specified methods to a designated object.
602,0561,303zlibRuby interface for the zlib compression/decompression library
612,068168ppProvides a PrettyPrinter for Ruby objects
622,0891,072timeExtends the Time class with methods for parsing and conversion.
632,2232,467typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
642,290965observerImplementation of the Observer object-oriented design pattern.
652,359983gserverGServer implements a generic server
662,405287prettyprintImplements a pretty printing algorithm for readable structure.
672,4063,473englishRequire 'English.rb' to reference global variables with less cryptic names.
682,468602singletonThe Singleton module implements the Singleton pattern.
692,5641,827open3Popen, but with stderr, too
702,5891,574erbAn easy to use but powerful templating system for Ruby.
712,6302,168io-waitWaits until IO is readable or writable without blocking.
722,6361,924scanfscanf is an implementation of the C function scanf(3).
732,6801,708fiddleA libffi wrapper for Ruby.
742,7071,473yamlYAML Ain't Markup Language
752,7891,757resolvThread-aware DNS resolver library in Ruby.
762,8194,265did_you_meanThe gem that has been saving people from typos since 2014.
773,0011,690abbrevCalculates a set of unique abbreviations for a given set of strings
783,1382,010resolv-replaceReplace Socket DNS with Resolv.
793,2052,089getoptlongGetoptLong for Ruby
803,318984pstoreTransactional File Storage for Ruby Objects
813,4861,943syslogRuby interface for the POSIX system logging facility.
823,6172,173tempfileA utility class for managing temporary files.
833,6533,075rindaThe Linda distributed computing paradigm in Ruby.
843,6716,052syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
853,8033,081etcProvides access to information typically stored in UNIX /etc directory.
863,8142,165open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
874,6272,781win32apiThe wrapper library for win32 API
884,8212,622shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
895,1215,975shellAn idiomatic Ruby interface for common UNIX shell commands.
905,2772,210repl_type_completorType based completion for REPL.
915,4193,092tsortTopological sorting using Tarjan's algorithm
925,6984,197readline-extProvides an interface for GNU Readline and Edit Line (libedit).
935,7633,193pathnameRepresentation of the name of a file or directory on the filesystem
946,1734,335delegateProvides three abilities to delegate method calls to an object.
956,1935,055fcntlLoads constants defined in the OS fcntl.h C header file
966,3226,320dbmProvides a wrapper for the UNIX-style Database Manager Library
976,3243,238error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
986,3623,207readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
996,4502,887rubygems-generate_indexGenerates the index files for a gem server directory
1006,9418,673rubyFIX ME
1016,9795,489tracerA Ruby tracer
1027,8574,879tmpdirExtends the Dir class to manage the OS temporary file path.
1037,8745,461minitest-power_assertPower Assert for Minitest.
1047,9713,111cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1058,05411,325logger-applicationAdd logging support to your application.
1068,1436,097unUtilities to replace common UNIX commands
1078,3265,568findThis module supports top-down traversal of a set of file paths.
1088,57911,769gdbmRuby extension for GNU dbm.
1098,8216,079weakrefAllows a referenced object to be garbage-collected.
1108,9844,024syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1119,3324,037win32oleProvides an interface for OLE Automation in Ruby
1129,3485,375io-nonblockEnables non-blocking mode with IO class
1139,6996,389test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
1149,77618,313yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
11510,96918,313itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11611,1693,591mathnDeprecated library that extends math operations.
11712,35622,583rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
11812,8046,927sdbmProvides a simple file-based key-value store with String keys and values.
11914,05622,583tdiarytDiary is so called Weblog.
12015,04227,202jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12116,38022,583capistrano-stretchercapistrano task for stretcher.
12217,85636,886hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12318,76736,886atigAtig.rb is Twitter Irc Gateway.
12418,89827,202tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12519,35814,614gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12619,46017,518sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
12719,85614,474tkTk interface module using tcltklib.
12819,9268,788bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12920,76419,800takosanRuby wrapper of Takosan
13022,45836,886agiganother Github IRC Gateway
13125,10736,886kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13225,95136,886kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13326,80136,886jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13428,26715,449monitorProvides an object or module to use safely by more than one thread
13528,60227,202tdiary-style-gfmGFM Style for tDiary
13629,53727,202tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
13731,03320,503mackerel-rbYet another mackerel client for Ruby.
13831,42318,313profileProfile provides a way to Profile your Ruby application.
13932,55022,583capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14034,78813,091rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
14138,33614,614profilerEasy, targeted Ruby profiling
14244,13616,041rake-confirmConfirmation for destructive Rails task.
14346,12336,886rubyvmRubyVM
14450,37236,886acts_as_bitsActiveRecord plugin that maintains massive flags in one column
14552,82336,886coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
14653,44924,250omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14755,66927,202kakinkakin is resource calcuration tool for OpenStack
14858,91127,202gyomu_rubyGyomuRuby
14963,21427,202heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15066,93924,250lramaLALR (1) parser generator written by Ruby
15167,50936,886furikA summary generator of GitHub activity for retrospective.
15270,85636,886auto_truncated_loggerlogger of auto truncated old file.
15374,33636,886tdiary-style-rdRD Style for tDiary
15474,37036,886capistrano-stretcher-npmnpm task for capistrano-stretcher
15576,45827,202delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
15682,65127,202ikachanRuby wrapper of Ikachan
15783,86724,250rake-contribAdditional libraries for Rake
15892,57227,202jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
159100,35536,886rubygems-yomikomurubygems hooks for yomikomu
160103,58421,365fiberFiber is an open source content engine for Ruby.
161104,38836,886tdiary-style-etdiaryetDiary Style for tDiary
162108,86127,202tdiary-cache-redistDiary cache with redis
163111,47336,886tdiary-io-rdbrdb adapter for tDiary
164117,56627,202log_minimalRuby port of Log::Minimal.
165132,74736,886sqaleWrite a gem description
166136,87836,886tdiary-style-emptdiaryemptDiary Style for tDiary
167139,23836,886rack-nojstreat script tag in response.body when access with old mobile phone.
168140,94727,202tdiary-cache-memcachedtDiary cache with memcached
169155,72036,886tdiary-coffeescriptCoffeeScript Filter for tDiary.
170175,47827,202gem-ext-cleanerClean up unnecessary extension files for gem command.
171179,61936,886bundler-sbomGenerate SPDX SBOM(Software Bill of Materials) files with Bundler
172181,84236,886win32-registryProvides an interface to the Windows Registry in Ruby
173182,68327,202rubygems-ghqA RubyGems plugin that automatically clones git repositories of gems after installation
174183,62027,202net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...