From 40686eef5e12e23a8d3bfa32b083dbc8bd7980e9 Mon Sep 17 00:00:00 2001 From: Scott Carleton Date: Fri, 6 Dec 2013 13:00:45 -0500 Subject: [PATCH] bump version, update todo --- Gemfile.lock | 2 +- TODO.md | 2 -- lib/fileclip/version.rb | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2c5d690..af55fa4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fileclip (0.2.4) + fileclip (0.3.0) paperclip paperclip (>= 3.5.1) railties (>= 3.0) diff --git a/TODO.md b/TODO.md index 4934726..af3760c 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/lib/fileclip/version.rb b/lib/fileclip/version.rb index e8afcc9..80abe5a 100644 --- a/lib/fileclip/version.rb +++ b/lib/fileclip/version.rb @@ -1,3 +1,3 @@ module FileClip - VERSION = "0.2.4" + VERSION = "0.3.0" end \ No newline at end of file