Skip to content

Instantly share code, notes, and snippets.

@yandy
Last active December 22, 2015 08:48
Show Gist options
  • Select an option

  • Save yandy/6447170 to your computer and use it in GitHub Desktop.

Select an option

Save yandy/6447170 to your computer and use it in GitHub Desktop.

Revisions

  1. yandy revised this gist Sep 10, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Jobfile.rb
    Original file line number Diff line number Diff line change
    @@ -33,4 +33,4 @@
    blog
    end

    # mailto:jobs@freestorm.org
    # mailto:jobs@dotide.com
  2. yandy created this gist Sep 5, 2013.
    36 changes: 36 additions & 0 deletions Jobfile.rb
    Original 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]