Rakefile in quandl_format-0.4.0 vs Rakefile in quandl_format-0.4.1

- old
+ new

@@ -16,10 +16,10 @@ binding.pry end require 'quandl/utility/rake_tasks' Quandl::Utility::Tasks.configure do |c| - c.name = 'quandl_format' + c.name = 'quandl' c.tag_prefix = 'v' c.version_path = 'VERSION' c.changelog_path = 'UPGRADE.md' c.changelog_matching = ['^QUGC','^WIKI'] end