Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
284rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
392jsonThis is a JSON implementation as a Ruby extension in C.
44025rexmlAn XML toolkit for Ruby
55834raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
674172rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
7956base64Support for encoding and decoding binary data using a Base64 representation.
8102116ruby2_keywordsShim library for Module#ruby2_keywords
91049bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
1010995webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
111255loggerProvides a simple logging utility for outputting messages.
1213972net-imapRuby client api for Internet Message Access Protocol
1314788timeoutAuto-terminate potentially long-running operations in Ruby.
1415484rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
15166119net-smtpSimple Mail Transfer Protocol client library for Ruby.
1618170dateThe official date library for Ruby.
1718699net-protocolThe abstract interface for net-* client.
18202279kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
1920850drbDistributed object system for Ruby
2021660relineAlternative GNU Readline or Editline implementation by pure Ruby.
2122148uriURI is a module providing classes to handle Uniform Resource Identifiers
22222150net-popRuby client library for POP3.
23223142psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
2422889irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
2523753io-consoleadd console capabilities to IO instances.
2623896benchmarka performance benchmarking library
2724059securerandomInterface for secure random number generator.
28275118mutex_mMixin to extend objects to be handled like a Mutex.
29284152stringioPseudo `IO` class from/to `String`.
3028677csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
3128871net-httpHTTP client api for Ruby.
32310176matrixAn implementation of Matrix and Vector classes.
3335176ostructClass to build custom data structures, similar to a Hash.
3440798ppProvides a PrettyPrinter for Ruby objects
35451206debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
36457292optparseOptionParser is a class for command-line option analysis. It is much more advanced, ye...
37486109prettyprintImplements a pretty printing algorithm for readable structure.
38492212nkfRuby extension for Network Kanji Filter
3950090erbAn easy to use but powerful templating system for Ruby.
40507263strscanProvides lexical scanning operations on a String.
41579259opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
42695320power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
43752130cgiSupport for the Common Gateway Interface protocol.
44775129rbsRBS is the language for type signatures for Ruby and standard library definitions.
457991,714json_pureThis is a JSON implementation in pure Ruby.
46829110tsortTopological sorting using Tarjan's algorithm
47833748syncA module that provides a two-phase lock with a counter.
48944696gemsRuby wrapper for the RubyGems.org API
491,001864setProvides a class to deal with collections of unordered, unique values
501,019969e2mmapModule for defining custom exceptions with specific messages.
511,1471,758net-telnetProvides telnet client functionality.
521,277809primePrime numbers and factorization library.
531,516523observerImplementation of the Observer object-oriented design pattern.
541,5261,229thwaitWatches for termination of multiple threads.
551,5491,208digestProvides a framework for message digest libraries.
561,559919net-ftpSupport for the File Transfer Protocol.
571,571302pstoreTransactional File Storage for Ruby Objects
581,573383abbrevCalculates a set of unique abbreviations for a given set of strings
591,594630zlibRuby interface for the zlib compression/decompression library
601,6291,751xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
611,672613timeExtends the Time class with methods for parsing and conversion.
621,675973forwardableProvides delegation of specified methods to a designated object.
631,6813,877string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
641,714708fiddleA libffi wrapper for Ruby.
651,741604gserverGServer implements a generic server
661,7441,326rssFamily of libraries that support various formats of XML "feeds".
671,7452,133ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
681,812903singletonThe Singleton module implements the Singleton pattern.
691,8131,323fileutilsSeveral file utility methods for copying, moving, removing, etc.
701,9141,887threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
711,9152,445iconviconv wrapper library
721,968709yamlYAML Ain't Markup Language
732,1072,027typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
742,147947syslogRuby interface for the POSIX system logging facility.
752,2111,107open3Popen, but with stderr, too
762,2531,564resolvThread-aware DNS resolver library in Ruby.
772,3331,347resolv-replaceReplace Socket DNS with Resolv.
782,3791,590scanfscanf is an implementation of the C function scanf(3).
792,4311,960io-waitWaits until IO is readable or writable without blocking.
802,6091,711getoptlongGetoptLong for Ruby
812,6323,971englishRequire 'English.rb' to reference global variables with less cryptic names.
822,969707readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
833,0442,142rindaThe Linda distributed computing paradigm in Ruby.
843,0732,048repl_type_completorType based completion for REPL.
853,0803,853did_you_meanThe gem that has been saving people from typos since 2014.
863,1231,913open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
873,2202,232tempfileA utility class for managing temporary files.
883,7362,401win32oleProvides an interface for OLE Automation in Ruby
893,7515,204syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
903,7883,320etcProvides access to information typically stored in UNIX /etc directory.
913,9954,390win32apiThe wrapper library for win32 API
924,0853,108shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
934,6461,999rubygems-generate_indexGenerates the index files for a gem server directory
944,8753,268error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
955,2703,741pathnameRepresentation of the name of a file or directory on the filesystem
965,3755,093readline-extProvides an interface for GNU Readline and Edit Line (libedit).
975,4486,195shellAn idiomatic Ruby interface for common UNIX shell commands.
985,4953,052win32-registryProvides an interface to the Windows Registry in Ruby
995,5062,619test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
1005,6534,387delegateProvides three abilities to delegate method calls to an object.
1016,1826,483fcntlLoads constants defined in the OS fcntl.h C header file
1026,3063,720tracerA Ruby tracer
1036,3074,337syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1046,5454,384cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1056,7806,340tmpdirExtends the Dir class to manage the OS temporary file path.
1066,8356,726dbmProvides a wrapper for the UNIX-style Database Manager Library
1077,3165,548weakrefAllows a referenced object to be garbage-collected.
1087,3285,494findThis module supports top-down traversal of a set of file paths.
1097,7346,843unUtilities to replace common UNIX commands
1107,7467,717minitest-power_assertPower Assert for Minitest.
1117,81711,191rubyFIX ME
1128,3357,353io-nonblockEnables non-blocking mode with IO class
1138,8143,101logger-applicationAdd logging support to your application.
1149,41017,296gdbmRuby extension for GNU dbm.
1159,71211,747mathnDeprecated library that extends math operations.
11610,6439,682yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
11710,6863,628sdbmProvides a simple file-based key-value store with String keys and values.
11812,00719,996itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11913,85320,888rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
12014,6069,806tdiarytDiary is so called Weblog.
12115,95424,406jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12216,5209,911bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12316,94629,654bundler-sbomGenerate SBOM(Software Bill of Materials) files with Bundler
12418,03260,696capistrano-stretchercapistrano task for stretcher.
12518,33014,462hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12619,1449,520gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12719,23921,843tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12819,90615,478tkTk interface module using tcltklib.
12920,26837,086atigAtig.rb is Twitter Irc Gateway.
13021,25323,017sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
13122,37119,996takosanRuby wrapper of Takosan
13222,77112,862rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
13323,87237,086agiganother Github IRC Gateway
13424,42113,783monitorProvides an object or module to use safely by more than one thread
13524,86837,086kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13626,84537,086kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13727,05818,545profileProfile provides a way to Profile your Ruby application.
13827,69426,333jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13928,08326,333tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
14028,08619,175tdiary-style-gfmGFM Style for tDiary
14130,89629,654mackerel-rbYet another mackerel client for Ruby.
14235,13260,696capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14340,78616,924lramaLALR (1) parser generator written by Ruby
14441,67529,654profilerEasy, targeted Ruby profiling
14542,20737,086rake-confirmConfirmation for destructive Rails task.
14650,46529,654rubyvmRubyVM
14751,50860,696kakinkakin is resource calcuration tool for OpenStack
14851,72037,086omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14953,79337,086acts_as_bitsActiveRecord plugin that maintains massive flags in one column
15057,04921,843gyomu_rubyGyomuRuby
15157,85237,086coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
15258,12423,017jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
15362,44837,086furikA summary generator of GitHub activity for retrospective.
15465,03337,086heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15568,52813,333fiberFiber is an open source content engine for Ruby.
15671,94629,654auto_truncated_loggerlogger of auto truncated old file.
15772,12123,017rake-contribAdditional libraries for Rake
15873,50624,406tdiary-style-rdRD Style for tDiary
15977,02360,696delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
16078,83960,696capistrano-stretcher-npmnpm task for capistrano-stretcher
16185,47760,696ikachanRuby wrapper of Ikachan
16296,84760,696rubygems-yomikomurubygems hooks for yomikomu
163104,16629,654tdiary-style-etdiaryetDiary Style for tDiary
164108,71537,086tdiary-cache-redistDiary cache with redis
165109,83937,086tdiary-io-rdbrdb adapter for tDiary
166119,89529,654log_minimalRuby port of Log::Minimal.
167128,06937,086gem-ext-cleanerClean up unnecessary extension files for gem command.
168131,45960,696sqaleWrite a gem description
169135,08637,086tdiary-style-emptdiaryemptDiary Style for tDiary
170138,05529,654rack-nojstreat script tag in response.body when access with old mobile phone.
171139,51826,333tdiary-cache-memcachedtDiary cache with memcached
172151,66526,333tdiary-coffeescriptCoffeeScript Filter for tDiary.
173175,87126,333gem-cloneClone gem repositories by fetching source code URLs from gem metadata
174179,47937,086rubygems-ghqA RubyGems plugin that automatically clones git repositories of gems after installation
175181,98526,333bundler-why-pluginA Bundler plugin that shows the dependency tree for a specific package, similar to 'yar...
176182,65137,086gem-sweepClean up unnecessary extension files for gem command.
177186,72560,696gem-repairA RubyGems plugin that finds and reinstalls gems with missing compiled extensions.
178187,45060,696net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...
179189,29829,654rubygems-auto-cloneA RubyGems plugin that automatically clones git repositories of gems after installation
180194,15860,696bundler-timing-pluginBundler plugin that prints the elapsed time of each gem download, install, and git sour...