Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
285rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
3102jsonThis is a JSON implementation as a Ruby extension in C.
44123rexmlAn XML toolkit for Ruby
55836raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
673263rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
7102114ruby2_keywordsShim library for Module#ruby2_keywords
810411base64Support for encoding and decoding binary data using a Base64 representation.
9108107webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
101124bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
111378loggerProvides a simple logging utility for outputting messages.
1214244net-imapRuby client api for Internet Message Access Protocol
1315149timeoutAuto-terminate potentially long-running operations in Ruby.
1416279rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
15168119net-smtpSimple Mail Transfer Protocol client library for Ruby.
1619063dateThe official date library for Ruby.
1719198net-protocolThe abstract interface for net-* client.
18201257kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
1921545drbDistributed object system for Ruby
20224156net-popRuby client library for POP3.
21228108psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
2223086relineAlternative GNU Readline or Editline implementation by pure Ruby.
2323653uriURI is a module providing classes to handle Uniform Resource Identifiers
2423862irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
2525068benchmarka performance benchmarking library
2625272io-consoleadd console capabilities to IO instances.
2725954securerandomInterface for secure random number generator.
28283110mutex_mMixin to extend objects to be handled like a Mutex.
29291127stringioPseudo `IO` class from/to `String`.
3030769csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
3130991net-httpHTTP client api for Ruby.
32313207matrixAn implementation of Matrix and Vector classes.
3339476ostructClass to build custom data structures, similar to a Hash.
34455100ppProvides a PrettyPrinter for Ruby objects
35465219debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
36469233optparseOptionParser is a class for command-line option analysis. It is much more advanced, ye...
37512199nkfRuby extension for Network Kanji Filter
38520325strscanProvides lexical scanning operations on a String.
39537130prettyprintImplements a pretty printing algorithm for readable structure.
40587103erbAn easy to use but powerful templating system for Ruby.
41627292opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
42706456power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
437911,960json_pureThis is a JSON implementation in pure Ruby.
44829159cgiSupport for the Common Gateway Interface protocol.
45831731syncA module that provides a two-phase lock with a counter.
46867184rbsRBS is the language for type signatures for Ruby and standard library definitions.
47942125tsortTopological sorting using Tarjan's algorithm
48952802gemsRuby wrapper for the RubyGems.org API
491,006748setProvides a class to deal with collections of unordered, unique values
501,0151,085e2mmapModule for defining custom exceptions with specific messages.
511,1372,235net-telnetProvides telnet client functionality.
521,293711primePrime numbers and factorization library.
531,5241,543thwaitWatches for termination of multiple threads.
541,5471,730digestProvides a framework for message digest libraries.
551,557481observerImplementation of the Observer object-oriented design pattern.
561,567935net-ftpSupport for the File Transfer Protocol.
571,6191,759xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
581,637575zlibRuby interface for the zlib compression/decompression library
591,6604,447string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
601,673343abbrevCalculates a set of unique abbreviations for a given set of strings
611,689987forwardableProvides delegation of specified methods to a designated object.
621,717629timeExtends the Time class with methods for parsing and conversion.
631,726308pstoreTransactional File Storage for Ruby Objects
641,7322,062ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
651,755826rssFamily of libraries that support various formats of XML "feeds".
661,766605fiddleA libffi wrapper for Ruby.
671,8081,720fileutilsSeveral file utility methods for copying, moving, removing, etc.
681,814602gserverGServer implements a generic server
691,833827singletonThe Singleton module implements the Singleton pattern.
701,9112,233iconviconv wrapper library
711,9142,237threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
722,029782yamlYAML Ain't Markup Language
732,1211,539typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
742,207715syslogRuby interface for the POSIX system logging facility.
752,2411,245open3Popen, but with stderr, too
762,2861,358resolvThread-aware DNS resolver library in Ruby.
772,4101,316resolv-replaceReplace Socket DNS with Resolv.
782,4132,009scanfscanf is an implementation of the C function scanf(3).
792,4331,987io-waitWaits until IO is readable or writable without blocking.
802,6093,919englishRequire 'English.rb' to reference global variables with less cryptic names.
812,6301,898getoptlongGetoptLong for Ruby
823,0462,202rindaThe Linda distributed computing paradigm in Ruby.
833,0573,917did_you_meanThe gem that has been saving people from typos since 2014.
843,1571,527repl_type_completorType based completion for REPL.
853,1662,072open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
863,211913readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
873,2482,346tempfileA utility class for managing temporary files.
883,7176,206syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
893,7983,236etcProvides access to information typically stored in UNIX /etc directory.
903,9132,008win32oleProvides an interface for OLE Automation in Ruby
914,0602,230win32apiThe wrapper library for win32 API
924,1252,607shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
934,8562,252rubygems-generate_indexGenerates the index files for a gem server directory
944,9553,384error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
955,3384,114pathnameRepresentation of the name of a file or directory on the filesystem
965,3884,342readline-extProvides an interface for GNU Readline and Edit Line (libedit).
975,4166,156shellAn idiomatic Ruby interface for common UNIX shell commands.
985,7243,501delegateProvides three abilities to delegate method calls to an object.
995,7582,434test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
1006,0515,547fcntlLoads constants defined in the OS fcntl.h C header file
1016,2262,078win32-registryProvides an interface to the Windows Registry in Ruby
1026,3203,919tracerA Ruby tracer
1036,3303,817syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1046,6945,187cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1056,81112,704dbmProvides a wrapper for the UNIX-style Database Manager Library
1066,8195,291tmpdirExtends the Dir class to manage the OS temporary file path.
1077,3954,655weakrefAllows a referenced object to be garbage-collected.
1087,3974,595findThis module supports top-down traversal of a set of file paths.
1097,6959,999rubyFIX ME
1107,7385,259minitest-power_assertPower Assert for Minitest.
1117,7745,081unUtilities to replace common UNIX commands
1128,3726,139io-nonblockEnables non-blocking mode with IO class
1138,8248,680logger-applicationAdd logging support to your application.
1149,31614,152gdbmRuby extension for GNU dbm.
1159,62114,052mathnDeprecated library that extends math operations.
11610,59028,201yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
11710,7459,098sdbmProvides a simple file-based key-value store with String keys and values.
11811,90113,851itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11913,695103,058rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
12014,75436,779tdiarytDiary is so called Weblog.
12115,87814,719jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12216,6678,646bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12316,86226,828bundler-sbomGenerate SBOM(Software Bill of Materials) files with Bundler
12417,83031,682capistrano-stretchercapistrano task for stretcher.
12518,35820,828hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12619,15718,489tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12719,15913,957gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12819,81519,158tkTk interface module using tcltklib.
12920,15169,179atigAtig.rb is Twitter Irc Gateway.
13021,00540,512sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
13122,17831,682takosanRuby wrapper of Takosan
13223,702103,058agiganother Github IRC Gateway
13323,76810,618rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
13424,77616,106kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13524,83121,921monitorProvides an object or module to use safely by more than one thread
13626,66820,828kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13727,42313,229profileProfile provides a way to Profile your Ruby application.
13827,62523,228jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13928,10431,682tdiary-style-gfmGFM Style for tDiary
14028,15723,228tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
14130,77831,682mackerel-rbYet another mackerel client for Ruby.
14234,77033,876capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14341,22946,026profilerEasy, targeted Ruby profiling
14442,11920,347rake-confirmConfirmation for destructive Rails task.
14548,33324,825lramaLALR (1) parser generator written by Ruby
14649,871103,058rubyvmRubyVM
14751,56623,967kakinkakin is resource calcuration tool for OpenStack
14851,94419,158omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14953,34569,179acts_as_bitsActiveRecord plugin that maintains massive flags in one column
15056,95629,773gyomu_rubyGyomuRuby
15157,37254,325coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
15262,44629,773furikA summary generator of GitHub activity for retrospective.
15364,18716,686jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
15464,79140,512heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15571,657103,058auto_truncated_loggerlogger of auto truncated old file.
15672,40440,512rake-contribAdditional libraries for Rake
15773,587103,058tdiary-style-rdRD Style for tDiary
15876,74011,092fiberFiber is an open source content engine for Ruby.
15976,864103,058delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
16078,273103,058capistrano-stretcher-npmnpm task for capistrano-stretcher
16185,06446,026ikachanRuby wrapper of Ikachan
16296,903103,058rubygems-yomikomurubygems hooks for yomikomu
163104,038103,058tdiary-style-etdiaryetDiary Style for tDiary
164108,48969,179tdiary-cache-redistDiary cache with redis
165109,546103,058tdiary-io-rdbrdb adapter for tDiary
166119,356103,058log_minimalRuby port of Log::Minimal.
167130,95128,201gem-ext-cleanerClean up unnecessary extension files for gem command.
168131,05069,179sqaleWrite a gem description
169134,925103,058tdiary-style-emptdiaryemptDiary Style for tDiary
170137,80269,179rack-nojstreat script tag in response.body when access with old mobile phone.
171139,22969,179tdiary-cache-memcachedtDiary cache with memcached
172151,398103,058tdiary-coffeescriptCoffeeScript Filter for tDiary.
173177,45236,779gem-cloneClone gem repositories by fetching source code URLs from gem metadata
174179,41546,026rubygems-ghqA RubyGems plugin that automatically clones git repositories of gems after installation
175181,86540,512gem-sweepClean up unnecessary extension files for gem command.
176183,57354,325bundler-why-pluginA Bundler plugin that shows the dependency tree for a specific package, similar to 'yar...
177185,776103,058net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...
178185,84340,512gem-repairA RubyGems plugin that finds and reinstalls gems with missing compiled extensions.
179188,264103,058rubygems-auto-cloneA RubyGems plugin that automatically clones git repositories of gems after installation
180193,79369,179bundler-timing-pluginBundler plugin that prints the elapsed time of each gem download, install, and git sour...