Rakefile in quandl_client-2.5.3 vs Rakefile in quandl_client-2.6.0
- old
+ new
@@ -19,6 +19,14 @@
task.pattern = "spec/**/*_spec.rb"
end
task :console do |t, args|
binding.pry
-end
\ No newline at end of file
+end
+
+require 'quandl/utility/rake_tasks'
+Quandl::Utility::Tasks.configure do |c|
+ c.name = 'quandl_client'
+ c.version_path = 'VERSION'
+ c.changelog_path = 'UPGRADE.md'
+ c.changelog_matching = ['^QUGC','^WIKI']
+end