# -*- encoding: utf-8 -*- # stub: chunky_png 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "chunky_png".freeze s.version = "0.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Willem van Bergen".freeze] s.date = "2010-01-13" s.description = "Pure ruby library for read/write, chunk-level access to PNG files".freeze s.email = ["willem@railsdoctors.com".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "chunky_png.gemspec".freeze, "lib/chunky_png.rb".freeze, "lib/chunky_png/chunk.rb".freeze, "lib/chunky_png/datastream.rb".freeze, "lib/chunky_png/image.rb".freeze, "lib/chunky_png/palette.rb".freeze, "lib/chunky_png/pixel.rb".freeze, "lib/chunky_png/pixel_matrix.rb".freeze, "lib/chunky_png/pixel_matrix/decoding.rb".freeze, "lib/chunky_png/pixel_matrix/encoding.rb".freeze, "lib/chunky_png/pixel_matrix/operations.rb".freeze, "spec/integration/image_spec.rb".freeze, "spec/resources/16x16_interlaced.png".freeze, "spec/resources/16x16_non_interlaced.png".freeze, "spec/resources/adam7.png".freeze, "spec/resources/gray_10x10.png".freeze, "spec/resources/gray_10x10_grayscale.png".freeze, "spec/resources/gray_10x10_grayscale_alpha.png".freeze, "spec/resources/gray_10x10_indexed.png".freeze, "spec/resources/gray_10x10_truecolor.png".freeze, "spec/resources/gray_10x10_truecolor_alpha.png".freeze, "spec/resources/operations.png".freeze, "spec/resources/pixelstream.rgb".freeze, "spec/resources/pixelstream_reference.png".freeze, "spec/resources/transparent_gray_10x10.png".freeze, "spec/spec_helper.rb".freeze, "spec/unit/decoding_spec.rb".freeze, "spec/unit/encoding_spec.rb".freeze, "spec/unit/pixel_matrix_spec.rb".freeze, "spec/unit/pixel_spec.rb".freeze, "tasks/github-gem.rake".freeze] s.homepage = "http://wiki.github.com/wvanbergen/chunky_png".freeze s.rdoc_options = ["--title".freeze, "chunky_png".freeze, "--main".freeze, "README.rdoc".freeze, "--line-numbers".freeze, "--inline-source".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Pure ruby library for read/write, chunk-level access to PNG files".freeze s.test_files = ["spec/unit/encoding_spec.rb".freeze, "spec/integration/image_spec.rb".freeze, "spec/unit/decoding_spec.rb".freeze, "spec/unit/pixel_spec.rb".freeze, "spec/unit/pixel_matrix_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) end