Last active
December 22, 2015 08:48
-
-
Save yandy/6447170 to your computer and use it in GitHub Desktop.
Revisions
-
yandy revised this gist
Sep 10, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -33,4 +33,4 @@ blog end # mailto:jobs@dotide.com -
yandy created this gist
Sep 5, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ 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]