public
Description: Generates nginx config files from YAML.
Homepage: http://errtheblog.com/posts/52-nginx-config-like-whoa
Clone URL: git://github.com/defunkt/nginx_config_generator.git
hvolkmer (author)
Sun Apr 20 12:48:30 -0700 2008
commit  183d858c4f93aeafd11f543119c8e8cf20c9dc93
tree    88d015174fb7692e22e3d4e70cb5e8ddb581c28a
parent  1143f2ed8ac0ce488894068304c06f6293ef2b07
100644 10 lines (8 sloc) 0.228 kb
1
2
3
4
5
6
7
8
9
10
require 'rubygems'
require 'echoe'
 
Echoe.new('nginx_config_generator', '1.6') do |p|
  p.rubyforge_name = 'err'
  p.author = 'Chris Wanstrath'
  p.email = 'chris@ozmm.org'
  p.url = 'http://require.errtheblog.com/projects'
end