Skip to content

Commit

Permalink
Don't delete gemspec file even with rake clobber if it's generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfri committed Jan 6, 2016
1 parent 4cbfcf8 commit 6a504e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rim/gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def gem_spec
directory 'pkg'

CLOBBER.include(FileList['pkg'].existing)
CLOBBER << gemspec_file

desc "Build the gem file #{gem_file}"
task :gem => 'gem:build'
Expand Down

0 comments on commit 6a504e1

Please sign in to comment.