stdgems

Standard Gems 3.4.5

Default Gems

Default Gem 3.4.5 3.4.4 Description Resources
benchmark 0.4.0 0.4.0 Benchmark utility: Measures and reports the time used to execute code RubyGems · GitHub · RDoc
bundler 2.6.9 2.6.7 Bundler is the local package manager for Ruby applications RubyGems · GitHub · RDoc · CRuby
cgi 0.4.2 0.4.2 Support for CGI (Common Gateway Interface) RubyGems · GitHub · RDoc
date c 3.4.1 3.4.1 The Date and DateTime classes RubyGems · GitHub · RDoc (1) · RDoc (2) · CRuby · JRuby (1) · JRuby (2) · JRuby (3)
delegate 0.4.0 0.4.0 Provides three ways to delegate method calls RubyGems · GitHub · RDoc · CRuby
did_you_mean 2.0.0 2.0.0 Patches error messages to suggest correct spelling of methods/classes/variables RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2)
digest c 3.2.0 3.2.0 Provides common hash functions like MD5, SHA1, SHA2, or RIPEMD-160 RubyGems · GitHub · RDoc · CRuby · JRuby (1)
english 0.8.0 0.8.0 Readable aliases for special global variables RubyGems · GitHub · RDoc · CRuby · JRuby
erb 4.0.4 4.0.4 Templating engine for Ruby RubyGems · GitHub · RDoc · CRuby
error_highlight 0.7.0 0.7.0 Improves error messages with additional debug info RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2)
etc c 1.4.6 1.4.5 Access UNIX info from /etc RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2)
fcntl c 1.2.0 1.2.0 Loads values from the OS' fcntl.h to be used for low-level file descriptor manipulation system calls with IO#fcntl and IO.sysopen RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2)
fiddle c 1.1.6 1.1.6 Support for FFI (Foreign Function Interface) RubyGems · GitHub · RDoc
fileutils 1.7.3 1.7.3 Utilities for working with the file system, such as copying, moving, or deleting files RubyGems · GitHub · RDoc · CRuby · JRuby (1)
find 0.2.0 0.2.0 Finds all files in a given directory and its sub-directories RubyGems · GitHub · RDoc · CRuby
forwardable 1.3.3 1.3.3 Provides a way to delegate method calls. Also see this overview of delegation in Ruby, which contains an example RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2) · CRuby (3)
io-console c 0.8.1 0.8.0 Patches IO for simple and portable access to the console RubyGems · GitHub · RDoc · CRuby
io-nonblock c 0.3.2 0.3.1 Allows to work with IO streams in a non-blocking way RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2)
io-wait c 0.3.2 0.3.1 Adds methods to wait until an IO stream becomes readable or writable RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2)
ipaddr 1.2.7 1.2.7 IP address manipulation (IPv4 and IPv6) RubyGems · GitHub · RDoc · CRuby
irb 1.14.3 1.14.3 Interactive Ruby Console (REPL) RubyGems · GitHub · RDoc
json c 2.9.1 2.9.1 Support for JSON (JavaScript Object Notation) RubyGems · GitHub · RDoc · CRuby
logger 1.6.4 1.6.4 Logging utility RubyGems · GitHub · RDoc
net-http 0.6.0 0.6.0 Support for HTTP (Hypertext Transfer Protocol) RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2) · CRuby (3) ·