public
Fork of defunkt/nginx_config_generator
Description: Generates nginx config files from YAML.
Homepage: http://errtheblog.com/posts/52-nginx-config-like-whoa
Clone URL: git://github.com/bmizerany/nginx_config_generator.git
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