Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
111bundlerBundler manages an application's dependencies through its entire life, across many mach...
2108rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
3174jsonThis is a JSON implementation as a Ruby extension in C.
450258rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
5619rexmlAn XML toolkit for Ruby
67820raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
7108121ruby2_keywordsShim library for Module#ruby2_keywords
811865webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
9184203kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
10206141rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
1121534net-imapRuby client api for Internet Message Access Protocol
1222764net-smtpSimple Mail Transfer Protocol client library for Ruby.
1323641timeoutAuto-terminate potentially long-running operations in Ruby.
1427126bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
1527516base64Support for encoding and decoding binary data using a Base64 representation.
1627991net-protocolThe abstract interface for net-* client.
17297120net-popRuby client library for POP3.
1834052dateA subclass of Object includes Comparable module for handling dates.
19417151psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
20421211matrixAn implementation of Matrix and Vector classes.
21507127relineAlternative GNU Readline or Editline implementation by pure Ruby.
22586136irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
23666153io-consoleadd console capabilities to IO instances.
2469894drbDistributed object system for Ruby
2570028loggerProvides a simple logging utility for outputting messages.
26725101uriURI is a module providing classes to handle Uniform Resource Identifiers
27727356strscanProvides lexical scanning operations on a String.
287281,181json_pureThis is a JSON implementation in pure Ruby.
29734289optparseOptionParser is a class for command-line option analysis.
30738925power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
31818453opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
32827159stringioPseudo `IO` class from/to `String`.
33829296debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
34839107net-httpHTTP client api for Ruby.
35847148csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
36866440syncA module that provides a two-phase lock with a counter.
37894130mutex_mMixin to extend objects to be handled like a Mutex.
389961,049e2mmapModule for defining custom exceptions with specific messages.
391,0041,782net-telnetProvides telnet client functionality.
401,028959gemsRuby wrapper for the RubyGems.org API
411,086870setProvides a class to deal with collections of unordered, unique values
421,118110benchmarka performance benchmarking library
431,128186nkfRuby extension for Network Kanji Filter
441,342595rbsRBS is the language for type signatures for Ruby and standard library definitions.
451,359108securerandomInterface for secure random number generator.
461,4311,651thwaitWatches for termination of multiple threads.
471,4492,731string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
481,507727cgiSupport for the Common Gateway Interface protocol.
491,511601primePrime numbers and factorization library.
501,5231,552xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
511,5561,338digestProvides a framework for message digest libraries.
521,6191,925ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
531,7371,436net-ftpSupport for the File Transfer Protocol.
541,7622,215threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
551,7671,908iconviconv wrapper library
561,769167ostructClass to build custom data structures, similar to a Hash.
571,8251,493fileutilsSeveral file utility methods for copying, moving, removing, etc.
581,8421,922rssFamily of libraries that support various formats of XML "feeds".
592,0341,676forwardableProvides delegation of specified methods to a designated object.
602,1161,428zlibRuby interface for the zlib compression/decompression library
612,1441,292timeExtends the Time class with methods for parsing and conversion.
622,2402,826typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
632,3784,067englishRequire 'English.rb' to reference global variables with less cryptic names.
642,4631,329gserverGServer implements a generic server
652,4931,043observerImplementation of the Observer object-oriented design pattern.
662,6121,709open3Popen, but with stderr, too
672,6262,168io-waitWaits until IO is readable or writable without blocking.
682,6431,585erbAn easy to use but powerful templating system for Ruby.
692,6521,946scanfscanf is an implementation of the C function scanf(3).
702,7521,666fiddleA libffi wrapper for Ruby.
712,7931,656yamlYAML Ain't Markup Language
722,7944,145did_you_meanThe gem that has been saving people from typos since 2014.
732,810616singletonThe Singleton module implements the Singleton pattern.
742,8352,005resolvThread-aware DNS resolver library in Ruby.
753,1271,824abbrevCalculates a set of unique abbreviations for a given set of strings
763,2332,365resolv-replaceReplace Socket DNS with Resolv.
773,3112,055getoptlongGetoptLong for Ruby
783,358252ppProvides a PrettyPrinter for Ruby objects
793,547306prettyprintImplements a pretty printing algorithm for readable structure.
803,6042,531syslogRuby interface for the POSIX system logging facility.
813,6315,960syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
823,6892,209tempfileA utility class for managing temporary files.
833,765981pstoreTransactional File Storage for Ruby Objects
843,7893,252rindaThe Linda distributed computing paradigm in Ruby.
853,7992,928etcProvides access to information typically stored in UNIX /etc directory.
863,8822,260open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
874,7063,494win32apiThe wrapper library for win32 API
884,9162,770shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
895,0865,742shellAn idiomatic Ruby interface for common UNIX shell commands.
905,4813,090tsortTopological sorting using Tarjan's algorithm
915,7533,706readline-extProvides an interface for GNU Readline and Edit Line (libedit).
925,8613,537pathnameRepresentation of the name of a file or directory on the filesystem
935,9412,621repl_type_completorType based completion for REPL.
946,2074,676fcntlLoads constants defined in the OS fcntl.h C header file
956,2264,776delegateProvides three abilities to delegate method calls to an object.
966,3018,065dbmProvides a wrapper for the UNIX-style Database Manager Library
976,6353,280error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
986,6663,242rubygems-generate_indexGenerates the index files for a gem server directory
996,8878,011rubyFIX ME
1007,0045,322tracerA Ruby tracer
1017,0993,393readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
1027,8736,573minitest-power_assertPower Assert for Minitest.
1037,9594,996tmpdirExtends the Dir class to manage the OS temporary file path.
1047,96611,181logger-applicationAdd logging support to your application.
1058,1565,580cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1068,2106,483unUtilities to replace common UNIX commands
1078,4745,985findThis module supports top-down traversal of a set of file paths.
1088,49711,905gdbmRuby extension for GNU dbm.
1098,9896,496weakrefAllows a referenced object to be garbage-collected.
1109,3995,090syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1119,5835,225io-nonblockEnables non-blocking mode with IO class
1129,68115,206yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
1139,9583,930test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
11410,89415,969itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11511,64211,499mathnDeprecated library that extends math operations.
11612,24130,494rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
11712,8053,888win32oleProvides an interface for OLE Automation in Ruby
11813,14310,659sdbmProvides a simple file-based key-value store with String keys and values.
11913,98224,705tdiarytDiary is so called Weblog.
12014,92730,494jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12116,26457,843capistrano-stretchercapistrano task for stretcher.
12217,75811,499hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12318,66727,184atigAtig.rb is Twitter Irc Gateway.
12418,81757,843tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12519,36019,249sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
12619,38112,583gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12719,87213,601tkTk interface module using tcltklib.
12820,6398,772bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12920,67019,249takosanRuby wrapper of Takosan
13022,33316,550agiganother Github IRC Gateway
13125,06530,494kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13225,83930,494kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13326,64436,705jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13428,48057,843tdiary-style-gfmGFM Style for tDiary
13528,49513,179monitorProvides an object or module to use safely by more than one thread
13629,45857,843tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
13730,92730,494mackerel-rbYet another mackerel client for Ruby.
13831,80415,969profileProfile provides a way to Profile your Ruby application.
13932,38357,843capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14035,51412,583rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
14138,45014,975profilerEasy, targeted Ruby profiling
14244,56927,184rake-confirmConfirmation for destructive Rails task.
14345,90557,843rubyvmRubyVM
14450,16627,184acts_as_bitsActiveRecord plugin that maintains massive flags in one column
14552,58636,705coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
14654,31818,162omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14755,59957,843kakinkakin is resource calcuration tool for OpenStack
14858,78257,843gyomu_rubyGyomuRuby
14963,05157,843heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15067,44736,705furikA summary generator of GitHub activity for retrospective.
15167,98130,494lramaLALR (1) parser generator written by Ruby
15270,66436,705auto_truncated_loggerlogger of auto truncated old file.
15374,08257,843capistrano-stretcher-npmnpm task for capistrano-stretcher
15474,15157,843tdiary-style-rdRD Style for tDiary
15576,33657,843delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
15682,46757,843ikachanRuby wrapper of Ikachan
15784,16730,494rake-contribAdditional libraries for Rake
15895,34919,964jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
159100,23757,843rubygems-yomikomurubygems hooks for yomikomu
160104,21557,843tdiary-style-etdiaryetDiary Style for tDiary
161104,36020,780fiberFiber is an open source content engine for Ruby.
162108,74957,843tdiary-cache-redistDiary cache with redis
163111,39057,843tdiary-io-rdbrdb adapter for tDiary
164117,36057,843log_minimalRuby port of Log::Minimal.
165132,76357,843sqaleWrite a gem description
166136,75836,705tdiary-style-emptdiaryemptDiary Style for tDiary
167139,13957,843rack-nojstreat script tag in response.body when access with old mobile phone.
168140,92736,705tdiary-cache-memcachedtDiary cache with memcached
169155,64036,705tdiary-coffeescriptCoffeeScript Filter for tDiary.
170175,54557,843gem-ext-cleanerClean up unnecessary extension files for gem command.
171181,69930,494win32-registryProvides an interface to the Windows Registry in Ruby
172183,32730,494net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...