Skip to content

Commit

Permalink
keep debug out of gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Maddox committed Jan 6, 2010
1 parent c258254 commit 6218f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Jeweler::Tasks.new do |s|
s.add_dependency "activerecord", ['>= 1.1']
s.files -= ['.gitignore', 'init.rb']
s.test_files = Dir['spec/**/*']
s.test_files -= ['spec/debug.log']
end

Jeweler::GemcutterTasks.new

0 comments on commit 6218f51

Please sign in to comment.