ext/faster_path/extconf.rb in faster_path-0.1.4 vs ext/faster_path/extconf.rb in faster_path-0.1.5

- old
+ new

@@ -10,10 +10,10 @@ puts END { puts "Exiting..."} end Dir.chdir(File.expand_path("../../", File.dirname(__FILE__))) do - system("rake build_src") - system("rake clean_src") + %x(rake build_src) + %x(rake clean_src) end create_makefile('faster_path/dummy')