Commit 2ee2aa54 by James McCarthy

Updated rakefile and ignored local builds of .gem files.

parent 6e8d6dff
......@@ -4,3 +4,4 @@ rdoc/*
coverage/*
spec/debug.log
pkg/*
*.gem
require 'rubygems'
require 'rake/dsl_definition'
require 'rake'
require 'lib/annotate'
......
......@@ -2,6 +2,8 @@
require 'optparse'
require 'annotate'
require 'rake/dsl_definition'
require 'rake'
task = :annotate_models
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment