require 'bundler' Bundler::GemHelper.install_tasks require 'echoe' Echoe.new("s3_swf_upload") do |p| p.author = "Nathan Colgate" p.email = "nathan@brandnewbox.com" p.description = "Rails 3 gem that allows you to upload files directly to S3 from your application using flex for file management, css for presentation, and javascript for behavior." p.url = "http://github.com/nathancolgate/s3-swf-upload-plugin" p.version = '0.3.2' p.development_dependencies = [] p.ignore_pattern = [".gitignore"] end