Gems

ruby-git/ruby-git: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
The git gem provides a Ruby interface to the git command line.
Get started by obtaining a repository object by:
opening an existing working copy with Git.open
initializing a new repository with Git.init
cloning a repository with Git.clone
Method...





3v0k4/favicon_factory: Generate favicons from an SVG
Tired of managing dozens of favicons to support all the browsers, resolutions, and formats?
favicon_factory generates from an SVG the minimal set of icons needed by modern browsers.
The source SVG is ideal for modern browsers. And it may contain...

janko/image_processing: High-level image processing wrapper for libvips and ImageMagick/GraphicsMagick
Provides higher-level image processing helpers that are commonly needed when handling image uploads.
This gem can process images with either ImageMagick/GraphicsMagick or libvips libraries. ImageMagick is a good default choice, especially if you ...

