Sha256: b7ccacca6806c144ac23fc5a1462131b2f1185ea57ea33f84a481d07a2a7cd77
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
# Gem::Specification for Cgi_multipart_eof_fix-2.3 # Originally generated by Echoe Gem::Specification.new do |s| s.name = %q{cgi_multipart_eof_fix} s.version = "2.3" s.date = %q{2007-08-14} s.summary = %q{Fix an exploitable bug in CGI multipart parsing.} s.email = %q{} s.homepage = %q{http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix} s.rubyforge_project = %q{mongrel} s.description = %q{Fix an exploitable bug in CGI multipart parsing.} s.has_rdoc = true s.authors = ["Evan Weaver"] s.files = ["test/cgi_multipart_eof_fix_test.rb", "README", "Manifest", "LICENSE", "lib/rake_task_redefine_task.rb", "lib/cgi_multipart_eof_fix.rb", "CHANGELOG", "cgi_multipart_eof_fix.gemspec"] end # # Original Rakefile source (requires the Echoe gem): # # # require 'rubygems' # require 'lib/rake_task_redefine_task.rb' # # begin # gem 'echoe', '>=2.3' # require 'echoe' # # echoe = Echoe.new("cgi_multipart_eof_fix") do |p| # p.author = "Evan Weaver" # p.rubyforge_name = "mongrel" # p.summary = p.description = "Fix an exploitable bug in CGI multipart parsing." # p.url = "http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix" # p.docs_host = "blog.evanweaver.com:~/www/snax/public/files/doc/" # p.rdoc_pattern = /CHANGELOG|LICENSE|README|lib\/cgi_multipart_eof_fix/ # p.need_tar_gz = false # p.need_tgz = true # end # # rescue LoadError # desc 'Run the default tasks' # task :default => :test # end # # Rake::Task.redefine_task("test") do # system "ruby -Ibin:lib:test test/cgi_multipart_eof_fix_test.rb" # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cgi_multipart_eof_fix-2.3 | cgi_multipart_eof_fix.gemspec |