Skip to content

Commit

Permalink
ignoring readme.rdoc file when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Sep 4, 2009
1 parent c1375c8 commit ec7377c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ desc "install the dot files into user's home directory"
task :install do
replace_all = false
Dir['*'].each do |file|
next if %w[Rakefile README LICENSE].include? file
next if %w[Rakefile README.rdoc LICENSE].include? file

if File.exist?(File.join(ENV['HOME'], ".#{file.sub('.erb', '')}"))
if replace_all
Expand Down

0 comments on commit ec7377c

Please sign in to comment.