# -*- encoding: utf-8 -*- # stub: author_engine 0.3.1 ruby libassets Gem::Specification.new do |s| s.name = "author_engine".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze, "assets".freeze] s.authors = ["Cyberarm".freeze] s.date = "2018-12-22" s.description = "Create arcade style games quickly and easily".freeze s.email = ["matthewlikesrobots@gmail.com".freeze] s.executables = ["author_engine".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "API.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "SAVEFILE.md".freeze, "assets/fonts/Connection.otf".freeze, "assets/fonts/ConnectionBold.otf".freeze, "assets/fonts/README.md".freeze, "assets/fonts/SIL Open Font License.txt".freeze, "assets/ui/bucket_icon.png".freeze, "assets/ui/code_icon.png".freeze, "assets/ui/error_icon.png".freeze, "assets/ui/level_icon.png".freeze, "assets/ui/loading_icon.png".freeze, "assets/ui/lock_icon.png".freeze, "assets/ui/pencil_icon.png".freeze, "assets/ui/play_icon.png".freeze, "assets/ui/sprite_icon.png".freeze, "assets/ui/unlock_icon.png".freeze, "author_engine.gemspec".freeze, "bin/author_engine".freeze, "lib/author_engine.rb".freeze, "lib/author_engine/button.rb".freeze, "lib/author_engine/cli.rb".freeze, "lib/author_engine/code_editor/cursor.rb".freeze, "lib/author_engine/code_editor/highlighting.rb".freeze, "lib/author_engine/collision_detection/collision_detection.rb".freeze, "lib/author_engine/container.rb".freeze, "lib/author_engine/containers/editor.rb".freeze, "lib/author_engine/containers/loader.rb".freeze, "lib/author_engine/game/common/parts/collision_detection.rb".freeze, "lib/author_engine/game/game.rb".freeze, "lib/author_engine/game/gosu/parts/colors.rb".freeze, "lib/author_engine/game/gosu/parts/common.rb".freeze, "lib/author_engine/game/gosu/parts/graphics.rb".freeze, "lib/author_engine/game/gosu/parts/input.rb".freeze, "lib/author_engine/game/opal/exporter.rb".freeze, "lib/author_engine/game/opal/game_runner.rb".freeze, "lib/author_engine/game/opal/parts/colors.rb".freeze, "lib/author_engine/game/opal/parts/common.rb".freeze, "lib/author_engine/game/opal/parts/graphics.rb".freeze, "lib/author_engine/game/opal/parts/input.rb".freeze, "lib/author_engine/image.rb".freeze, "lib/author_engine/level_picker.rb".freeze, "lib/author_engine/opal.rb".freeze, "lib/author_engine/palette.rb".freeze, "lib/author_engine/save_file.rb".freeze, "lib/author_engine/sprite.rb".freeze, "lib/author_engine/sprite_picker.rb".freeze, "lib/author_engine/support.rb".freeze, "lib/author_engine/text.rb".freeze, "lib/author_engine/version.rb".freeze, "lib/author_engine/view.rb".freeze, "lib/author_engine/views/code_editor.rb".freeze, "lib/author_engine/views/level_editor.rb".freeze, "lib/author_engine/views/play_viewer.rb".freeze, "lib/author_engine/views/sprite_editor.rb".freeze, "lib/author_engine/window.rb".freeze, "screenshots/code_editor.png".freeze, "screenshots/play.png".freeze, "screenshots/sprite_editor.png".freeze] s.homepage = "https://github.com/cyberarm/author_engineV2".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A virtual console that you code in Ruby.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.14.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.11.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) end