Rakefile in loofah-2.5.0 vs Rakefile in loofah-2.6.0

- old
+ new

@@ -4,23 +4,22 @@ Hoe.plugin :git Hoe.plugin :gemspec Hoe.plugin :bundler Hoe.plugin :debugging +Hoe.plugin :markdown Hoe.spec "loofah" do developer "Mike Dalessio", "mike.dalessio@gmail.com" developer "Bryan Helmkamp", "bryan@brynary.com" - self.history_file = "CHANGELOG.md" - self.readme_file = "README.md" self.license "MIT" self.urls = { "home" => "https://github.com/flavorjones/loofah", "bugs" => "https://github.com/flavorjones/loofah/issues", "doco" => "https://www.rubydoc.info/gems/loofah/", - "clog" => "https://github.com/flavorjones/loofah/master/CHANGELOG.md", + "clog" => "https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md", "code" => "https://github.com/flavorjones/loofah", } extra_deps << ["nokogiri", ">=1.5.9"] extra_deps << ["crass", "~> 1.0.2"] @@ -31,9 +30,10 @@ extra_dev_deps << ["json", "~> 2.2.0"] extra_dev_deps << ["hoe-gemspec", "~> 1.0"] extra_dev_deps << ["hoe-debugging", "~> 2.0"] extra_dev_deps << ["hoe-bundler", "~> 1.5"] extra_dev_deps << ["hoe-git", "~> 1.6"] + extra_dev_deps << ["hoe-markdown", "~> 1.2"] extra_dev_deps << ["concourse", ">=0.26.0"] extra_dev_deps << ["rubocop", ">=0.76.0"] end task :gemspec do