hoe-manns is a small collection of my personal used rake tasks for using with hoe.


Keywords
rake, ruby, rubygems
License
GPL-3.0
Install
gem install hoe-manns -v 2.1.8

Documentation

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 [https://github.com/saigkill/hoe-manns]
rdoc [http://www.rubydoc.info/gems/hoe-manns]
docs [https://github.com/saigkill/hoe-manns/wiki]
bugs & feature requests [https://github.com/saigkill/hoe-manns/issues]
openhub statistics [https://www.openhub.net/p/hoe-manns]
authors blog [https://saschamanns.de/]
What Status
last public version Last Version
downloads latest Downloads latest
downloads all Downloads all
continuous integration CI
code quality Code Quality
dependencies Dependabot Status
security Security
vulnerabilities Known Vulnerabilities
documentation quality Documentation Quality

SCREENSHOT

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