README.md in hoe-packaging-1.2.7 vs README.md in hoe-packaging-1.2.8

- old
+ new

@@ -1,16 +1,16 @@ # hoe-packaging -|What | Where | -|-----|--------| -| code | https://github.com/saigkill/hoe-packaging | -| docs | https://github.com/saigkill/hoe-packaging/wiki | -| apidoc | http://www.rubydoc.info/gems/hoe-packaging | -| bugs & feature requests | https://github.com/saigkill/hoe-packaging/issues | -| openhub statistics | https://www.openhub.net/p/hoe-packaging | -| authors blog | https://saschamanns.de | -| min. rubyver | 2.3.0 | +|What | Where | +|-----|--------| +| code | [https://github.com/saigkill/hoe-packaging] | +| docs | [https://github.com/saigkill/hoe-packaging/wiki] | +| apidoc | [http://www.rubydoc.info/gems/hoe-packaging] | +| bugs & feature requests | [https://github.com/saigkill/hoe-packaging/issues] | +| openhub statistics | [https://www.openhub.net/p/hoe-packaging] | +| authors blog | [https://saschamanns.de] | +| min. rubyver | 2.7.0 | | What | Status | |-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |last public version | [![Last Version](https://badge.fury.io/rb/hoe-packaging.png)](http://rubygems.org/gems/hoe-packaging) | |downloads latest | [![Downloads latest](https://img.shields.io/gem/dtv/hoe-packaging.svg)](http://rubygems.org/gems/hoe-packaging) | @@ -24,33 +24,33 @@ ## SCREENSHOT [![Screenshot](https://saschamanns.de/img/screenshots/hoe-manns-screenshots.png)](https://github.com/saigkill/hoe-manns) -## DESCRIPTION: +## DESCRIPTION -hoe-packaging is a plugin for the hoe ruby projecthelper (https://github.com/seattlerb/hoe). It provides creation of rpm and deb packages, +hoe-packaging is a plugin for the hoe ruby projecthelper ([https://github.com/seattlerb/hoe]). It provides creation of rpm and deb packages, also a deployment to bintray. The CHANGELOG.md contains a detailed description on what has changed. hoe-packaging is released under the GPL3 License, see the file 'LICENSE.md' for more information. The official web site is: - https://github.com/saigkill/hoe-packaging + [https://github.com/saigkill/hoe-packaging] -## FEATURES: +## FEATURES * creating of deb & rpm packages * deploying to bintray. 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. See the {Tracker}[https://github.com/saigkill/hoe-packaging/issues] for checking known issues. -## SYNOPSIS: +## SYNOPSIS Use in your Rakefile: Hoe.plugin :packaging @@ -58,26 +58,26 @@ ... end Also add hoe-packaging to your requirements and recreate your Gemfile. -Read the documentation at: https://github.com/saigkill/hoe-packaging/wiki +Read the documentation at: [https://github.com/saigkill/hoe-packaging/wiki] -## REQUIREMENTS: +## REQUIREMENTS * fpm * fpm-cookery -## INSTALL: +## INSTALL The installation is very easy. gem install hoe-packaging -## DEVELOPERS: +## DEVELOPERS After checking out the source, run: $ 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.