Rakefile in quandl_client-2.11.0 vs Rakefile in quandl_client-2.12.0
- old
+ new
@@ -11,15 +11,6 @@
task :default => :spec
desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |task|
task.pattern = "spec/**/*_spec.rb"
-end
-
-require 'quandl/utility/rake_tasks'
-Quandl::Utility::Tasks.configure do |c|
- c.name = 'quandl'
- c.tag_prefix = 'v'
- c.version_path = 'VERSION'
- c.changelog_path = 'UPGRADE.md'
- c.changelog_matching = ['^QUGC','^WIKI']
-end
+end
\ No newline at end of file