install.rb in thoughtafter-simple-rss-1.2.3.1 vs install.rb in thoughtafter-simple-rss-1.2.3.2

- old
+ new

@@ -1,8 +1,8 @@ require 'rbconfig' require 'find' -require 'fileutils' +require 'ftools' include Config # this was adapted from rdoc's install.rb by ways of Log4r @@ -35,6 +35,6 @@ files = FileList["**/*"] # File::safe_unlink *deprecated.collect{|f| File.join($sitedir, f.split(/\//))} files.each {|f| File::install(f, File.join($sitedir, *f.split(/\//)), 0644, true) -} +} \ No newline at end of file