# -*- encoding: utf-8 -*- # stub: ruby-processing 2.6.8 ruby lib Gem::Specification.new do |s| s.name = "ruby-processing".freeze s.version = "2.6.8".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 Pierronne".freeze, "Martin Prout".freeze] s.date = "2015-04-03" s.description = "\n Ruby-Processing is a Ruby wrapper for the Processing code art framework. It's\n this thin little shim that squeezes between Processing and JRuby, passing\n along some neat goodies like:\n\n * Application exporting of your sketches. Hand them out to your party guests,\n ready-to-run.\n\n * A \"Control Panel\" library, so that you can easily create sliders, buttons,\n checkboxes and drop-down menus, and hook them into your sketch's instance\n variables.\n\n * \"Watch\" mode, where Ruby-Processing keeps an eye on your sketch and reloads\n it from scratch every time you make a change. A pretty nice REPL-ish way\n to work on your Processing sketches.\n\n * Use ruby-gems and or java-libraries to access some pretty cool stuff...\n\n * Hundreds of worked examples are included to get you started\n\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/vecmath/vecmath.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.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.3".freeze]) end