├── .gitignore └── README.textile /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.log 3 | pkg/ 4 | public/ 5 | Gemfile.lock 6 | *.gem 7 | -------------------------------------------------------------------------------- /README.textile: -------------------------------------------------------------------------------- 1 | h5. This repo is no longer maintained. See "https://github.com/jrgifford/delayed_paperclip/":https://github.com/jrgifford/delayed_paperclip/ for the active fork. 2 | 3 | Have a wonderful day! 4 | --------------------------------------------------------------------------------