Sha256: 4c4ac0389528ad8065ac5a8aedb7a4020d90e43d1914c9475c66e8430da67e13

Contents?: true

Size: 552 Bytes

Versions: 3

Compression:

Stored size: 552 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
vertical-s3_swf_upload-0.3.2.1 Rakefile
s3_swf_upload-0.3.2 Rakefile
larsklevan_s3_swf_upload-0.3.2 Rakefile