Rakefile in pivot_table-0.0.3 vs Rakefile in pivot_table-0.1.1

- old
+ new

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