Rakefile in weskit-0.2.0 vs Rakefile in weskit-0.2.1

- old
+ new

@@ -2,10 +2,10 @@ require 'rspec/core/rake_task' RSpec::Core::RakeTask.new 'spec' task :default => :spec -namespace :kpeg do +namespace :parser do desc 'Re-build KPEGParser' task :rebuild do puts %x(kpeg -fsvo lib/weskit/wml/kpeg_parser.rb lib/weskit/wml/grammars/wml.kpeg) end end