Rakefile in timeparser-0.0.1 vs Rakefile in timeparser-0.0.2

- old
+ new

@@ -3,5 +3,8 @@ desc "Run all examples" RSpec::Core::RakeTask.new(:spec) do |t| t.rspec_opts = %w[--color] end + + +task :default => :spec \ No newline at end of file