Skip to content

Instantly share code, notes, and snippets.

@yandy
Last active December 22, 2015 08:48
Show Gist options
  • Save yandy/6447170 to your computer and use it in GitHub Desktop.
Save yandy/6447170 to your computer and use it in GitHub Desktop.
Jobs for hackers
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