Gems

Ruby library to record and replay object interactions
Impersonator is a Ruby library to record and replay object interactions.When testing, you often find services that are expensive to invoke, and you need to use a double instead. Creating stubs and mocks for simple scenarios is easy, but, for compl...








A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons.
A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. :tada: - athityakumar/colorls.A Ruby script that colorizes the ls output with color and icons. Here are the screenshots of working example on an iTerm2 termin...

HTML Abstraction Markup Language - A Markup Haiku
Haml is a templating engine for HTML. It's designed to make it both easier and more pleasant to write HTML documents, by eliminating redundancy, reflecting the underlying structure that the document represents, and providing an elegant syntax that...