Skip to content

Commit

Permalink
also clean up rbc files
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Feb 19, 2011
1 parent 67d4cc9 commit b6c7ff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ require 'date'
task :default => :test
task :spec => :test

CLEAN.include "**/*.rbc"

def source_version
line = File.read('lib/sinatra/base.rb')[/^\s*VERSION = .*/]
line.match(/.*VERSION = '(.*)'/)[1]
Expand Down

0 comments on commit b6c7ff3

Please sign in to comment.