Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
283rakeRake 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.
44018rexmlAn XML toolkit for Ruby
55838raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
675289rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
7916base64Support for encoding and decoding binary data using a Base64 representation.
810010bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
9103125ruby2_keywordsShim library for Module#ruby2_keywords
10109104webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
111207loggerProvides a simple logging utility for outputting messages.
1213778net-imapRuby client api for Internet Message Access Protocol
1314492timeoutAuto-terminate potentially long-running operations in Ruby.
1415272rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
15165118net-smtpSimple Mail Transfer Protocol client library for Ruby.
1617770dateThe official date library for Ruby.
1718071net-protocolThe abstract interface for net-* client.
18202290kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
1920553drbDistributed object system for Ruby
2021554relineAlternative GNU Readline or Editline implementation by pure Ruby.
2121752uriURI is a module providing classes to handle Uniform Resource Identifiers
22220143psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
23221150net-popRuby client library for POP3.
2422482irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
2522947io-consoleadd console capabilities to IO instances.
2623560securerandomInterface for secure random number generator.
2723698benchmarka performance benchmarking library
28272122mutex_mMixin to extend objects to be handled like a Mutex.
2928074csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
30281147stringioPseudo `IO` class from/to `String`.
3128681net-httpHTTP client api for Ruby.
32308180matrixAn implementation of Matrix and Vector classes.
3334283ostructClass to build custom data structures, similar to a Hash.
3438090ppProvides a PrettyPrinter for Ruby objects
35437189debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
36452282optparseOptionParser is a class for command-line option analysis. It is much more advanced, ye...
37462101prettyprintImplements a pretty printing algorithm for readable structure.
3846979erbAn easy to use but powerful templating system for Ruby.
39481198nkfRuby extension for Network Kanji Filter
40506246strscanProvides lexical scanning operations on a String.
41559259opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
42683322power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
43718121cgiSupport for the Common Gateway Interface protocol.
44735113rbsRBS is the language for type signatures for Ruby and standard library definitions.
45771102tsortTopological sorting using Tarjan's algorithm
468021,680json_pureThis is a JSON implementation in pure Ruby.
47833778syncA module that provides a two-phase lock with a counter.
48942755gemsRuby wrapper for the RubyGems.org API
491,001934setProvides a class to deal with collections of unordered, unique values
501,021948e2mmapModule for defining custom exceptions with specific messages.
511,1541,885net-telnetProvides telnet client functionality.
521,268724primePrime numbers and factorization library.
531,496529observerImplementation of the Observer object-oriented design pattern.
541,518284pstoreTransactional File Storage for Ruby Objects
551,5261,199thwaitWatches for termination of multiple threads.
561,542363abbrevCalculates a set of unique abbreviations for a given set of strings
571,5481,251digestProvides a framework for message digest libraries.
581,558880net-ftpSupport for the File Transfer Protocol.
591,580594zlibRuby interface for the zlib compression/decompression library
601,6371,728xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
611,659602timeExtends the Time class with methods for parsing and conversion.
621,6711,011forwardableProvides delegation of specified methods to a designated object.
631,6913,640string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
641,699681fiddleA libffi wrapper for Ruby.
651,718590gserverGServer implements a generic server
661,7471,377rssFamily of libraries that support various formats of XML "feeds".
671,7522,059ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
681,787841singletonThe Singleton module implements the Singleton pattern.
691,8051,039fileutilsSeveral file utility methods for copying, moving, removing, etc.
701,9132,013threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
711,9162,323iconviconv wrapper library
721,948646yamlYAML Ain't Markup Language
732,1121,727typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
742,131829syslogRuby interface for the POSIX system logging facility.
752,2041,255open3Popen, but with stderr, too
762,2321,126resolvThread-aware DNS resolver library in Ruby.
772,3221,360resolv-replaceReplace Socket DNS with Resolv.
782,3631,681scanfscanf is an implementation of the C function scanf(3).
792,4201,592io-waitWaits until IO is readable or writable without blocking.
802,5991,588getoptlongGetoptLong for Ruby
812,6434,036englishRequire 'English.rb' to reference global variables with less cryptic names.
822,831726readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
833,0432,077rindaThe Linda distributed computing paradigm in Ruby.
843,0711,863repl_type_completorType based completion for REPL.
853,0902,816did_you_meanThe gem that has been saving people from typos since 2014.
863,1051,957open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
873,2062,209tempfileA utility class for managing temporary files.
883,7232,208win32oleProvides an interface for OLE Automation in Ruby
893,7636,464syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
903,7863,119etcProvides access to information typically stored in UNIX /etc directory.
914,0014,968win32apiThe wrapper library for win32 API
924,0572,650shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
934,5162,194rubygems-generate_indexGenerates the index files for a gem server directory
944,8482,576error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
955,2493,284pathnameRepresentation of the name of a file or directory on the filesystem
965,3472,235test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
975,3644,195readline-extProvides an interface for GNU Readline and Edit Line (libedit).
985,4322,510win32-registryProvides an interface to the Windows Registry in Ruby
995,4616,404shellAn idiomatic Ruby interface for common UNIX shell commands.
1005,6362,823delegateProvides three abilities to delegate method calls to an object.
1016,1835,960fcntlLoads constants defined in the OS fcntl.h C header file
1026,2352,925syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1036,2562,965tracerA Ruby tracer
1046,4504,296cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1056,7765,523tmpdirExtends the Dir class to manage the OS temporary file path.
1066,8478,495dbmProvides a wrapper for the UNIX-style Database Manager Library
1077,2504,387weakrefAllows a referenced object to be garbage-collected.
1087,2644,511findThis module supports top-down traversal of a set of file paths.
1097,6894,737unUtilities to replace common UNIX commands
1107,7286,520minitest-power_assertPower Assert for Minitest.
1117,8399,730rubyFIX ME
1128,3287,390io-nonblockEnables non-blocking mode with IO class
1138,73211,899logger-applicationAdd logging support to your application.
1149,44715,380gdbmRuby extension for GNU dbm.
1159,74412,103mathnDeprecated library that extends math operations.
11610,4867,126sdbmProvides a simple file-based key-value store with String keys and values.
11710,6579,879yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
11812,04122,117itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11913,90458,818rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
12014,5699,343tdiarytDiary is so called Weblog.
12116,01723,302jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12216,51013,818bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12317,01536,893bundler-sbomGenerate SBOM(Software Bill of Materials) files with Bundler
12418,09658,818capistrano-stretchercapistrano task for stretcher.
12518,29913,975hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12619,10118,508gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12719,17918,038tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12819,93916,056tkTk interface module using tcltklib.
12920,33524,745atigAtig.rb is Twitter Irc Gateway.
13021,33330,022sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
13122,41926,831takosanRuby wrapper of Takosan
13222,57816,605rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
13323,94158,818agiganother Github IRC Gateway
13424,18319,639monitorProvides an object or module to use safely by more than one thread
13524,93358,818kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13626,91758,818kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13726,98420,321profileProfile provides a way to Profile your Ruby application.
13827,77326,831jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13927,81819,067tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
14028,06816,322tdiary-style-gfmGFM Style for tDiary
14130,97058,818mackerel-rbYet another mackerel client for Ruby.
14235,22336,893capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14338,1716,867lramaLALR (1) parser generator written by Ruby
14441,78130,022profilerEasy, targeted Ruby profiling
14542,07158,818rake-confirmConfirmation for destructive Rails task.
14650,56158,818rubyvmRubyVM
14751,53158,818omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14851,60430,022kakinkakin is resource calcuration tool for OpenStack
14953,91058,818acts_as_bitsActiveRecord plugin that maintains massive flags in one column
15057,10026,831gyomu_rubyGyomuRuby
15157,37517,264jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
15257,93526,831coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
15362,53236,893furikA summary generator of GitHub activity for retrospective.
15465,05636,893heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15565,30211,376fiberFiber is an open source content engine for Ruby.
15672,00823,302rake-contribAdditional libraries for Rake
15772,03658,818auto_truncated_loggerlogger of auto truncated old file.
15872,85719,067tdiary-style-rdRD Style for tDiary
15977,06658,818delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
16078,89658,818capistrano-stretcher-npmnpm task for capistrano-stretcher
16185,59036,893ikachanRuby wrapper of Ikachan
16296,91858,818rubygems-yomikomurubygems hooks for yomikomu
163104,22636,893tdiary-style-etdiaryetDiary Style for tDiary
164108,68558,818tdiary-cache-redistDiary cache with redis
165109,84036,893tdiary-io-rdbrdb adapter for tDiary
166120,08758,818log_minimalRuby port of Log::Minimal.
167128,19236,893gem-ext-cleanerClean up unnecessary extension files for gem command.
168131,48758,818sqaleWrite a gem description
169135,05358,818tdiary-style-emptdiaryemptDiary Style for tDiary
170138,11658,818rack-nojstreat script tag in response.body when access with old mobile phone.
171139,52336,893tdiary-cache-memcachedtDiary cache with memcached
172151,59436,893tdiary-coffeescriptCoffeeScript Filter for tDiary.
173176,00930,022gem-sweepDeprecated. All features moved to gem-repair (https://github.com/hsbt/gem-repair). Inst...
174176,02830,022gem-cloneClone gem repositories by fetching source code URLs from gem metadata
175179,84658,818rubygems-ghqA RubyGems plugin that automatically clones git repositories of gems after installation
176182,37558,818bundler-why-pluginA Bundler plugin that shows the dependency tree for a specific package, similar to 'yar...
177182,75436,893gem-repairA RubyGems plugin that finds and reinstalls gems with missing compiled extensions.
178188,13224,745net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...
179189,96258,818rubygems-auto-cloneA RubyGems plugin that automatically clones git repositories of gems after installation
180194,77036,893bundler-timing-pluginBundler plugin that prints the elapsed time of each gem download, install, and git sour...