Skip to content

Commit

Permalink
Merge remote-tracking branch 'james2m/master'
Browse files Browse the repository at this point in the history
Conflicts:
	lib/tasks/annotate_models.rake
	lib/tasks/annotate_routes.rake
  • Loading branch information
MrJoy committed Mar 1, 2012
2 parents 3386094 + 2ee2aa5 commit f862313
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ rdoc/*
coverage/*
spec/debug.log
pkg/*
*.gem
1 change: 1 addition & 0 deletions Rakefile
@@ -1,4 +1,5 @@
require 'rubygems'
require 'rake/dsl_definition'
require 'rake'

# want other tests/tasks run by default? Add them to the list
Expand Down
2 changes: 2 additions & 0 deletions bin/annotate
Expand Up @@ -2,6 +2,8 @@

require 'optparse'
require 'annotate'
require 'rake/dsl_definition'
require 'rake'

task = :annotate_models

Expand Down

0 comments on commit f862313

Please sign in to comment.