Gems






floere/phony: E164 international phone number normalizing, splitting, formatting.
Disclaimer: Phony works with international numbers only, such as 61 412 345 678!
The (admittedly crazy) goal of this Gem is to be able to normalize/format/split all phone numbers in the world.
Used in: airbnb.com, socialcam.com, zendesk.com (and...

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...

