Rakefile in ugigi-0.4.1 vs Rakefile in ugigi-0.4.2

- old
+ new

@@ -1,5 +1,8 @@ #!/usr/bin/env rake require "bundler/gem_tasks" require "rspec/core/rake_task" -RSpec::Core::RakeTask.new('spec') +RSpec::Core::RakeTask.new('spec') + +# If you want to make this the default task +task :default => :spec \ No newline at end of file