# -*- encoding: utf-8 -*- # stub: gosu-examples 1.0.7 ruby lib Gem::Specification.new do |s| s.name = "gosu-examples".freeze s.version = "1.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Julian Raschke".freeze] s.date = "2023-11-03" s.description = "The `gosu-examples` tool provides an easy way to run and inspect example games written for the Gosu game development library.".freeze s.email = "julian@raschke.de".freeze s.executables = ["gosu-examples".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "bin/gosu-examples".freeze, "examples/chipmunk_and_rmagick.rb".freeze, "examples/chipmunk_integration.rb".freeze, "examples/cptn_ruby.rb".freeze, "examples/media/beep.wav".freeze, "examples/media/cptn_ruby.png".freeze, "examples/media/cptn_ruby_map.txt".freeze, "examples/media/earth.png".freeze, "examples/media/explosion.wav".freeze, "examples/media/gem.png".freeze, "examples/media/header@2x.psd".freeze, "examples/media/landscape.svg".freeze, "examples/media/large_star.png".freeze, "examples/media/smoke.png".freeze, "examples/media/soldier.png".freeze, "examples/media/space.png".freeze, "examples/media/star.png".freeze, "examples/media/starfighter.bmp".freeze, "examples/media/tileset.png".freeze, "examples/opengl_integration.rb".freeze, "examples/rmagick_integration.rb".freeze, "examples/text_input.rb".freeze, "examples/tutorial.rb".freeze, "examples/welcome.rb".freeze, "lib/gosu-examples/example.rb".freeze, "lib/gosu-examples/sidebar.rb".freeze] s.homepage = "http://www.libgosu.org/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby examples for the Gosu library".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) end