uploader.gemspec in uploader-0.1.20 vs uploader.gemspec in uploader-0.2.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{uploader} - s.version = "0.1.20" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Justin Ball", "David South"] - s.date = %q{2009-08-12} + s.date = %q{2009-08-21} s.description = %q{Uploader gem that makes it simple add multiple file uploads to your Rails project using SWFUpload and Paperclip} s.email = %q{justinball@gmail.com} s.extra_rdoc_files = [ "README.rdoc" ] @@ -43,28 +43,41 @@ "locales/da.yml", "locales/de.yml", "locales/el.yml", "locales/en.yml", "locales/es.yml", + "locales/et.yml", + "locales/fa.yml", + "locales/fi.yml", "locales/fr.yml", + "locales/gl.yml", + "locales/hi.yml", + "locales/hr.yml", + "locales/hu.yml", + "locales/id.yml", "locales/it.yml", "locales/iw.yml", "locales/ja.yml", "locales/ko.yml", "locales/lt.yml", "locales/lv.yml", + "locales/mt.yml", "locales/nl.yml", "locales/no.yml", "locales/pl.yml", + "locales/pt-PT.yml", "locales/pt.yml", "locales/ro.yml", "locales/ru.yml", "locales/sk.yml", "locales/sl.yml", + "locales/sq.yml", "locales/sr.yml", "locales/sv.yml", + "locales/th.yml", "locales/tl.yml", + "locales/tr.yml", "locales/uk.yml", "locales/vi.yml", "locales/zh-CN.yml", "locales/zh-TW.yml", "locales/zh.yml", @@ -130,14 +143,16 @@ "test/rails_root/.gitignore", "test/rails_root/.rake_tasks", "test/rails_root/Capfile", "test/rails_root/Rakefile", "test/rails_root/app/controllers/application_controller.rb", + "test/rails_root/app/controllers/default_controller.rb", "test/rails_root/app/controllers/uploads_controller.rb", "test/rails_root/app/models/.keep", "test/rails_root/app/models/upload.rb", "test/rails_root/app/models/user.rb", + "test/rails_root/app/views/default/index.html.erb", "test/rails_root/app/views/layouts/application.html.erb", "test/rails_root/config/amazon_s3.yml", "test/rails_root/config/boot.rb", "test/rails_root/config/database.yml", "test/rails_root/config/environment.rb", @@ -158,28 +173,93 @@ "test/rails_root/db/migrate/20090602041838_create_users.rb", "test/rails_root/db/schema.rb", "test/rails_root/db/test.sqlite3", "test/rails_root/features/step_definitions/webrat_steps.rb", "test/rails_root/features/support/env.rb", + "test/rails_root/lib/daemons/amazonaws.rb", "test/rails_root/public/.htaccess", "test/rails_root/public/404.html", "test/rails_root/public/422.html", "test/rails_root/public/500.html", "test/rails_root/public/dispatch.rb", "test/rails_root/public/favicon.ico", + "test/rails_root/public/images/SWFUploadButton.png", + "test/rails_root/public/images/file_icons/excel.gif", + "test/rails_root/public/images/file_icons/file.gif", + "test/rails_root/public/images/file_icons/file.png", + "test/rails_root/public/images/file_icons/file_aac.gif", + "test/rails_root/public/images/file_icons/file_ai.gif", + "test/rails_root/public/images/file_icons/file_avi.gif", + "test/rails_root/public/images/file_icons/file_bin.gif", + "test/rails_root/public/images/file_icons/file_bmp.gif", + "test/rails_root/public/images/file_icons/file_cue.gif", + "test/rails_root/public/images/file_icons/file_divx.gif", + "test/rails_root/public/images/file_icons/file_doc.gif", + "test/rails_root/public/images/file_icons/file_eps.gif", + "test/rails_root/public/images/file_icons/file_flac.gif", + "test/rails_root/public/images/file_icons/file_flv.gif", + "test/rails_root/public/images/file_icons/file_gif.gif", + "test/rails_root/public/images/file_icons/file_html.gif", + "test/rails_root/public/images/file_icons/file_ical.gif", + "test/rails_root/public/images/file_icons/file_indd.gif", + "test/rails_root/public/images/file_icons/file_inx.gif", + "test/rails_root/public/images/file_icons/file_iso.gif", + "test/rails_root/public/images/file_icons/file_jpg.gif", + "test/rails_root/public/images/file_icons/file_mov.gif", + "test/rails_root/public/images/file_icons/file_mp3.gif", + "test/rails_root/public/images/file_icons/file_mpg.gif", + "test/rails_root/public/images/file_icons/file_pdf.gif", + "test/rails_root/public/images/file_icons/file_php.gif", + "test/rails_root/public/images/file_icons/file_png.gif", + "test/rails_root/public/images/file_icons/file_pps.gif", + "test/rails_root/public/images/file_icons/file_ppt.gif", + "test/rails_root/public/images/file_icons/file_psd.gif", + "test/rails_root/public/images/file_icons/file_qxd.gif", + "test/rails_root/public/images/file_icons/file_qxp.gif", + "test/rails_root/public/images/file_icons/file_raw.gif", + "test/rails_root/public/images/file_icons/file_rtf.gif", + "test/rails_root/public/images/file_icons/file_svg.gif", + "test/rails_root/public/images/file_icons/file_tif.gif", + "test/rails_root/public/images/file_icons/file_txt.gif", + "test/rails_root/public/images/file_icons/file_vcf.gif", + "test/rails_root/public/images/file_icons/file_wav.gif", + "test/rails_root/public/images/file_icons/file_wma.gif", + "test/rails_root/public/images/file_icons/file_xls.gif", + "test/rails_root/public/images/file_icons/file_xml.gif", + "test/rails_root/public/images/file_icons/mp3.gif", + "test/rails_root/public/images/file_icons/pdf.gif", + "test/rails_root/public/images/file_icons/pdf.png", + "test/rails_root/public/images/file_icons/text.gif", + "test/rails_root/public/images/file_icons/text.png", + "test/rails_root/public/images/file_icons/word.gif", "test/rails_root/public/images/rails.png", "test/rails_root/public/javascripts/application.js", "test/rails_root/public/javascripts/builder.js", "test/rails_root/public/javascripts/controls.js", "test/rails_root/public/javascripts/dragdrop.js", "test/rails_root/public/javascripts/effects.js", + "test/rails_root/public/javascripts/jquery/jquery-ui.js", + "test/rails_root/public/javascripts/jquery/jquery.easing.js", + "test/rails_root/public/javascripts/jquery/jquery.fancybox.js", + "test/rails_root/public/javascripts/jquery/jquery.form.js", + "test/rails_root/public/javascripts/jquery/jquery.jgrowl.js", + "test/rails_root/public/javascripts/jquery/jquery.js", + "test/rails_root/public/javascripts/jquery/jquery.tips.js", + "test/rails_root/public/javascripts/jquery/jrails.js", "test/rails_root/public/javascripts/prototype.js", "test/rails_root/public/javascripts/scriptaculous.js", "test/rails_root/public/javascripts/slider.js", "test/rails_root/public/javascripts/sound.js", + "test/rails_root/public/javascripts/swfupload/fileprogress.js", + "test/rails_root/public/javascripts/swfupload/handlers.js", + "test/rails_root/public/javascripts/swfupload/swfupload.cookies.js", + "test/rails_root/public/javascripts/swfupload/swfupload.js", + "test/rails_root/public/javascripts/swfupload/swfupload.queue.js", + "test/rails_root/public/javascripts/swfupload/swfupload.swfobject.js", "test/rails_root/public/robots.txt", "test/rails_root/public/stylesheets/.keep", + "test/rails_root/public/stylesheets/swfupload.css", "test/rails_root/script/about", "test/rails_root/script/breakpointer", "test/rails_root/script/console", "test/rails_root/script/create_project.rb", "test/rails_root/script/cucumber", @@ -197,10 +277,11 @@ "test/rails_root/script/server", "test/rails_root/test/factories.rb", "test/rails_root/test/fixtures/files/5k.png", "test/rails_root/test/fixtures/files/IT'sUPPERCASE!AND WeIRD.JPG", "test/rails_root/test/functional/.keep", + "test/rails_root/test/functional/default_controller_test.rb", "test/rails_root/test/functional/uploads_controller_test.rb", "test/rails_root/test/integration/.keep", "test/rails_root/test/mocks/development/.keep", "test/rails_root/test/mocks/test/.keep", "test/rails_root/test/shoulda_macros/paperclip.rb", @@ -217,10 +298,11 @@ s.rubyforge_project = %q{uploader} s.rubygems_version = %q{1.3.1} s.summary = %q{SWFUpload + Paperclip wrapped in an engine with love.} s.test_files = [ "test/rails_root/app/controllers/application_controller.rb", + "test/rails_root/app/controllers/default_controller.rb", "test/rails_root/app/controllers/uploads_controller.rb", "test/rails_root/app/models/upload.rb", "test/rails_root/app/models/user.rb", "test/rails_root/config/boot.rb", "test/rails_root/config/environment.rb", @@ -236,12 +318,14 @@ "test/rails_root/config/routes.rb", "test/rails_root/db/migrate/20090517040220_create_uploads.rb", "test/rails_root/db/migrate/20090602041838_create_users.rb", "test/rails_root/features/step_definitions/webrat_steps.rb", "test/rails_root/features/support/env.rb", + "test/rails_root/lib/daemons/amazonaws.rb", "test/rails_root/public/dispatch.rb", "test/rails_root/script/create_project.rb", "test/rails_root/test/factories.rb", + "test/rails_root/test/functional/default_controller_test.rb", "test/rails_root/test/functional/uploads_controller_test.rb", "test/rails_root/test/shoulda_macros/paperclip.rb", "test/rails_root/test/test_helper.rb", "test/rails_root/test/unit/upload_test.rb" ]