Last active
December 22, 2015 08:48
-
-
Save yandy/6447170 to your computer and use it in GitHub Desktop.
Jobs for hackers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source 'http://dotide.com' | |
| ruby '2.0.0' | |
| group :backend do | |
| gem 'rails', '4.0.0' | |
| gem 'grape' | |
| gem 'mongoid' | |
| gem 'redis' | |
| end | |
| group :frontend do | |
| gem 'haml' | |
| gem 'coffee-rails' | |
| gem 'sass-rails' | |
| gem 'jquery-rails' | |
| gem 'zurb-foundation' | |
| gem 'rails-backbone' | |
| end | |
| group :test do | |
| gem 'rspec' | |
| end | |
| group :bonus do | |
| editor %w(Vim Emacs Sublime) | |
| os %w(Linux Mac) | |
| scm 'git' | |
| security %w(Injection XSS CSRF) | |
| ops | |
| fuckgfw | |
| account %w(GitHub StackOverflow SegmentFault) | |
| blog | |
| end | |
| # mailto:[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment