ruby-awrence
Camelize your snake keys when working with JSON APIs
Awrence can automatically convert Ruby-style snake_case to CamelCase or
camelBack hash keys.
ruby-aws-sdk-cloudformation
AWS SDK for Ruby - AWS CloudFormation
Official AWS Ruby library for AWS CloudFormation.
ruby-barrier
Ruby threads synchronization using a barrier method
Barrier is an implementation of a synchronization method that enables multiple
threads to wait until all threads have all reached a particular point of
execution before any thread continues.
kolabadmin
Kolab administration tool
This program is a graphical administration tool for the Kolab groupware
server. It connects directly to the LDAP database and can be run from
every system.
ruby-cmath
Provides Trigonometric and Transcendental functions for complex numbers
CMath is a library that provides trigonometric and transcendental functions
for complex numbers. The functions in this module accept integers,
floating-point numbers or complex numbers as arguments.
ruby-ddmemoize
Ruby library providing support for memoizing functions
The DDMemoize library adds support for memoizing Ruby
functions, allowing for storing previously computed values.
It provides the following features:
* Supports memoizing functions on frozen objects
* Releases memoized values when needed in order to reduce
memory pressure
* Optionally records metrics