Skip to content

Instantly share code, notes, and snippets.

/*
Bootstrap v3.3.1 (http://getbootstrap.com)
Copyright 2011-2014 Twitter, Inc.
Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*
NOTE:
This file has Normalize.css removed.
@manishval
manishval / Gemfile
Created October 20, 2012 00:59 — forked from jacquescrocker/Gemfile
Gemfile for DeployButton.com
# deploybtn Gemfile
source 'https://rubygems.org'
gem "rake", ">= 0.9.2"
gem 'rails', ">= 3.2.7"
gem 'json'
gem "rails_config", "0.2.5"
gem "guid"