Sha256: ba85e0d740d051fc61619aaf570ddeee89dc58333287ab622611b44a38f29480

Contents?: true

Size: 268 Bytes

Versions: 9

Compression:

Stored size: 268 Bytes

Contents

# tempfile.rb
#
# Copyright (C) 2005 Stefan Lang <langstefan@gmx.at>

require 'tempfile'
if Tempfile.superclass == SimpleDelegator
    require 'rant/archive/rubyzip/tempfile_bugfixed'
    Rant::Tempfile = Rant::BugFix::Tempfile
else
    Rant::Tempfile = Tempfile
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rant-0.4.2 lib/rant/tempfile.rb
rant-0.4.4 lib/rant/tempfile.rb
rant-0.5.0 lib/rant/tempfile.rb
rant-0.5.2 lib/rant/tempfile.rb
rant-0.5.6 lib/rant/tempfile.rb
rant-0.5.4 lib/rant/tempfile.rb
rant-0.4.6 lib/rant/tempfile.rb
rant-0.4.8 lib/rant/tempfile.rb
rant-0.5.7 lib/rant/tempfile.rb