hoe-manns¶ ↑
DESCRIPTION¶ ↑
hoe-manns is a small collection of my personal used rake tasks for using with hoe. Actually it includes that tasks:
-
bundler:gemfile_lock
-
bundle_audit:*
-
clean_pkg
-
copy_master
-
remove_pre_gemspec
-
run_before_release
-
run_after_release
The CHANGELOG.md contains a detailed description of what has changed.
hoe-manns is released under the GPL-3.0-or-later License, see the file 'LICENSE.md' for more information.
|What | Where | |—–|——–| |codebase | [github.com/saigkill/hoe-manns] |
|rdoc | [www.rubydoc.info/gems/hoe-manns] |
|docs | [github.com/saigkill/hoe-manns/wiki] |
|bugs & feature requests | [github.com/saigkill/hoe-manns/issues] |
|openhub statistics| [www.openhub.net/p/hoe-manns] |
|authors blog| [saschamanns.de/] |
What | Status |
---|---|
last public version | [](http://rubygems.org/gems/hoe-manns) |
downloads latest | [](http://rubygems.org/gems/hoe-manns) |
downloads all | [](http://rubygems.org/gems/hoe-manns) |
continuous integration |  |
code quality | [](https://codeclimate.com/github/saigkill/hoe-manns/maintainability) |
|dependencies| |security |
| |vulnerabilities|
| |documentation quality |
|
SCREENSHOT¶ ↑
FEATURES¶ ↑
-
Updates the Gemfile.lock
-
Removes the old *.gemspec created in test cases
-
copies your manuals to your docpath.
-
runs the rake tasks before release: git:manifest, bundler:gemfile, update_gemfile_lock, remove_pre_gemspec, bundler_audit:run and copy_mirror.
-
runs after release: send_email.
-
Cleans up the pkg dir
-
provides bundler_audit tasks
REQUIREMENTS:¶ ↑
-
rake
-
hoe
-
bundler-audit
INSTALL¶ ↑
The installation is very easy.
gem install hoe-manns
SYNOPSIS¶ ↑
Use in your Rakefile:
Hoe.plugin :manns Hoe.spec 'your project' do ... end
Also add hoe-manns to your requirements and recreate your Gemfile.
DEVELOPERS¶ ↑
After checking out the source, run:
`$ rake newb`
This task will install any missing dependencies, run the tests/specs, and generate the RDoc. Also you can read the MAINTENANCE.md and CONTRIBUTING.md for more information.
ISSUE TRACKING¶ ↑
-
Add ideas on: github.com/saigkill/hoe-manns/issues