--- !ruby/object:Gem::Specification name: uploader version: !ruby/object:Gem::Version hash: 5 prerelease: false segments: - 3 - 0 - 1 version: 3.0.1 platform: ruby authors: - Justin Ball - Joel Duffin - David South autorequire: bindir: bin cert_chain: [] date: 2010-09-16 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: mime-types prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rack prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: paperclip prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: aws-s3 prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id004 description: Uploader gem that makes it simple add multiple file uploads to your Rails project using SWFUpload, Uploadify and Paperclip email: justinball@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc - TODO files: - .gitignore - MIT-LICENSE - README.rdoc - Rakefile - TODO - VERSION - app/controllers/uploader/uploads_controller.rb - app/helpers/uploader_helper.rb - app/views/uploads/_swf_javascript.html.erb - app/views/uploads/_swf_upload.html.erb - app/views/uploads/_uploadify.html.erb - config/locales/ar.yml - config/locales/bg.yml - config/locales/ca.yml - config/locales/cs.yml - config/locales/da.yml - config/locales/de.yml - config/locales/el.yml - config/locales/en.yml - config/locales/es.yml - config/locales/et.yml - config/locales/fa.yml - config/locales/fi.yml - config/locales/fr.yml - config/locales/gl.yml - config/locales/hi.yml - config/locales/hr.yml - config/locales/hu.yml - config/locales/id.yml - config/locales/it.yml - config/locales/iw.yml - config/locales/ja.yml - config/locales/ko.yml - config/locales/lt.yml - config/locales/lv.yml - config/locales/mt.yml - config/locales/nl.yml - config/locales/no.yml - config/locales/pl.yml - config/locales/pt-PT.yml - config/locales/ro.yml - config/locales/ru.yml - config/locales/sk.yml - config/locales/sl.yml - config/locales/sq.yml - config/locales/sr.yml - config/locales/sv.yml - config/locales/th.yml - config/locales/tl.yml - config/locales/tr.yml - config/locales/uk.yml - config/locales/vi.yml - config/locales/zh-CN.yml - config/locales/zh-TW.yml - config/locales/zh.yml - config/routes.rb - db/migrate/20090517040220_create_uploads.rb - lib/daemons/amazonaws.rb - lib/tasks/uploader.rake - lib/uploader.rb - lib/uploader/config.rb - lib/uploader/engine.rb - lib/uploader/exceptions.rb - lib/uploader/middleware/flash_session_cookie_middleware.rb - lib/uploader/mime_type_groups.rb - lib/uploader/models/upload.rb - public/images/file_icons/excel.gif - public/images/file_icons/file.gif - public/images/file_icons/file.png - public/images/file_icons/file_aac.gif - public/images/file_icons/file_ai.gif - public/images/file_icons/file_avi.gif - public/images/file_icons/file_bin.gif - public/images/file_icons/file_bmp.gif - public/images/file_icons/file_cue.gif - public/images/file_icons/file_divx.gif - public/images/file_icons/file_doc.gif - public/images/file_icons/file_eps.gif - public/images/file_icons/file_flac.gif - public/images/file_icons/file_flv.gif - public/images/file_icons/file_gif.gif - public/images/file_icons/file_html.gif - public/images/file_icons/file_ical.gif - public/images/file_icons/file_indd.gif - public/images/file_icons/file_inx.gif - public/images/file_icons/file_iso.gif - public/images/file_icons/file_jpg.gif - public/images/file_icons/file_mov.gif - public/images/file_icons/file_mp3.gif - public/images/file_icons/file_mpg.gif - public/images/file_icons/file_pdf.gif - public/images/file_icons/file_php.gif - public/images/file_icons/file_png.gif - public/images/file_icons/file_pps.gif - public/images/file_icons/file_ppt.gif - public/images/file_icons/file_psd.gif - public/images/file_icons/file_qxd.gif - public/images/file_icons/file_qxp.gif - public/images/file_icons/file_raw.gif - public/images/file_icons/file_rtf.gif - public/images/file_icons/file_svg.gif - public/images/file_icons/file_tif.gif - public/images/file_icons/file_txt.gif - public/images/file_icons/file_vcf.gif - public/images/file_icons/file_wav.gif - public/images/file_icons/file_wma.gif - public/images/file_icons/file_xls.gif - public/images/file_icons/file_xml.gif - public/images/file_icons/mp3.gif - public/images/file_icons/pdf.gif - public/images/file_icons/pdf.png - public/images/file_icons/text.gif - public/images/file_icons/text.png - public/images/file_icons/word.gif - public/images/swfupload/SWFUploadButton.png - public/images/swfupload/cancelbutton.gif - public/images/uploadify/cancel.png - public/javascripts/jquery/jquery.uploadify.min.js - public/javascripts/swf/swfobject.js - public/javascripts/swfupload/fileprogress.js - public/javascripts/swfupload/handlers.js - public/javascripts/swfupload/swfupload.cookies.js - public/javascripts/swfupload/swfupload.js - public/javascripts/swfupload/swfupload.proxy.js - public/javascripts/swfupload/swfupload.queue.js - public/javascripts/swfupload/swfupload.speed.js - public/javascripts/swfupload/swfupload.swfobject.js - public/stylesheets/swfupload.css - public/stylesheets/uploadify.css - public/swf/expressInstall.swf - public/swf/swfupload.swf - public/swf/swfupload_fp9.swf - public/swf/uploadify.swf - test/rails_test/.gitignore - test/rails_test/.rake_tasks - test/rails_test/Gemfile - test/rails_test/Gemfile.lock - test/rails_test/README - test/rails_test/Rakefile - test/rails_test/app/controllers/application_controller.rb - test/rails_test/app/controllers/default_controller.rb - test/rails_test/app/controllers/uploads_controller.rb - test/rails_test/app/models/.keep - test/rails_test/app/models/upload.rb - test/rails_test/app/models/user.rb - test/rails_test/app/views/default/index.html.erb - test/rails_test/app/views/default/uploadify.html.erb - test/rails_test/app/views/layouts/application.html.erb - test/rails_test/config.ru - test/rails_test/config/amazon_s3.yml - test/rails_test/config/application.rb - test/rails_test/config/boot.rb - test/rails_test/config/database.yml - test/rails_test/config/environment.rb - test/rails_test/config/environments/development.rb - test/rails_test/config/environments/production.rb - test/rails_test/config/environments/test.rb - test/rails_test/config/initializers/backtrace_silencers.rb - test/rails_test/config/initializers/inflections.rb - test/rails_test/config/initializers/mime_types.rb - test/rails_test/config/initializers/s3_credentials.rb - test/rails_test/config/initializers/secret_token.rb - test/rails_test/config/initializers/session_store.rb - test/rails_test/config/locales/en.yml - test/rails_test/config/routes.rb - test/rails_test/db/.keep - test/rails_test/db/migrate/20090517040220_create_uploads.rb - test/rails_test/db/migrate/20090602041838_create_users.rb - test/rails_test/db/schema.rb - test/rails_test/db/seeds.rb - test/rails_test/doc/README_FOR_APP - test/rails_test/features/step_definitions/webrat_steps.rb - test/rails_test/features/support/env.rb - test/rails_test/lib/daemons/amazonaws.rb - test/rails_test/lib/tasks/.gitkeep - test/rails_test/public/404.html - test/rails_test/public/422.html - test/rails_test/public/500.html - test/rails_test/public/favicon.ico - test/rails_test/public/images/file_icons/excel.gif - test/rails_test/public/images/file_icons/file.gif - test/rails_test/public/images/file_icons/file.png - test/rails_test/public/images/file_icons/file_aac.gif - test/rails_test/public/images/file_icons/file_ai.gif - test/rails_test/public/images/file_icons/file_avi.gif - test/rails_test/public/images/file_icons/file_bin.gif - test/rails_test/public/images/file_icons/file_bmp.gif - test/rails_test/public/images/file_icons/file_cue.gif - test/rails_test/public/images/file_icons/file_divx.gif - test/rails_test/public/images/file_icons/file_doc.gif - test/rails_test/public/images/file_icons/file_eps.gif - test/rails_test/public/images/file_icons/file_flac.gif - test/rails_test/public/images/file_icons/file_flv.gif - test/rails_test/public/images/file_icons/file_gif.gif - test/rails_test/public/images/file_icons/file_html.gif - test/rails_test/public/images/file_icons/file_ical.gif - test/rails_test/public/images/file_icons/file_indd.gif - test/rails_test/public/images/file_icons/file_inx.gif - test/rails_test/public/images/file_icons/file_iso.gif - test/rails_test/public/images/file_icons/file_jpg.gif - test/rails_test/public/images/file_icons/file_mov.gif - test/rails_test/public/images/file_icons/file_mp3.gif - test/rails_test/public/images/file_icons/file_mpg.gif - test/rails_test/public/images/file_icons/file_pdf.gif - test/rails_test/public/images/file_icons/file_php.gif - test/rails_test/public/images/file_icons/file_png.gif - test/rails_test/public/images/file_icons/file_pps.gif - test/rails_test/public/images/file_icons/file_ppt.gif - test/rails_test/public/images/file_icons/file_psd.gif - test/rails_test/public/images/file_icons/file_qxd.gif - test/rails_test/public/images/file_icons/file_qxp.gif - test/rails_test/public/images/file_icons/file_raw.gif - test/rails_test/public/images/file_icons/file_rtf.gif - test/rails_test/public/images/file_icons/file_svg.gif - test/rails_test/public/images/file_icons/file_tif.gif - test/rails_test/public/images/file_icons/file_txt.gif - test/rails_test/public/images/file_icons/file_vcf.gif - test/rails_test/public/images/file_icons/file_wav.gif - test/rails_test/public/images/file_icons/file_wma.gif - test/rails_test/public/images/file_icons/file_xls.gif - test/rails_test/public/images/file_icons/file_xml.gif - test/rails_test/public/images/file_icons/mp3.gif - test/rails_test/public/images/file_icons/pdf.gif - test/rails_test/public/images/file_icons/pdf.png - test/rails_test/public/images/file_icons/text.gif - test/rails_test/public/images/file_icons/text.png - test/rails_test/public/images/file_icons/word.gif - test/rails_test/public/images/rails.png - test/rails_test/public/images/swfupload/SWFUploadButton.png - test/rails_test/public/images/swfupload/cancelbutton.gif - test/rails_test/public/images/uploadify/cancel.png - test/rails_test/public/javascripts/application.js - test/rails_test/public/javascripts/controls.js - test/rails_test/public/javascripts/dragdrop.js - test/rails_test/public/javascripts/effects.js - test/rails_test/public/javascripts/jquery/jquery-1.4.2.min.js - test/rails_test/public/javascripts/jquery/jquery-ui-1.8.4.custom.min.js - test/rails_test/public/javascripts/jquery/jquery.uploadify.min.js - test/rails_test/public/javascripts/prototype.js - test/rails_test/public/javascripts/rails.js - test/rails_test/public/javascripts/swf/swfobject.js - test/rails_test/public/javascripts/swfupload/fileprogress.js - test/rails_test/public/javascripts/swfupload/handlers.js - test/rails_test/public/javascripts/swfupload/swfupload.cookies.js - test/rails_test/public/javascripts/swfupload/swfupload.js - test/rails_test/public/javascripts/swfupload/swfupload.proxy.js - test/rails_test/public/javascripts/swfupload/swfupload.queue.js - test/rails_test/public/javascripts/swfupload/swfupload.speed.js - test/rails_test/public/javascripts/swfupload/swfupload.swfobject.js - test/rails_test/public/robots.txt - test/rails_test/public/stylesheets/.gitkeep - test/rails_test/public/stylesheets/swfupload.css - test/rails_test/public/stylesheets/uploadify.css - test/rails_test/public/swf/expressInstall.swf - test/rails_test/public/swf/swfupload.swf - test/rails_test/public/swf/swfupload_fp9.swf - test/rails_test/public/swf/uploadify.swf - test/rails_test/script/rails - test/rails_test/test/factories.rb - test/rails_test/test/fixtures/files/5k.png - test/rails_test/test/fixtures/files/IT'sUPPERCASE!AND WeIRD.JPG - test/rails_test/test/fixtures/rails.png - test/rails_test/test/fixtures/test.doc - test/rails_test/test/fixtures/test.pdf - test/rails_test/test/fixtures/test.txt - test/rails_test/test/fixtures/test.xls - test/rails_test/test/functional/.keep - test/rails_test/test/functional/default_controller_test.rb - test/rails_test/test/functional/uploads_controller_test.rb - test/rails_test/test/integration/.keep - test/rails_test/test/performance/browsing_test.rb - test/rails_test/test/shoulda_macros/paperclip.rb - test/rails_test/test/test_helper.rb - test/rails_test/test/unit/.keep - test/rails_test/test/unit/upload_test.rb - test/rails_test/test/unit/user_test.rb - uninstall.rb - uploader.gemspec has_rdoc: true homepage: http://github.com/jbasdf/uploader licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: uploader rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Uploadify, SWFUpload + Paperclip wrapped in an engine with love. test_files: - test/rails_test/app/controllers/application_controller.rb - test/rails_test/app/controllers/default_controller.rb - test/rails_test/app/controllers/uploads_controller.rb - test/rails_test/app/models/upload.rb - test/rails_test/app/models/user.rb - test/rails_test/config/application.rb - test/rails_test/config/boot.rb - test/rails_test/config/environment.rb - test/rails_test/config/environments/development.rb - test/rails_test/config/environments/production.rb - test/rails_test/config/environments/test.rb - test/rails_test/config/initializers/backtrace_silencers.rb - test/rails_test/config/initializers/inflections.rb - test/rails_test/config/initializers/mime_types.rb - test/rails_test/config/initializers/s3_credentials.rb - test/rails_test/config/initializers/secret_token.rb - test/rails_test/config/initializers/session_store.rb - test/rails_test/config/routes.rb - test/rails_test/db/migrate/20090517040220_create_uploads.rb - test/rails_test/db/migrate/20090602041838_create_users.rb - test/rails_test/db/seeds.rb - test/rails_test/features/step_definitions/webrat_steps.rb - test/rails_test/features/support/env.rb - test/rails_test/lib/daemons/amazonaws.rb - test/rails_test/test/factories.rb - test/rails_test/test/functional/default_controller_test.rb - test/rails_test/test/functional/uploads_controller_test.rb - test/rails_test/test/performance/browsing_test.rb - test/rails_test/test/shoulda_macros/paperclip.rb - test/rails_test/test/test_helper.rb - test/rails_test/test/unit/upload_test.rb - test/rails_test/test/unit/user_test.rb