Rakefile in lorj-1.0.0 vs Rakefile in lorj-1.0.1

- old
+ new

@@ -30,5 +30,7 @@ RuboCop::RakeTask.new(:lint) do |task| task.formatters = ['progress'] task.verbose = true task.fail_on_error = true end + +task :build => [:lint, :spec]