# -*- encoding: utf-8 -*- # stub: dynamic_paperclip 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "dynamic_paperclip".freeze s.version = "0.0.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 = ["Jim Ryan".freeze] s.date = "2013-11-04" s.description = "Let's your views define attachment styles, and delays processing all the way to the first user who requests it.".freeze s.email = ["jim@room118solutions.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/dynamic_paperclip/attachment_styles_controller.rb".freeze, "lib/dynamic_paperclip.rb".freeze, "lib/dynamic_paperclip/attachment.rb".freeze, "lib/dynamic_paperclip/config.rb".freeze, "lib/dynamic_paperclip/engine.rb".freeze, "lib/dynamic_paperclip/errors.rb".freeze, "lib/dynamic_paperclip/has_attached_file.rb".freeze, "lib/dynamic_paperclip/paperclip_shim.rb".freeze, "lib/dynamic_paperclip/style_naming.rb".freeze, "lib/dynamic_paperclip/url_security.rb".freeze, "lib/dynamic_paperclip/version.rb".freeze, "lib/generators/dynamic_paperclip/install_generator.rb".freeze, "test/controllers/attachment_style_controller_test.rb".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/models/photo.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/dynamic_paperclip.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20131102002336_create_photos.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/system/photos/images/000/000/001/dynamic_42x42/rails.png".freeze, "test/dummy/public/system/photos/images/000/000/001/original/rails.png".freeze, "test/dummy/script/rails".freeze, "test/dynamic_paperclip_test.rb".freeze, "test/fixtures/photos.yml".freeze, "test/fixtures/rails.png".freeze, "test/generators/install_generator_test.rb".freeze, "test/integration/dynamic_attachment_styles_test.rb".freeze, "test/test_helper.rb".freeze, "test/tmp/config/initializers/dynamic_paperclip.rb".freeze, "test/unit/attachment_test.rb".freeze, "test/unit/has_attached_file_test.rb".freeze] s.homepage = "http://github.com/room118solutions/dynamic_paperclip".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Generate Paperclip attachment styles on the fly".freeze s.test_files = ["test/controllers/attachment_style_controller_test.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/models/photo.rb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/dynamic_paperclip.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20131102002336_create_photos.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/system/photos/images/000/000/001/dynamic_42x42/rails.png".freeze, "test/dummy/public/system/photos/images/000/000/001/original/rails.png".freeze, "test/dummy/Rakefile".freeze, "test/dummy/script/rails".freeze, "test/dynamic_paperclip_test.rb".freeze, "test/fixtures/photos.yml".freeze, "test/fixtures/rails.png".freeze, "test/generators/install_generator_test.rb".freeze, "test/integration/dynamic_attachment_styles_test.rb".freeze, "test/test_helper.rb".freeze, "test/tmp/config/initializers/dynamic_paperclip.rb".freeze, "test/unit/attachment_test.rb".freeze, "test/unit/has_attached_file_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["> 3.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end