Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_gemfile
- Owner: SixArm
- License: other
- Created: 2012-01-13T04:20:39.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:28:11.000Z (over 1 year ago)
- Last Synced: 2024-05-02T00:54:44.989Z (10 months ago)
- Topics: dotfiles, gem, gemifile, ruby
- Language: Ruby
- Homepage: http://sixarm.com
- Size: 60.5 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
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