# -*- encoding: utf-8 -*- # stub: ruby-vips 2.2.2 ruby lib Gem::Specification.new do |s| s.name = "ruby-vips".freeze s.version = "2.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/libvips/ruby-vips/issues", "changelog_uri" => "https://github.com/libvips/ruby-vips/blob/master/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/ruby-vips", "homepage_uri" => "http://github.com/libvips/ruby-vips", "msys2_mingw_dependencies" => "libvips", "source_code_uri" => "https://github.com/libvips/ruby-vips" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["John Cupitt".freeze] s.date = "2024-07-17" s.description = "ruby-vips is a binding for the libvips image processing library. It is fast \n and it can process large images without loading the whole image in memory.".freeze s.email = ["jcupitt@gmail.com".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze, "TODO".freeze] s.files = [".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/dependabot.yml".freeze, ".github/workflows/test.yml".freeze, ".gitignore".freeze, ".standard.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION".freeze, "example/annotate.rb".freeze, "example/connection.rb".freeze, "example/daltonize8.rb".freeze, "example/draw_lines.rb".freeze, "example/example1.rb".freeze, "example/example2.rb".freeze, "example/example3.rb".freeze, "example/example4.rb".freeze, "example/example5.rb".freeze, "example/inheritance_with_refcount.rb".freeze, "example/progress.rb".freeze, "example/revalidate.rb".freeze, "example/thumb.rb".freeze, "example/trim8.rb".freeze, "example/watermark.rb".freeze, "example/wobble.rb".freeze, "lib/ruby-vips.rb".freeze, "lib/vips.rb".freeze, "lib/vips/access.rb".freeze, "lib/vips/align.rb".freeze, "lib/vips/angle.rb".freeze, "lib/vips/angle45.rb".freeze, "lib/vips/bandformat.rb".freeze, "lib/vips/blend_mode.rb".freeze, "lib/vips/coding.rb".freeze, "lib/vips/compass_direction.rb".freeze, "lib/vips/connection.rb".freeze, "lib/vips/direction.rb".freeze, "lib/vips/extend.rb".freeze, "lib/vips/gobject.rb".freeze, "lib/vips/gvalue.rb".freeze, "lib/vips/image.rb".freeze, "lib/vips/interesting.rb".freeze, "lib/vips/interpolate.rb".freeze, "lib/vips/interpretation.rb".freeze, "lib/vips/kernel.rb".freeze, "lib/vips/methods.rb".freeze, "lib/vips/mutableimage.rb".freeze, "lib/vips/object.rb".freeze, "lib/vips/operation.rb".freeze, "lib/vips/operationboolean.rb".freeze, "lib/vips/operationcomplex.rb".freeze, "lib/vips/operationcomplex2.rb".freeze, "lib/vips/operationcomplexget.rb".freeze, "lib/vips/operationmath.rb".freeze, "lib/vips/operationmath2.rb".freeze, "lib/vips/operationrelational.rb".freeze, "lib/vips/operationround.rb".freeze, "lib/vips/region.rb".freeze, "lib/vips/size.rb".freeze, "lib/vips/source.rb".freeze, "lib/vips/sourcecustom.rb".freeze, "lib/vips/target.rb".freeze, "lib/vips/targetcustom.rb".freeze, "lib/vips/version.rb".freeze, "ruby-vips.gemspec".freeze] s.homepage = "http://github.com/libvips/ruby-vips".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A fast image processing library with low memory needs".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.12".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.11".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0".freeze, "< 3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end