# -*- encoding: utf-8 -*-
# stub: image-file 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "image-file".freeze
  s.version = "0.1.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Kenta Murata".freeze]
  s.date = "2010-12-17"
  s.description = "A library for handling image files".freeze
  s.email = "mrkn@mrkn.jp".freeze
  s.files = [".autotest".freeze, ".document".freeze, ".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "History.markdown".freeze, "License.txt".freeze, "README.markdown".freeze, "Rakefile".freeze, "autotest/discover.rb".freeze, "examples/pdf.rb".freeze, "ext/image_file/depend".freeze, "ext/image_file/extconf.rb".freeze, "ext/image_file/image.c".freeze, "ext/image_file/image_file.c".freeze, "ext/image_file/internal.h".freeze, "ext/image_file/jpeg_reader.c".freeze, "image-file.gemspec".freeze, "lib/.gitignore".freeze, "lib/image_file/version.rb".freeze, "pkg/.gitignore".freeze, "spec/image_file/image_spec.rb".freeze, "spec/image_file/jpeg_reader_spec.rb".freeze, "spec/image_file_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/recompile_cat.jpg".freeze, "spec/support/recompile_cat.png".freeze, "spec/support/recompile_cat_CMYK.jpg".freeze, "tmp/.gitignore".freeze]
  s.homepage = "http://github.com/mrkn/image-file".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "image-file-0.1.0".freeze
  s.test_files = ["spec/image_file/image_spec.rb".freeze, "spec/image_file/jpeg_reader_spec.rb".freeze, "spec/image_file_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/recompile_cat.jpg".freeze, "spec/support/recompile_cat.png".freeze, "spec/support/recompile_cat_CMYK.jpg".freeze]
end