# -*- encoding: utf-8 -*- # stub: attached 0.5.3 ruby lib Gem::Specification.new do |s| s.name = "attached".freeze s.version = "0.5.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kevin Sylvestre".freeze] s.date = "2012-07-16" s.description = "Attached is a Ruby on Rails cloud attachment and processor library inspired by Paperclip. Attached lets users push files to the cloud, then perform remote processing on the files.".freeze s.email = ["kevin@ksylvest.com".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/attached.rb".freeze, "lib/attached/attachment.rb".freeze, "lib/attached/job.rb".freeze, "lib/attached/processor.rb".freeze, "lib/attached/processor/audio.rb".freeze, "lib/attached/processor/base.rb".freeze, "lib/attached/processor/error.rb".freeze, "lib/attached/processor/image.rb".freeze, "lib/attached/railtie.rb".freeze, "lib/attached/storage.rb".freeze, "lib/attached/storage/aws.rb".freeze, "lib/attached/storage/base.rb".freeze, "lib/attached/storage/error.rb".freeze, "lib/attached/storage/google.rb".freeze, "lib/attached/storage/local.rb".freeze, "lib/attached/storage/rackspace.rb".freeze, "lib/attached/version.rb".freeze, "lib/tasks/attached.rake".freeze, "test/attached_test.rb".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/main.js.coffee".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/main.css.scss".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/audios_controller.rb".freeze, "test/dummy/app/controllers/images_controller.rb".freeze, "test/dummy/app/controllers/main_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/audios_helper.rb".freeze, "test/dummy/app/helpers/images_helper.rb".freeze, "test/dummy/app/helpers/main_helper.rb".freeze, "test/dummy/app/models/audio.rb".freeze, "test/dummy/app/models/image.rb".freeze, "test/dummy/app/views/audios/_form.html.haml".freeze, "test/dummy/app/views/audios/edit.html.haml".freeze, "test/dummy/app/views/audios/index.html.haml".freeze, "test/dummy/app/views/audios/new.html.haml".freeze, "test/dummy/app/views/audios/show.html.haml".freeze, "test/dummy/app/views/images/_form.html.haml".freeze, "test/dummy/app/views/images/edit.html.haml".freeze, "test/dummy/app/views/images/index.html.haml".freeze, "test/dummy/app/views/images/new.html.haml".freeze, "test/dummy/app/views/images/show.html.haml".freeze, "test/dummy/app/views/layouts/application.html.haml".freeze, "test/dummy/app/views/main/index.html.haml".freeze, "test/dummy/app/views/shared/_error.html.haml".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/aws.yml.sample".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/google.yml.sample".freeze, "test/dummy/config/initializers/attached.rb".freeze, "test/dummy/config/initializers/other.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/rackspace.yml.sample".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20101223191836_create_audios.rb".freeze, "test/dummy/db/migrate/20101223191846_create_images.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/system/audios/files/full/151d9dff-7259-41a3-9fc3-988a3099fe22.aac".freeze, "test/dummy/public/system/audios/files/full/2b5e47b9-b441-4c49-a98f-5bf89f19848e.aac".freeze, "test/dummy/public/system/audios/files/full/33203ced-129f-454c-870a-dc87a2809859.aac".freeze, "test/dummy/public/system/audios/files/full/c03bdf7c-ce26-4a31-9c23-d947b2986fa7.aac".freeze, "test/dummy/public/system/audios/files/large/151d9dff-7259-41a3-9fc3-988a3099fe22.aac".freeze, "test/dummy/public/system/audios/files/large/2b5e47b9-b441-4c49-a98f-5bf89f19848e.aac".freeze, "test/dummy/public/system/audios/files/large/33203ced-129f-454c-870a-dc87a2809859.aac".freeze, "test/dummy/public/system/audios/files/large/c03bdf7c-ce26-4a31-9c23-d947b2986fa7.aac".freeze, "test/dummy/public/system/audios/files/original/151d9dff-7259-41a3-9fc3-988a3099fe22.wav".freeze, "test/dummy/public/system/audios/files/original/2b5e47b9-b441-4c49-a98f-5bf89f19848e.wav".freeze, "test/dummy/public/system/audios/files/original/33203ced-129f-454c-870a-dc87a2809859.wav".freeze, "test/dummy/public/system/audios/files/original/c03bdf7c-ce26-4a31-9c23-d947b2986fa7.wav".freeze, "test/dummy/public/system/audios/files/small/151d9dff-7259-41a3-9fc3-988a3099fe22.aac".freeze, "test/dummy/public/system/audios/files/small/2b5e47b9-b441-4c49-a98f-5bf89f19848e.aac".freeze, "test/dummy/public/system/audios/files/small/33203ced-129f-454c-870a-dc87a2809859.aac".freeze, "test/dummy/public/system/audios/files/small/c03bdf7c-ce26-4a31-9c23-d947b2986fa7.aac".freeze, "test/dummy/public/system/images/files/full/15f09efb-0d03-44b3-a372-5ae156e8898e.jpg".freeze, "test/dummy/public/system/images/files/full/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.jpg".freeze, "test/dummy/public/system/images/files/full/84b585ce-9430-4761-8fb1-d94302eb33bd.jpg".freeze, "test/dummy/public/system/images/files/full/b8e19d15-db0f-42e7-9372-5f563486928a.jpg".freeze, "test/dummy/public/system/images/files/full/baa48120-b3b9-4d2a-830a-e6ebc4db7802.jpg".freeze, "test/dummy/public/system/images/files/full/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.jpg".freeze, "test/dummy/public/system/images/files/large/15f09efb-0d03-44b3-a372-5ae156e8898e.jpg".freeze, "test/dummy/public/system/images/files/large/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.jpg".freeze, "test/dummy/public/system/images/files/large/84b585ce-9430-4761-8fb1-d94302eb33bd.jpg".freeze, "test/dummy/public/system/images/files/large/b8e19d15-db0f-42e7-9372-5f563486928a.jpg".freeze, "test/dummy/public/system/images/files/large/baa48120-b3b9-4d2a-830a-e6ebc4db7802.jpg".freeze, "test/dummy/public/system/images/files/large/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.jpg".freeze, "test/dummy/public/system/images/files/original/15f09efb-0d03-44b3-a372-5ae156e8898e.png".freeze, "test/dummy/public/system/images/files/original/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.png".freeze, "test/dummy/public/system/images/files/original/84b585ce-9430-4761-8fb1-d94302eb33bd.png".freeze, "test/dummy/public/system/images/files/original/b8e19d15-db0f-42e7-9372-5f563486928a.png".freeze, "test/dummy/public/system/images/files/original/baa48120-b3b9-4d2a-830a-e6ebc4db7802.png".freeze, "test/dummy/public/system/images/files/original/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.png".freeze, "test/dummy/public/system/images/files/small/15f09efb-0d03-44b3-a372-5ae156e8898e.jpg".freeze, "test/dummy/public/system/images/files/small/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.jpg".freeze, "test/dummy/public/system/images/files/small/84b585ce-9430-4761-8fb1-d94302eb33bd.jpg".freeze, "test/dummy/public/system/images/files/small/b8e19d15-db0f-42e7-9372-5f563486928a.jpg".freeze, "test/dummy/public/system/images/files/small/baa48120-b3b9-4d2a-830a-e6ebc4db7802.jpg".freeze, "test/dummy/public/system/images/files/small/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.jpg".freeze, "test/dummy/public/system/images/files/thumb/15f09efb-0d03-44b3-a372-5ae156e8898e.jpg".freeze, "test/dummy/public/system/images/files/thumb/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.jpg".freeze, "test/dummy/public/system/images/files/thumb/84b585ce-9430-4761-8fb1-d94302eb33bd.jpg".freeze, "test/dummy/public/system/images/files/thumb/b8e19d15-db0f-42e7-9372-5f563486928a.jpg".freeze, "test/dummy/public/system/images/files/thumb/baa48120-b3b9-4d2a-830a-e6ebc4db7802.jpg".freeze, "test/dummy/public/system/images/files/thumb/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.jpg".freeze, "test/dummy/script/rails".freeze, "test/dummy/test/fixtures/audios.yml".freeze, "test/dummy/test/fixtures/audios/audio.wav".freeze, "test/dummy/test/fixtures/audios/invalid.wav".freeze, "test/dummy/test/fixtures/audios/large.wav".freeze, "test/dummy/test/fixtures/audios/small.wav".freeze, "test/dummy/test/fixtures/audios/undefined.zip".freeze, "test/dummy/test/fixtures/images.yml".freeze, "test/dummy/test/fixtures/images/image.png".freeze, "test/dummy/test/fixtures/images/invalid.png".freeze, "test/dummy/test/fixtures/images/large.png".freeze, "test/dummy/test/fixtures/images/small.png".freeze, "test/dummy/test/fixtures/images/undefined.zip".freeze, "test/dummy/test/functional/audios_controller_test.rb".freeze, "test/dummy/test/functional/images_controller_test.rb".freeze, "test/dummy/test/functional/main_controller_test.rb".freeze, "test/dummy/test/unit/audio_test.rb".freeze, "test/dummy/test/unit/helpers/audios_helper_test.rb".freeze, "test/dummy/test/unit/helpers/images_helper_test.rb".freeze, "test/dummy/test/unit/helpers/main_helper_test.rb".freeze, "test/dummy/test/unit/image_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/ksylvest/attached".freeze s.rubygems_version = "3.5.10".freeze s.summary = "An attachment library designed with cloud processors in mind.".freeze s.test_files = ["test/attached_test.rb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/main.js.coffee".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/main.css.scss".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/audios_controller.rb".freeze, "test/dummy/app/controllers/images_controller.rb".freeze, "test/dummy/app/controllers/main_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/audios_helper.rb".freeze, "test/dummy/app/helpers/images_helper.rb".freeze, "test/dummy/app/helpers/main_helper.rb".freeze, "test/dummy/app/models/audio.rb".freeze, "test/dummy/app/models/image.rb".freeze, "test/dummy/app/views/audios/_form.html.haml".freeze, "test/dummy/app/views/audios/edit.html.haml".freeze, "test/dummy/app/views/audios/index.html.haml".freeze, "test/dummy/app/views/audios/new.html.haml".freeze, "test/dummy/app/views/audios/show.html.haml".freeze, "test/dummy/app/views/images/_form.html.haml".freeze, "test/dummy/app/views/images/edit.html.haml".freeze, "test/dummy/app/views/images/index.html.haml".freeze, "test/dummy/app/views/images/new.html.haml".freeze, "test/dummy/app/views/images/show.html.haml".freeze, "test/dummy/app/views/layouts/application.html.haml".freeze, "test/dummy/app/views/main/index.html.haml".freeze, "test/dummy/app/views/shared/_error.html.haml".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/aws.yml.sample".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/google.yml.sample".freeze, "test/dummy/config/initializers/attached.rb".freeze, "test/dummy/config/initializers/other.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/rackspace.yml.sample".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20101223191836_create_audios.rb".freeze, "test/dummy/db/migrate/20101223191846_create_images.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/system/audios/files/full/151d9dff-7259-41a3-9fc3-988a3099fe22.aac".freeze, "test/dummy/public/system/audios/files/full/2b5e47b9-b441-4c49-a98f-5bf89f19848e.aac".freeze, "test/dummy/public/system/audios/files/full/33203ced-129f-454c-870a-dc87a2809859.aac".freeze, "test/dummy/public/system/audios/files/full/c03bdf7c-ce26-4a31-9c23-d947b2986fa7.aac".freeze, "test/dummy/public/system/audios/files/large/151d9dff-7259-41a3-9fc3-988a3099fe22.aac".freeze, "test/dummy/public/system/audios/files/large/2b5e47b9-b441-4c49-a98f-5bf89f19848e.aac".freeze, "test/dummy/public/system/audios/files/large/33203ced-129f-454c-870a-dc87a2809859.aac".freeze, "test/dummy/public/system/audios/files/large/c03bdf7c-ce26-4a31-9c23-d947b2986fa7.aac".freeze, "test/dummy/public/system/audios/files/original/151d9dff-7259-41a3-9fc3-988a3099fe22.wav".freeze, "test/dummy/public/system/audios/files/original/2b5e47b9-b441-4c49-a98f-5bf89f19848e.wav".freeze, "test/dummy/public/system/audios/files/original/33203ced-129f-454c-870a-dc87a2809859.wav".freeze, "test/dummy/public/system/audios/files/original/c03bdf7c-ce26-4a31-9c23-d947b2986fa7.wav".freeze, "test/dummy/public/system/audios/files/small/151d9dff-7259-41a3-9fc3-988a3099fe22.aac".freeze, "test/dummy/public/system/audios/files/small/2b5e47b9-b441-4c49-a98f-5bf89f19848e.aac".freeze, "test/dummy/public/system/audios/files/small/33203ced-129f-454c-870a-dc87a2809859.aac".freeze, "test/dummy/public/system/audios/files/small/c03bdf7c-ce26-4a31-9c23-d947b2986fa7.aac".freeze, "test/dummy/public/system/images/files/full/15f09efb-0d03-44b3-a372-5ae156e8898e.jpg".freeze, "test/dummy/public/system/images/files/full/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.jpg".freeze, "test/dummy/public/system/images/files/full/84b585ce-9430-4761-8fb1-d94302eb33bd.jpg".freeze, "test/dummy/public/system/images/files/full/b8e19d15-db0f-42e7-9372-5f563486928a.jpg".freeze, "test/dummy/public/system/images/files/full/baa48120-b3b9-4d2a-830a-e6ebc4db7802.jpg".freeze, "test/dummy/public/system/images/files/full/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.jpg".freeze, "test/dummy/public/system/images/files/large/15f09efb-0d03-44b3-a372-5ae156e8898e.jpg".freeze, "test/dummy/public/system/images/files/large/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.jpg".freeze, "test/dummy/public/system/images/files/large/84b585ce-9430-4761-8fb1-d94302eb33bd.jpg".freeze, "test/dummy/public/system/images/files/large/b8e19d15-db0f-42e7-9372-5f563486928a.jpg".freeze, "test/dummy/public/system/images/files/large/baa48120-b3b9-4d2a-830a-e6ebc4db7802.jpg".freeze, "test/dummy/public/system/images/files/large/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.jpg".freeze, "test/dummy/public/system/images/files/original/15f09efb-0d03-44b3-a372-5ae156e8898e.png".freeze, "test/dummy/public/system/images/files/original/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.png".freeze, "test/dummy/public/system/images/files/original/84b585ce-9430-4761-8fb1-d94302eb33bd.png".freeze, "test/dummy/public/system/images/files/original/b8e19d15-db0f-42e7-9372-5f563486928a.png".freeze, "test/dummy/public/system/images/files/original/baa48120-b3b9-4d2a-830a-e6ebc4db7802.png".freeze, "test/dummy/public/system/images/files/original/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.png".freeze, "test/dummy/public/system/images/files/small/15f09efb-0d03-44b3-a372-5ae156e8898e.jpg".freeze, "test/dummy/public/system/images/files/small/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.jpg".freeze, "test/dummy/public/system/images/files/small/84b585ce-9430-4761-8fb1-d94302eb33bd.jpg".freeze, "test/dummy/public/system/images/files/small/b8e19d15-db0f-42e7-9372-5f563486928a.jpg".freeze, "test/dummy/public/system/images/files/small/baa48120-b3b9-4d2a-830a-e6ebc4db7802.jpg".freeze, "test/dummy/public/system/images/files/small/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.jpg".freeze, "test/dummy/public/system/images/files/thumb/15f09efb-0d03-44b3-a372-5ae156e8898e.jpg".freeze, "test/dummy/public/system/images/files/thumb/7a1dbda7-f7f7-4b13-a7ae-be38c43f76a3.jpg".freeze, "test/dummy/public/system/images/files/thumb/84b585ce-9430-4761-8fb1-d94302eb33bd.jpg".freeze, "test/dummy/public/system/images/files/thumb/b8e19d15-db0f-42e7-9372-5f563486928a.jpg".freeze, "test/dummy/public/system/images/files/thumb/baa48120-b3b9-4d2a-830a-e6ebc4db7802.jpg".freeze, "test/dummy/public/system/images/files/thumb/caac47c3-f3c8-4ca9-a682-d79e8c1b5b29.jpg".freeze, "test/dummy/Rakefile".freeze, "test/dummy/script/rails".freeze, "test/dummy/test/fixtures/audios/audio.wav".freeze, "test/dummy/test/fixtures/audios/invalid.wav".freeze, "test/dummy/test/fixtures/audios/large.wav".freeze, "test/dummy/test/fixtures/audios/small.wav".freeze, "test/dummy/test/fixtures/audios/undefined.zip".freeze, "test/dummy/test/fixtures/audios.yml".freeze, "test/dummy/test/fixtures/images/image.png".freeze, "test/dummy/test/fixtures/images/invalid.png".freeze, "test/dummy/test/fixtures/images/large.png".freeze, "test/dummy/test/fixtures/images/small.png".freeze, "test/dummy/test/fixtures/images/undefined.zip".freeze, "test/dummy/test/fixtures/images.yml".freeze, "test/dummy/test/functional/audios_controller_test.rb".freeze, "test/dummy/test/functional/images_controller_test.rb".freeze, "test/dummy/test/functional/main_controller_test.rb".freeze, "test/dummy/test/unit/audio_test.rb".freeze, "test/dummy/test/unit/helpers/audios_helper_test.rb".freeze, "test/dummy/test/unit/helpers/images_helper_test.rb".freeze, "test/dummy/test/unit/helpers/main_helper_test.rb".freeze, "test/dummy/test/unit/image_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end