# -*- encoding: utf-8 -*- # stub: bulldog 0.0.14 ruby lib Gem::Specification.new do |s| s.name = "bulldog".freeze s.version = "0.0.14".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["George Ogata".freeze] s.date = "2010-01-19" s.description = "= Bulldog\n\nFlexible file attachments for active record.\n".freeze s.email = "george.ogata@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "DESCRIPTION.txt".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bulldog.gemspec".freeze, "lib/bulldog.rb".freeze, "lib/bulldog/attachment.rb".freeze, "lib/bulldog/attachment/base.rb".freeze, "lib/bulldog/attachment/has_dimensions.rb".freeze, "lib/bulldog/attachment/image.rb".freeze, "lib/bulldog/attachment/maybe.rb".freeze, "lib/bulldog/attachment/none.rb".freeze, "lib/bulldog/attachment/pdf.rb".freeze, "lib/bulldog/attachment/unknown.rb".freeze, "lib/bulldog/attachment/video.rb".freeze, "lib/bulldog/error.rb".freeze, "lib/bulldog/has_attachment.rb".freeze, "lib/bulldog/interpolation.rb".freeze, "lib/bulldog/missing_file.rb".freeze, "lib/bulldog/processor.rb".freeze, "lib/bulldog/processor/argument_tree.rb".freeze, "lib/bulldog/processor/base.rb".freeze, "lib/bulldog/processor/ffmpeg.rb".freeze, "lib/bulldog/processor/image_magick.rb".freeze, "lib/bulldog/processor/one_shot.rb".freeze, "lib/bulldog/reflection.rb".freeze, "lib/bulldog/saved_file.rb".freeze, "lib/bulldog/stream.rb".freeze, "lib/bulldog/style.rb".freeze, "lib/bulldog/style_set.rb".freeze, "lib/bulldog/tempfile.rb".freeze, "lib/bulldog/util.rb".freeze, "lib/bulldog/validations.rb".freeze, "lib/bulldog/vector2.rb".freeze, "rails/init.rb".freeze, "rails/rails.rb".freeze, "script/console".freeze, "spec/data/empty.txt".freeze, "spec/data/test.jpg".freeze, "spec/data/test.mov".freeze, "spec/data/test.ogg".freeze, "spec/data/test.pdf".freeze, "spec/data/test.png".freeze, "spec/data/test2.jpg".freeze, "spec/helpers/image_creation.rb".freeze, "spec/helpers/temporary_directory.rb".freeze, "spec/helpers/temporary_models.rb".freeze, "spec/helpers/temporary_values.rb".freeze, "spec/helpers/test_upload_files.rb".freeze, "spec/helpers/time_travel.rb".freeze, "spec/integration/data/test.jpg".freeze, "spec/integration/lifecycle_hooks_spec.rb".freeze, "spec/integration/processing_image_attachments.rb".freeze, "spec/integration/processing_video_attachments_spec.rb".freeze, "spec/integration/saving_an_attachment_spec.rb".freeze, "spec/matchers/file_operations.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/attachment/base_spec.rb".freeze, "spec/unit/attachment/image_spec.rb".freeze, "spec/unit/attachment/maybe_spec.rb".freeze, "spec/unit/attachment/pdf_spec.rb".freeze, "spec/unit/attachment/video_spec.rb".freeze, "spec/unit/attachment_spec.rb".freeze, "spec/unit/has_attachment_spec.rb".freeze, "spec/unit/interpolation_spec.rb".freeze, "spec/unit/processor/argument_tree_spec.rb".freeze, "spec/unit/processor/ffmpeg_spec.rb".freeze, "spec/unit/processor/image_magick_spec.rb".freeze, "spec/unit/processor/one_shot_spec.rb".freeze, "spec/unit/rails_spec.rb".freeze, "spec/unit/reflection_spec.rb".freeze, "spec/unit/stream_spec.rb".freeze, "spec/unit/style_set_spec.rb".freeze, "spec/unit/style_spec.rb".freeze, "spec/unit/validations_spec.rb".freeze, "spec/unit/vector2_spec.rb".freeze, "tasks/bulldog_tasks.rake".freeze] s.homepage = "http://github.com/oggy/bulldog".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A heavy-duty paperclip. File attachments for ActiveRecord.".freeze s.test_files = ["spec/helpers/image_creation.rb".freeze, "spec/helpers/temporary_directory.rb".freeze, "spec/helpers/temporary_models.rb".freeze, "spec/helpers/temporary_values.rb".freeze, "spec/helpers/test_upload_files.rb".freeze, "spec/helpers/time_travel.rb".freeze, "spec/integration/lifecycle_hooks_spec.rb".freeze, "spec/integration/processing_image_attachments.rb".freeze, "spec/integration/processing_video_attachments_spec.rb".freeze, "spec/integration/saving_an_attachment_spec.rb".freeze, "spec/matchers/file_operations.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/attachment/base_spec.rb".freeze, "spec/unit/attachment/image_spec.rb".freeze, "spec/unit/attachment/maybe_spec.rb".freeze, "spec/unit/attachment/pdf_spec.rb".freeze, "spec/unit/attachment/video_spec.rb".freeze, "spec/unit/attachment_spec.rb".freeze, "spec/unit/has_attachment_spec.rb".freeze, "spec/unit/interpolation_spec.rb".freeze, "spec/unit/processor/argument_tree_spec.rb".freeze, "spec/unit/processor/ffmpeg_spec.rb".freeze, "spec/unit/processor/image_magick_spec.rb".freeze, "spec/unit/processor/one_shot_spec.rb".freeze, "spec/unit/rails_spec.rb".freeze, "spec/unit/reflection_spec.rb".freeze, "spec/unit/stream_spec.rb".freeze, "spec/unit/style_set_spec.rb".freeze, "spec/unit/style_spec.rb".freeze, "spec/unit/validations_spec.rb".freeze, "spec/unit/vector2_spec.rb".freeze] s.specification_version = 3 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