PageRenderTime 38ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/init.rb

https://bitbucket.org/petersanchez/redmine-bitbucket
Ruby | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | b26791d55732ac5441ddc2624f72ae02 MD5 | raw file
  1. require 'redmine'
  2. Redmine::Plugin.register :redmine_bitbucket_hook do
  3. name 'Redmine Bitbucket Hook plugin'
  4. author 'Alessio Caiazza, Peter Sanchez'
  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.4'
  7. end