/init.rb
https://bitbucket.org/nolith/redmine-bitbucket/ · Ruby · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 5299dc98553995b58a9a30ef2c4c5832 MD5 · raw file
- require 'redmine'
- Redmine::Plugin.register :redmine_bitbucket_hook do
- name 'Redmine Bitbucket Hook plugin'
- author 'Alessio Caiazza'
- description 'This plugin allows your Redmine installation to receive Bitbucket post-receive notifications. Based on github work by Jakob Skjerning.'
- version '0.1.2'
- end