/init.rb

https://bitbucket.org/nolith/redmine-bitbucket/ · Ruby · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 5299dc98553995b58a9a30ef2c4c5832 MD5 · raw file

  1. require 'redmine'
  2. Redmine::Plugin.register :redmine_bitbucket_hook do
  3. name 'Redmine Bitbucket Hook plugin'
  4. author 'Alessio Caiazza'
  5. description 'This plugin allows your Redmine installation to receive Bitbucket post-receive notifications. Based on github work by Jakob Skjerning.'
  6. version '0.1.2'
  7. end