Bug #1401
ftools is not in the 1.9.1
| Status: | Rejected | Start date: | 04/24/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | lib | |||
| Target version: | 1.9.2 | |||
| ruby -v: | 1.9.1 |
Description
require 'ftools' does not work.
History
Updated by Nobuyoshi Nakada almost 3 years ago
- Status changed from Open to Rejected
ftools is deprecated. Use fileutils instead.
Updated by Kristian Mandrup over 2 years ago
ok. Was a bug in Rake for 1.9.1, substituting with fileutils just causes some other errors since the APIs are not entirely compatible.