Jumpup-stats

RubyGems

Some rake tasks to gather project data and statistics. The goal is to collect these data and commit it in the repository so it can be easily found anytime. It should be used along with Jumpup.

Instalation

Add to your gem file.

 group :development do
   #...
   gem 'jumpup-stats'
 end

Usage

  1. Add the jumpup:stats to your task list (jumpup.rake), right before the jumpup:finish task:
  # jumpup.rake

  INTEGRATION_TASKS = %w(
    #...
    jumpup:stats
    jumpup:finish
  )

Quality check

Jumpup-stats has included some tasks to check quality. Just run $ rake quality:check.

Versioning

Jumpup-stats follow the Semantic Versioning.

Issues

If you have problems, please create a Github Issue.

Contributing

Please see CONTRIBUTING.md for details.

Release

Follow this steps to release a new version of the gem.

  1. Test if everything is running ok;
  2. Change version of the gem on VERSION constant;
  3. Add the release date on the CHANGELOG;
  4. Do a commit "Bump version x.x.x", follow the semantic version;
  5. Run $ rake release, this will send the gem to the rubygems;
  6. Check if the gem is on the rubygems and the tags are correct on the github;

Credits

Jumpup-stats is maintained and funded by HE:labs. Thank you to all the contributors.