Navigation Menu

Skip to content

Commit

Permalink
Bumps the version numbers, tweaks the readme for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed Oct 16, 2013
1 parent 3e2a0f8 commit 489ef78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
@@ -1,9 +1,7 @@
Rails Integration for Plupload
==

This gem integrates [Plupload](http://www.plupload.com/) with the Rails >= 3.1 asset pipeline. It's been tested with Rails 3.1, 3.2 and 4.0.

To use it with Rails 4, please fetch the gem from upstream: `gem 'plupload-rails', github: 'gucki/plupload-rails'`
This gem integrates [Plupload](http://www.plupload.com/) with Rails. It's been tested with Rails 3.1, 3.2 and 4.0.


Install
Expand Down
5 changes: 2 additions & 3 deletions lib/plupload/rails/version.rb
@@ -1,7 +1,6 @@
module Plupload
VERSION = "1.5.2"
VERSION = "2.0.0"
module Rails
VERSION = "1.0.6"
VERSION = "1.1.0"
end
end

0 comments on commit 489ef78

Please sign in to comment.