stdgems

Standard Gems 2.6.3

Default Gems

Default Gem 2.6.3 2.6.2 Description Resources
bigdecimal c 1.4.1 1.4.1 Support for arbitrary-precision floating point decimal arithmetic RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2) · JRuby (3)
bundler 1.17.2 1.17.2 Bundler is the local package manager for Ruby applications RubyGems · GitHub · RDoc · CRuby
cmath 1.0.0 1.0.0 Trigonometric and transcendental functions for complex numbers RubyGems · GitHub · RDoc
csv 3.0.9 3.0.4 Support for CSV (Comma-separated Values) RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2)
date c 2.0.0 2.0.0 The Date and DateTime classes RubyGems · GitHub · RDoc (1) · RDoc (2) · CRuby · JRuby (1) · JRuby (2) · JRuby (3)
dbm c 1.0.0 1.0.0 Support for DBM databases RubyGems · GitHub · RDoc
e2mmap 0.1.0 0.1.0 Abstraction around exception handling RubyGems · GitHub · RDoc
etc c 1.0.1 1.0.1 Access UNIX info from /etc RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2)
fcntl c 1.0.0 1.0.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.0.0 1.0.0 Support for FFI (Foreign Function Interface) RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2)
fileutils 1.1.0 1.1.0 Utilities for working with the file system, such as copying, moving, or deleting files RubyGems · GitHub · RDoc · CRuby · JRuby (1)
forwardable 1.2.0 1.2.0 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)
gdbm c 2.0.0 2.0.0 Support for GDBM databases RubyGems · GitHub · RDoc
io-console c 0.4.7 0.4.7 Patches IO for simple and portable access to the console RubyGems · GitHub · RDoc · CRuby
ipaddr 1.2.2 1.2.2 IP address manipulation (IPv4 and IPv6) RubyGems · GitHub · RDoc · CRuby
irb 1.0.0 1.0.0 Interactive Ruby Console (REPL) RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2)
json c 2.1.0 2.1.0 Support for JSON (JavaScript Object Notation) RubyGems · GitHub · RDoc · CRuby
logger 1.3.0 1.3.0 Logging utility RubyGems · GitHub · RDoc · CRuby
matrix 0.1.0 0.1.0 Support for matrices RubyGems · GitHub · RDoc
mutex_m 0.1.0 0.1.0 A mixin that makes any object behave like a mutex RubyGems · GitHub · RDoc · CRuby
openssl c 2.1.2 2.1.2 Wraps OpenSSL for cryptographic functionality RubyGems · GitHub · RDoc · CRuby
ostruct 0.1.0 0.1.0 Wrapper around Hash which lets you read and set attributes with a method-based API RubyGems · GitHub · RDoc · CRuby
prime 0.1.0 0.1.0 Access to prime numbers and prime factorization RubyGems · GitHub · RDoc
psych c 3.1.0 3.1.0 Support for YAML (YAML Ain't Markup Language) RubyGems · GitHub · RDoc · CRuby
rdoc 6.1.0 6.1.0 Ruby documentation generator RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2)
rexml 3.1.9 3.1.9 Support for XML (Extensible Markup Language) RubyGems · GitHub · RDoc
rss 0.2.7 0.2.7 Support for RSS (Rich Site Summary) and Atom RubyGems · GitHub · RDoc
rubygems 3.0.3 3.0.3 RubyGems allows you to download, install, and use Ruby software packages on your system RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2) · JRuby (1)
scanf 1.0.0 1.0.0 Pure-Ruby scanf implementation RubyGems · GitHub · RDoc
sdbm c 1.0.0 1.0.0 Support for SDBM databases RubyGems · GitHub · RDoc
shell 0.7 0.7 Provides a Ruby interface for interacting with the shell RubyGems · GitHub · RDoc
stringio c 0.0.2 0.0.2 Makes strings behave like IO objects RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2)
strscan c 1.0.0 1.0.0 Lexical string scanning RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2)
sync 0.5.0 0.5.0 Two-phase lock with a counter for multi-threaded code RubyGems · GitHub · RDoc
thwait 0.1.0 0.1.0 Waits for threads to finish RubyGems · GitHub · RDoc
tracer 0.1.0 0.1.0 Outputs the code execution trace via Kernel#set_trace_func RubyGems · GitHub · RDoc
webrick 1.4.2 1.4.2 HTTP Server RubyGems · GitHub · RDoc
zlib c 1.0.0 1.0.0 Interface to the zlib compression library RubyGems · GitHub · RDoc · CRuby · JRuby (1) · JRuby (2)

Bundled Gems

Bundled Gem 2.6.3 2.6.2 Description Resources
did_you_mean 1.3.0 1.3.0 Patches error messages to suggest correct spelling of methods/classes/variables RubyGems · GitHub · RDoc
minitest 5.11.3 5.11.3 Test/spec framework, comes with mocking and benchmark capabilities RubyGems · GitHub · RDoc
net-telnet 0.2.0 0.2.0 Support for Telnet RubyGems · GitHub · RDoc
power_assert 1.1.3 1.1.3 Debug tool that displays intermediate results of a method chain RubyGems · GitHub · RDoc
rake 12.3.2 12.3.2 A Ruby task runner, inspired by make RubyGems · GitHub · RDoc
test-unit 3.2.9 3.2.9 A xUnit family unit testing framework (compatibility layer for minitest) RubyGems · GitHub · RDoc
xmlrpc 0.3.0 0.3.0 Remote Procedure Calls via XML and HTTP RubyGems · GitHub · RDoc

More Standard Gems