# -*- encoding: utf-8 -*- # stub: magro 0.4.2 ruby lib # stub: ext/magro/extconf.rb Gem::Specification.new do |s| s.name = "magro".freeze s.version = "0.4.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/yoshoku/magro/blob/main/CHANGELOG.md", "documentation_uri" => "https://yoshoku.github.io/magro/doc/", "homepage_uri" => "https://github.com/yoshoku/magro", "source_code_uri" => "https://github.com/yoshoku/magro" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["yoshoku".freeze] s.bindir = "exe".freeze s.date = "2021-01-23" s.description = "Magro is a minimal image processing library for Ruby.\nMagro uses Numo::NArray arrays as image objects and provides basic image processing functions.\nCurrent supporting features are reading and writing JPEG and PNG images,\nimage resizing with bilinear interpolation method, and image filtering.\n".freeze s.email = ["yoshoku@outlook.com".freeze] s.extensions = ["ext/magro/extconf.rb".freeze] s.files = [".coveralls.yml".freeze, ".github/workflows/build.yml".freeze, ".github/workflows/coverage.yml".freeze, ".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "ext/magro/extconf.rb".freeze, "ext/magro/imgrw.c".freeze, "ext/magro/imgrw.h".freeze, "ext/magro/magro.c".freeze, "ext/magro/magro.h".freeze, "lib/magro.rb".freeze, "lib/magro/filter.rb".freeze, "lib/magro/io.rb".freeze, "lib/magro/transform.rb".freeze, "lib/magro/version.rb".freeze, "magro.gemspec".freeze] s.homepage = "https://github.com/yoshoku/magro".freeze s.licenses = ["BSD-3-Clause".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Magro is a minimal image processing library for Ruby.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.9.1".freeze]) end