Skip to content

Commit

Permalink
bump version, update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ScotterC committed Dec 6, 2013
1 parent 8025600 commit 40686ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fileclip (0.2.4)
fileclip (0.3.0)
paperclip
paperclip (>= 3.5.1)
railties (>= 3.0)
Expand Down
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ Backend:
* Normalize filenames

Frontend:
* Loader for filepicker js only if needed
* Eliminate need for jQuery
* make it a form builder function that can accept a different url name

Extra features:
* Work with DelayedJob
* Work with Sidekiq
* Fallback to filepicker url if paperclip url doesn't exist
* Filepicker converts to match paperclip styles
* FilePicker droppane support
Expand Down
2 changes: 1 addition & 1 deletion lib/fileclip/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FileClip
VERSION = "0.2.4"
VERSION = "0.3.0"
end

0 comments on commit 40686ee

Please sign in to comment.