Rakefile in prj-0.1.0 vs Rakefile in prj-1.0.0

- old
+ new

@@ -22,5 +22,11 @@ end task :all_specs => [:spec, :acceptance_spec] task :default => [:all_specs] +require 'rake/extensiontask' +Rake::ExtensionTask.new do |t| + t.name = 'finder' + t.ext_dir = 'ext/prj' + t.lib_dir = 'lib/prj' +end