Rakefile in mongrel_secure_download-redux-0.0.2.199 vs Rakefile in mongrel_secure_download-redux-0.0.3.200

- old
+ new

@@ -1,14 +1,16 @@ +require 'lib/mongrel_secure_download-redux/init' + begin require 'hen' Hen.lay! {{ :rubyforge => { :package => 'mongrel_secure_download-redux' }, :gem => { - :version => '0.0.2', + :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] }