Skip to content

Commit

Permalink
Credit contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
exviva committed Jun 15, 2012
1 parent 58aff48 commit aa2f319
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
@@ -1,24 +1,24 @@
## Not released yet:

* Ruby 1.8 compatability: use `Tempfile#path` when opening new file
instead passing `Tempfile` directly.
* Rewind the file queued for write before returning it
instead passing `Tempfile` directly (mikz)
* Rewind the file queued for write before returning it (exviva)
* Unlink the file **and** close the file descriptor when clearing
the attachments
the attachments (exviva)

## 0.0.3 (2012-05-15):

* Depend on Paperclip `>= 2.4.2`, which properly handles
`<attachment>_file_name` assignment from `Paperclip::Attachment`
`<attachment>_file_name` assignment from `Paperclip::Attachment` (exviva)

## 0.0.2 (2012-05-12):

* Provide one-line testing helpers for RSpec and Cucumber;
they require the gem and add after hooks which clear the
tmp storage
tmp storage (exviva)

## 0.0.1 (2012-05-11):

* Implement `Paperclip::Storage::Tmp.clear` which clears all
attachments from the filesystem (and from the "virtual" filesystem)
* Provide a `:tmp` storage option for Paperclip attachments
attachments from the filesystem (and from the "virtual" filesystem) (exviva)
* Provide a `:tmp` storage option for Paperclip attachments (exviva)

0 comments on commit aa2f319

Please sign in to comment.