require 'lib/mongrel_secure_download-redux/init' begin require 'hen' Hen.lay! {{ :rubyforge => { :package => 'mongrel_secure_download-redux' }, :gem => { :version => SecureDownloadRedux::VERSION, :summary => 'Re-implementation of the Mongrel Secure Download Plugin', :files => FileList['lib/**/*.rb'].to_a, :extra_files => FileList['[A-Z]*', 'resources/*'].to_a, :dependencies => %w[gem_plugin mongrel] } }} rescue LoadError abort "Please install the 'hen' gem first." end