README.md in hoe-reek-1.2.6 vs README.md in hoe-reek-1.2.7
- old
+ new
@@ -1,16 +1,16 @@
# hoe-reek
|What | Where |
|-----|--------|
-|code | https://github.com/saigkill/hoe-reek |
-|docs | https://github.com/saigkill/hoe-reek/wiki |
-|apidoc | http://www.rubydoc.info/gems/hoe-reek |
-|bugs | https://github.com/saigkill/hoe-reek/issues |
-|openhub statistics | https://www.openhub.net/p/hoe-reek |
-|authors blog | https://saschamanns.de |
-|min. rubyver | 2.3.0 |
+|code | [https://github.com/saigkill/hoe-reek] |
+|docs | [https://github.com/saigkill/hoe-reek/wiki] |
+|apidoc | [http://www.rubydoc.info/gems/hoe-reek] |
+|bugs | [https://github.com/saigkill/hoe-reek/issues] |
+|openhub statistics | [https://www.openhub.net/p/hoe-reek] |
+|authors blog | [https://saschamanns.de] |
+|min. rubyver | 2.7.0 |
| What | Status |
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|last public version | [](http://rubygems.org/gems/hoe-reek)
|downloads latest | [](http://rubygems.org/gems/hoe-reek)
@@ -23,29 +23,29 @@
## SCREENSHOT
[](https://github.com/saigkill/hoe-reek)
-## DESCRIPTION:
+## DESCRIPTION
-Tasks to integrate the reek code smell engine into your hoe projects. This project continues erics project (https://github.com/erikh/hoe-reek).
+Tasks to integrate the reek code smell engine into your hoe projects. This project continues erics project ([https://github.com/erikh/hoe-reek]).
The CHANGELOG.md contains a detailed description on what has changed.
hoe-reek is released under the GPL3 License, see the file 'LICENSE.md' for more information.
The official web site is:
- https://github.com/saigkill/hoe-reek
+ [https://github.com/saigkill/hoe-reek]
-## FEATURES:
+## FEATURES
* Integration of Reek into a hoe Rake task.
This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS, i'm happy about Pull requests.
-## SYNOPSIS:
+## SYNOPSIS
Use in your Rakefile:
Hoe.plugin :reek
@@ -53,23 +53,23 @@
...
end
Also add hoe-reek to your requirements and recreate your Gemfile.
-## REQUIREMENTS:
+## REQUIREMENTS
* reek
-## INSTALL:
+## INSTALL
The installation is very easy.
gem install hoe-reek
-## DEVELOPERS:
+## DEVELOPERS
After checking out the source, run:
- $ rake newb
+ `$ rake newb`
This task will install any missing dependencies, run the tests/specs,
-and generate the RDoc.
\ No newline at end of file
+and generate the RDoc.