Sha256: f80a0fe4f75925df92e430ed3ae77dc64f2ee2806506d158fba2335f9c9ffcb2

Contents?: true

Size: 483 Bytes

Versions: 1

Compression:

Stored size: 483 Bytes

Contents

begin
  require 'hen'

  Hen.lay! {{
    :rubyforge => {
      :package => 'mongrel_secure_download-redux'
    },

    :gem => {
      :version      => '0.0.2',
      :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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongrel_secure_download-redux-0.0.2.199 Rakefile