Rakefile in progress-0.0.8.1 vs Rakefile in progress-0.0.9.0
- old
+ new
@@ -19,6 +19,6 @@
desc "Replace system gem with symlink to this folder"
task 'ghost' do
path = Gem.searcher.find(echoe.name).full_gem_path
system 'sudo', 'rm', '-r', path
symlink File.expand_path('.'), path
-end
\ No newline at end of file
+end