Rakefile in pivot_table-0.1.1 vs Rakefile in pivot_table-0.1.3

- old
+ new

@@ -1,7 +1,7 @@ require 'bundler/gem_tasks' Bundler::GemHelper.install_tasks -desc "Fix the xml column types from a SqlServer database in schema.rb" +desc "Run all specs" task :default do exec 'rspec spec' end \ No newline at end of file