Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sixarm/sixarm_ruby_gemfile

SixArm.com » Ruby » Gemfile chock full of lots of gems and descriptions
https://github.com/sixarm/sixarm_ruby_gemfile

dotfiles gem gemifile ruby

Last synced: 2 months ago
JSON representation

SixArm.com » Ruby » Gemfile chock full of lots of gems and descriptions

Awesome Lists containing this project

README

        

# SixArm.com » Ruby »
Gemfile of gems and descriptions

* Docs:
* Repo:

## Introduction

This is a big Gemfile with various gems we use and recommend.

Take what you need, suggest updates as you can, and when you
do your own Gemfile we recommend specifying your gem versions.

For docs go to

Want to help? We're happy to get pull requests.

## Pltaform gems

To install if a platform matches, please use this syntax:

install_if -> { RUBY_PLATFORM =~ /darwin/ } do
gem 'foo'
end