Skip to content

Instantly share code, notes, and snippets.

View nimms's full-sized avatar

Nimai Etheridge nimms

  • Your Pants
  • Brisbane, Australia
View GitHub Profile
@nimms
nimms / templator.rb
Created October 27, 2010 04:57 — forked from evs/templator.rb
# Cleaning up and extending the Gemfile
remove_file 'Gemfile'
create_file 'Gemfile', <<-GEMFILE
source 'http://rubygems.org'
gem 'rails', '3.0.1'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'haml', '~> 3.0.12'