# -*- encoding: utf-8 -*- # stub: processing 1.1 ruby lib Gem::Specification.new do |s| s.name = "processing".freeze s.version = "1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["xordog".freeze] s.date = "2024-07-05" s.description = "Creative Coding Framework has API compatible to Processing or p5.js.".freeze s.email = "xordog@gmail.com".freeze s.files = [".github/workflows/release-gem.yml".freeze, ".github/workflows/tag.yml".freeze, ".github/workflows/test-draw.yml".freeze, ".github/workflows/test.yml".freeze, ".github/workflows/utils.rb".freeze, ".gitignore".freeze, ".yardopts".freeze, "ChangeLog.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "examples/breakout.rb".freeze, "examples/camera.rb".freeze, "examples/clock.rb".freeze, "examples/delay_camera.rb".freeze, "examples/filter.rb".freeze, "examples/hello.rb".freeze, "examples/image.rb".freeze, "examples/shake.rb".freeze, "examples/shapes.rb".freeze, "lib/processing.rb".freeze, "lib/processing/all.rb".freeze, "lib/processing/app.rb".freeze, "lib/processing/capture.rb".freeze, "lib/processing/context.rb".freeze, "lib/processing/events.rb".freeze, "lib/processing/extension.rb".freeze, "lib/processing/font.rb".freeze, "lib/processing/graphics.rb".freeze, "lib/processing/graphics_context.rb".freeze, "lib/processing/image.rb".freeze, "lib/processing/shader.rb".freeze, "lib/processing/shape.rb".freeze, "lib/processing/svg.rb".freeze, "lib/processing/touch.rb".freeze, "lib/processing/vector.rb".freeze, "lib/processing/window.rb".freeze, "processing.gemspec".freeze, "test/browser.rb".freeze, "test/helper.rb".freeze, "test/test_capture.rb".freeze, "test/test_color.rb".freeze, "test/test_font.rb".freeze, "test/test_graphics.rb".freeze, "test/test_graphics_context.rb".freeze, "test/test_image.rb".freeze, "test/test_shader.rb".freeze, "test/test_shape.rb".freeze, "test/test_svg.rb".freeze, "test/test_text_bounds.rb".freeze, "test/test_touch.rb".freeze, "test/test_utility.rb".freeze, "test/test_vector.rb".freeze] s.homepage = "https://github.com/xord/processing".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Processing compatible Creative Coding Framework.".freeze s.test_files = ["test/browser.rb".freeze, "test/helper.rb".freeze, "test/test_capture.rb".freeze, "test/test_color.rb".freeze, "test/test_font.rb".freeze, "test/test_graphics.rb".freeze, "test/test_graphics_context.rb".freeze, "test/test_image.rb".freeze, "test/test_shader.rb".freeze, "test/test_shape.rb".freeze, "test/test_svg.rb".freeze, "test/test_text_bounds.rb".freeze, "test/test_touch.rb".freeze, "test/test_utility.rb".freeze, "test/test_vector.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) end