nathancolgate / s3-swf-upload-plugin

A rails 3 gem which allow user upload files to S3 through an embedded flash directly. All UI has been moved out of flex and can be controlled by CSS and JavaScript callbacks.
http://www.nathancolgate.com
MIT License
318 stars 74 forks source link

Use bundler to handle dependencies. #49

Closed yuki24 closed 12 years ago

yuki24 commented 12 years ago

Typically we don't want to manage dependencies of a gem and s3-swf-upload-plugin hasn't used anything to manage them so I added Bundler. This is also important when you want to release this gem on rubygems.org. And now, you don't have to add gem 'aws-s3' to your Gemfile anymore!