-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maintenance: use hoe-markdown to manage markdown files
specifically, CHANGELOG.md is now helpfully hyperlinked
- Loading branch information
1 parent
296da9b
commit deb3fa3
Showing
3 changed files
with
51 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,12 @@ Hoe.plugin :git | |
Hoe.plugin :gemspec | ||
Hoe.plugin :bundler | ||
Hoe.plugin :debugging | ||
Hoe.plugin :markdown | ||
|
||
Hoe.spec "loofah" do | ||
developer "Mike Dalessio", "[email protected]" | ||
developer "Bryan Helmkamp", "[email protected]" | ||
|
||
self.history_file = "CHANGELOG.md" | ||
self.readme_file = "README.md" | ||
self.license "MIT" | ||
self.urls = { | ||
"home" => "https://github.com/flavorjones/loofah", | ||
|
@@ -33,6 +32,7 @@ Hoe.spec "loofah" do | |
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.1"] | ||
extra_dev_deps << ["concourse", ">=0.26.0"] | ||
extra_dev_deps << ["rubocop", ">=0.76.0"] | ||
end | ||
|