Rakefile in dpd_api-0.1.1 vs Rakefile in dpd_api-0.1.2

- old
+ new

@@ -8,11 +8,9 @@ rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end require 'bundler' -Bundler::GemHelper.install_tasks - require 'rake' require 'rspec/core/rake_task' desc "Run all examples" RSpec::Core::RakeTask.new(:spec)