Rakefile in schubert-minglr-1.1.0 vs Rakefile in schubert-minglr-1.2.0
- old
+ new
@@ -61,5 +61,7 @@
rdoc.title = "minglr #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end
+
+task "dev" => ["test", "gemspec", "build"]