Skip to content

Instantly share code, notes, and snippets.

View wintersolutions's full-sized avatar

wintersolutions wintersolutions

View GitHub Profile
@umuro
umuro / gemset.thor
Created August 20, 2012 13:08
Thor: Create new RVM gemsets by example for new Rails projects
# kate: syntax ruby;
# -*- mode: ruby -*-
# vi: set ft=ruby :
require 'rubygems'
require 'thor'
class Gemset < Thor
include Thor::Actions