Redmine Plugin Support

This library is a collection of rake tasks and other scripts that will make Redmine plugin development easier. To use it, just configure it in your plugin's Rakefile:

require 'redmine_plugin_support'

RedminePluginSupport::Base.setup do |plugin|
  plugin.project_name = 'my_plugin_name'
  plugin.default_task = [:spec]
  plugin.tasks = [:doc, :release, :clean, :spec]
end

Configuration options

Bugs and Feature requests

Bug reports and feature requests are welcome at projects.littlestreamsoftware.com/projects/plugin-support-gem.

Note on Patches/Pull Requests

Copyright

Copyright (c) 2009 Eric Davis. See LICENSE for details.

[Validate]

Generated with the Darkfish Rdoc Generator 2.