Hsbt's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
112bundlerBundler manages an application's dependencies through its entire life, across many mach...
2107rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified i...
3175jsonThis is a JSON implementation as a Ruby extension in C.
450148rubygems-updateA package (also known as a library) contains a set of functionality that can be invok...
56122rexmlAn XML toolkit for Ruby
67816raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
7108127ruby2_keywordsShim library for Module#ruby2_keywords
811835webrickWEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy se...
9184310kaminariKaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophist...
10205129rdocRDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the ...
1121337net-imapRuby client api for Internet Message Access Protocol
1222553net-smtpSimple Mail Transfer Protocol client library for Ruby.
1323144timeoutAuto-terminate potentially long-running operations in Ruby.
1426726bigdecimalThis library provides arbitrary-precision decimal floating-point number class.
1527311base64Support for encoding and decoding binary data using a Base64 representation.
1627877net-protocolThe abstract interface for net-* client.
17296111net-popRuby client library for POP3.
1833565dateA subclass of Object includes Comparable module for handling dates.
19414128psychPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib...
20416243matrixAn implementation of Matrix and Vector classes.
2149397relineAlternative GNU Readline or Editline implementation by pure Ruby.
22565104irbInteractive Ruby command-line tool for REPL (Read Eval Print Loop).
23661126io-consoleadd console capabilities to IO instances.
2467818loggerProvides a simple logging utility for outputting messages.
2568894drbDistributed object system for Ruby
26715108uriURI is a module providing classes to handle Uniform Resource Identifiers
27727274strscanProvides lexical scanning operations on a String.
28729439optparseOptionParser is a class for command-line option analysis.
29730673json_pureThis is a JSON implementation in pure Ruby.
30738442power_assertPower Assert shows each value of variables and method calls in the expression. It is us...
31818125stringioPseudo `IO` class from/to `String`.
32819471opensslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on t...
33826248debugDebugging functionality for Ruby. This is completely rewritten debug.rb which was conta...
34835101net-httpHTTP client api for Ruby.
35837155csvThe CSV library provides a complete interface to CSV files and data. It offers tools to...
36865503syncA module that provides a two-phase lock with a counter.
37879112mutex_mMixin to extend objects to be handled like a Mutex.
389961,363e2mmapModule for defining custom exceptions with specific messages.
391,0071,783net-telnetProvides telnet client functionality.
401,027538gemsRuby wrapper for the RubyGems.org API
411,086681setProvides a class to deal with collections of unordered, unique values
421,08781benchmarka performance benchmarking library
431,114264nkfRuby extension for Network Kanji Filter
441,32680securerandomInterface for secure random number generator.
451,336583rbsRBS is the language for type signatures for Ruby and standard library definitions.
461,4331,760thwaitWatches for termination of multiple threads.
471,4491,819string-scrubString#scrub for Ruby 2.0.0 and 1.9.3
481,504550cgiSupport for the Common Gateway Interface protocol.
491,5071,040primePrime numbers and factorization library.
501,5231,524xmlrpcXMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
511,557757digestProvides a framework for message digest libraries.
521,6241,736ipaddrIPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are su...
531,725165ostructClass to build custom data structures, similar to a Hash.
541,7341,143net-ftpSupport for the File Transfer Protocol.
551,7633,025threadIncludes a thread pool, message passing capabilities, a recursive mutex, promise, futur...
561,7681,895iconviconv wrapper library
571,8241,169fileutilsSeveral file utility methods for copying, moving, removing, etc.
581,8401,565rssFamily of libraries that support various formats of XML "feeds".
592,0331,859forwardableProvides delegation of specified methods to a designated object.
602,1071,357zlibRuby interface for the zlib compression/decompression library
612,1361,170timeExtends the Time class with methods for parsing and conversion.
622,2281,940typeprofTypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes i...
632,3802,932englishRequire 'English.rb' to reference global variables with less cryptic names.
642,4451,160observerImplementation of the Observer object-oriented design pattern.
652,4481,936gserverGServer implements a generic server
662,6021,241open3Popen, but with stderr, too
672,6251,949io-waitWaits until IO is readable or writable without blocking.
682,6311,286erbAn easy to use but powerful templating system for Ruby.
692,6451,822scanfscanf is an implementation of the C function scanf(3).
702,7461,739fiddleA libffi wrapper for Ruby.
712,7591,222singletonThe Singleton module implements the Singleton pattern.
722,7831,751yamlYAML Ain't Markup Language
732,7992,722did_you_meanThe gem that has been saving people from typos since 2014.
742,8291,766resolvThread-aware DNS resolver library in Ruby.
753,0931,802abbrevCalculates a set of unique abbreviations for a given set of strings
763,123123ppProvides a PrettyPrinter for Ruby objects
773,2101,735resolv-replaceReplace Socket DNS with Resolv.
783,2801,770getoptlongGetoptLong for Ruby
793,344191prettyprintImplements a pretty printing algorithm for readable structure.
803,5702,187syslogRuby interface for the POSIX system logging facility.
813,6335,635syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
823,6781,977tempfileA utility class for managing temporary files.
833,7171,798pstoreTransactional File Storage for Ruby Objects
843,7372,050rindaThe Linda distributed computing paradigm in Ruby.
853,7993,084etcProvides access to information typically stored in UNIX /etc directory.
863,8712,433open-uriAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
874,6862,753win32apiThe wrapper library for win32 API
884,9072,300shellwordsManipulates strings with word parsing rules of UNIX Bourne shell.
895,0885,062shellAn idiomatic Ruby interface for common UNIX shell commands.
905,4623,553tsortTopological sorting using Tarjan's algorithm
915,6942,060repl_type_completorType based completion for REPL.
925,7473,291readline-extProvides an interface for GNU Readline and Edit Line (libedit).
935,8562,927pathnameRepresentation of the name of a file or directory on the filesystem
946,2063,210fcntlLoads constants defined in the OS fcntl.h C header file
956,2163,283delegateProvides three abilities to delegate method calls to an object.
966,3036,505dbmProvides a wrapper for the UNIX-style Database Manager Library
976,6102,080error_highlightThe gem enhances Exception#message by adding a short explanation where the exception is...
986,6423,518rubygems-generate_indexGenerates the index files for a gem server directory
996,8938,361rubyFIX ME
1007,0034,342tracerA Ruby tracer
1017,0672,358readlineThis is just a loader for "readline". If Ruby has the "readline-ext" gem that is a nati...
1027,8768,248minitest-power_assertPower Assert for Minitest.
1037,9533,254tmpdirExtends the Dir class to manage the OS temporary file path.
1047,97619,606logger-applicationAdd logging support to your application.
1058,1557,193cmathCMath is a library that provides trigonometric and transcendental functions for complex...
1068,2013,565unUtilities to replace common UNIX commands
1078,4563,287findThis module supports top-down traversal of a set of file paths.
1088,51016,714gdbmRuby extension for GNU dbm.
1098,9643,565weakrefAllows a referenced object to be garbage-collected.
1109,3433,152syntax_suggestWhen you get an "unexpected end" in your syntax this gem helps you find it
1119,5593,336io-nonblockEnables non-blocking mode with IO class
1129,69711,270yaoYAO is a Yet Another OpenStack API Wrapper that rocks!!
1139,9272,472test-unit-ruby-coreAdditional test assertions for Ruby standard libraries.
11410,90136,248itamae-plugin-recipe-rbenvItamae plugin to install ruby with rbenv
11511,64114,011mathnDeprecated library that extends math operations.
11612,24828,870rubygems-mirrorThis is an update to the old `gem mirror` command. It uses net/http/persistent and thre...
11712,5872,893win32oleProvides an interface for OLE Automation in Ruby
11813,12815,676sdbmProvides a simple file-based key-value store with String keys and values.
11913,99121,695tdiarytDiary is so called Weblog.
12014,94454,620jenkins-plugin-runtimeI'll think of a better description later, but if you're reading this, then I haven't
12116,27454,620capistrano-stretchercapistrano task for stretcher.
12217,77715,676hikidoc'HikiDoc' is a text-to-HTML conversion tool for web writers.
12318,67154,620atigAtig.rb is Twitter Irc Gateway.
12418,83154,620tdiary-contribtDiary contributions package that includes plugins, styles, utilities, libraries, filte...
12519,37536,248sidekiq-scheduler-notificationSlack notification middleware for sidekiq-scheduler
12619,38214,779gemstashGemstash acts as a local RubyGems server, caching copies of gems from RubyGems.org auto...
12719,85810,057tkTk interface module using tcltklib.
12820,55714,011bundler-graph`graph` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
12920,67619,606takosanRuby wrapper of Takosan
13022,34254,620agiganother Github IRC Gateway
13125,07054,620kanameIdentity configuration tool for OpenStack. You can apply simple YAML definition into Ke...
13225,85354,620kakineSecurity Group configuration tool for OpenStack. You can apply simple YAML definition i...
13326,66554,620jpiAllows you to generate a new Ruby plugin project, build it, test it in Jenkins and rele...
13428,49821,695monitorProvides an object or module to use safely by more than one thread
13528,50254,620tdiary-style-gfmGFM Style for tDiary
13629,47654,620tdiary-blogkittDiary BlogKit modifies tDiary. This modification enables tDiary to manage articles by ...
13730,94454,620mackerel-rbYet another mackerel client for Ruby.
13831,78411,961profileProfile provides a way to Profile your Ruby application.
13932,40154,620capistrano-stretcher-railsrails specific tasks for capistrano-stretcher
14035,40911,270rubygems-serverGem::Server and allows users to serve gems for consumption by `gem --remote-install`.
14138,42424,730profilerEasy, targeted Ruby profiling
14244,50419,606rake-confirmConfirmation for destructive Rails task.
14345,92254,620rubyvmRubyVM
14450,19254,620acts_as_bitsActiveRecord plugin that maintains massive flags in one column
14552,61054,620coverageoutput-format is XHTML1.0 strict credit goes to NAKAMURA Hiroshi, which made the origi...
14654,19019,606omniauth-colormeshopOmniAuth Strategy for ColorMeShop API
14755,59454,620kakinkakin is resource calcuration tool for OpenStack
14858,80354,620gyomu_rubyGyomuRuby
14963,07054,620heroku_scale_schedulerscaling scheduler for heroku dynos/workers
15067,46254,620furikA summary generator of GitHub activity for retrospective.
15167,86419,606lramaLALR (1) parser generator written by Ruby
15270,68154,620auto_truncated_loggerlogger of auto truncated old file.
15374,10754,620capistrano-stretcher-npmnpm task for capistrano-stretcher
15474,18454,620tdiary-style-rdRD Style for tDiary
15576,34854,620delayed_job_slack_notificationSlack notifier for pending jobs of Delayed Job.
15682,48754,620ikachanRuby wrapper of Ikachan
15784,05836,248rake-contribAdditional libraries for Rake
15894,84036,248jsJavaScript bindings for ruby.wasm. This gem provides a way to use JavaScript functional...
159100,25936,248rubygems-yomikomurubygems hooks for yomikomu
160104,24636,248tdiary-style-etdiaryetDiary Style for tDiary
161104,35154,620fiberFiber is an open source content engine for Ruby.
162108,79036,248tdiary-cache-redistDiary cache with redis
163111,41436,248tdiary-io-rdbrdb adapter for tDiary
164117,38336,248log_minimalRuby port of Log::Minimal.
165132,79436,248sqaleWrite a gem description
166136,79736,248tdiary-style-emptdiaryemptDiary Style for tDiary
167139,15128,870rack-nojstreat script tag in response.body when access with old mobile phone.
168140,95536,248tdiary-cache-memcachedtDiary cache with memcached
169155,66236,248tdiary-coffeescriptCoffeeScript Filter for tDiary.
170175,55936,248gem-ext-cleanerClean up unnecessary extension files for gem command.
171181,70336,248win32-registryProvides an interface to the Windows Registry in Ruby
172183,34654,620net-http-sspiimplements bindings to Win32 SSPI functions, focused on authentication to a proxy serve...