Rakefile in
valid_email-0.0.7
vs Rakefile in
valid_email-0.0.8
- old
+ new
@@ -5,6 +5,6 @@
RSpec::Core::RakeTask.new do |t| t.pattern = 'spec/**/*_spec.rb' end task :default => [:spec]
-task :build
+task :build => [:spec]