Rakefile in person-name-0.2.11 vs Rakefile in person-name-0.2.12

- old
+ new

@@ -1,2 +1,9 @@ require 'bundler' Bundler::GemHelper.install_tasks + +require 'rspec/core/rake_task' + +RSpec::Core::RakeTask.new('spec') + +# If you want to make this the default task +task :default => :spec \ No newline at end of file