public
Description: Enables a post-commit hook to your repositories that sends growl notifications around your local network
Homepage:
Clone URL: git://github.com/benschwarz/gitnotify.git
gitnotify / gitnotify.gemspec
100644 13 lines (12 sloc) 0.425 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Gem::Specification.new do |s|
  s.name = "gitnotify"
  s.version = "1.0.1"
  s.date = "2008-09-25"
  s.summary = "Tell all your jour peeps about your commits"
  s.homepage = "http://git.railscamp.net/projects/gitnotify/"
  s.description = s.summary
  s.authors = ["Ben Schwarz", "Tim Lucas"]
  s.files = ["bin/gitnotify", "lib/gitnotify.rb", "supports/post-commit"]
  s.require_path = "lib"
  s.executables = "gitnotify"
end