Sha256: 745bf2440cdc02ae32339b97d0c3dd270b80ad49f9fddd3ede96f62a7984940a

Contents?: true

Size: 147 Bytes

Versions: 10

Compression:

Stored size: 147 Bytes

Contents

require 'tempfile'
class Tempfile
  # override method to prevent problem uploading files with Rack
  def ==(other) ; eql?(other) || super ; end
end

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
dyoder-waves-0.8.0 lib/ext/tempfile.rb
waves-edge-2009.03.10.13.14 lib/ext/tempfile.rb
waves-stable-2009.3.10 lib/ext/tempfile.rb
waves-0.9.3 lib/waves/ext/tempfile.rb
waves-0.9.2 lib/waves/ext/tempfile.rb
waves-0.9.1 lib/waves/ext/tempfile.rb
waves-0.9.0 lib/waves/ext/tempfile.rb
waves-0.8.2 lib/ext/tempfile.rb
waves-0.8.1 lib/ext/tempfile.rb
waves-0.8.0 lib/ext/tempfile.rb