PageRenderTime 52ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/init.rb

https://bitbucket.org/nn2/redmine_bitbucket_hook
Ruby | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | 7a19cb2ee1137de7e2602447b93ceb79 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.3'
  7. end