# -*- encoding: utf-8 -*- # stub: ruby-processing 2.6.15 ruby lib Gem::Specification.new do |s| s.name = "ruby-processing".freeze s.version = "2.6.15".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeremy Ashkenas".freeze, "Peter Gassner Martin Stannard Andrew Nanton".freeze, "Marc Chung".freeze, "Peter Krenn".freeze, "Florian Jenett".freeze, "Andreas Haller".freeze, "Juris".freeze, "Galang Guillaume Pierronnet".freeze, "Martin Prout".freeze] s.date = "2015-08-21" s.description = " Ruby-Processing is a ruby wrapper for the processing-2.0 art framework.\n This version supports processing-2.2.1, and uses jruby-complete-1.7.22 or an \n installed jruby as the glue between ruby and java. Use both processing \n libraries and ruby gems in your sketches. The \"watch\" mode, provides a \n nice REPL-ish way to work on your processing sketches. \n".freeze s.email = "jeremy@ashkenas.com".freeze s.executables = ["rp5".freeze] s.files = ["bin/rp5".freeze, "lib/rpextras.jar".freeze, "lib/ruby-processing.rb".freeze, "lib/ruby-processing/app.rb".freeze, "lib/ruby-processing/config.rb".freeze, "lib/ruby-processing/exporters/application_exporter.rb".freeze, "lib/ruby-processing/exporters/base_exporter.rb".freeze, "lib/ruby-processing/exporters/creator.rb".freeze, "lib/ruby-processing/helper_methods.rb".freeze, "lib/ruby-processing/helpers/camel_string.rb".freeze, "lib/ruby-processing/helpers/numeric.rb".freeze, "lib/ruby-processing/helpers/range.rb".freeze, "lib/ruby-processing/helpers/string_extra.rb".freeze, "lib/ruby-processing/library_loader.rb".freeze, "lib/ruby-processing/runner.rb".freeze, "lib/ruby-processing/runners/base.rb".freeze, "lib/ruby-processing/runners/live.rb".freeze, "lib/ruby-processing/runners/run.rb".freeze, "lib/ruby-processing/runners/watch.rb".freeze, "lib/ruby-processing/version.rb".freeze, "lib/templates/application/Contents/Info.plist.erb".freeze, "lib/templates/application/Contents/MacOS/JavaApplicationStub".freeze, "lib/templates/application/Contents/PkgInfo".freeze, "lib/templates/application/Contents/Resources/sketch.icns".freeze, "lib/templates/application/lib/MANIFEST.MF".freeze, "lib/templates/application/lib/args.txt.erb".freeze, "lib/templates/application/lib/library/library.txt".freeze, "lib/templates/application/run.erb".freeze, "lib/templates/application/run.exe".freeze, "lib/templates/create/blank_sketch.rb.erb".freeze, "lib/templates/create/p3d_sketch.rb.erb".freeze, "library/boids/boids.rb".freeze, "library/control_panel/control_panel.rb".freeze, "library/fastmath/fastmath.rb".freeze, "library/file_chooser/file_chooser.rb".freeze, "library/library_proxy/README.md".freeze, "library/library_proxy/library_proxy.rb".freeze, "library/vecmath/vecmath.rb".freeze, "library/video_event/video_event.rb".freeze, "vendors/Rakefile".freeze] s.homepage = "http://wiki.github.com/jashkenas/ruby-processing".freeze s.licenses = ["MIT".freeze] s.post_install_message = "Use 'rp5 setup install' to install jruby-complete, and 'rp5 setup check' to check config.".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.requirements = ["A decent graphics card".freeze, "java runtime >= 1.7+".freeze, "processing = 2.2.1".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Code as Art, Art as Code. Processing and Ruby are meant for each other.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.3".freeze]) end