Sha256: a372b6786559f74edfa89a6deb1b985e604c4e926d025976f9751d08aa20048e

Contents?: true

Size: 693 Bytes

Versions: 2

Compression:

Stored size: 693 Bytes

Contents

= git-webhook

* http://github.com/lucasmundim/git-webhook

== DESCRIPTION:

A github compatible post-receive web hook for git written in Ruby.

Use it with a {git}[http://git-scm.com] post-receive hook script
to post JSON data to a web hook capable server.

This implements the {GitHub}[http://github.com] {Web hooks}[http://github.com/guides/post-receive-hooks]
as closely as possible.

This script works with almost every application that supports github
style notification.

== REQUIREMENTS:

* Grit (http://grit.rubyforge.org)
* Active Support (http://git-scm.com)

== INSTALL:

* sudo gem install git-webhook

== Copyright

Copyright (c) 2009 Lucas Roxo Mundim. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lucasmundim-git-webhook-0.0.1 README.rdoc
lucasmundim-git-webhook-0.0.2 README.rdoc