--- !ruby/object:Gem::Specification name: minigl version: !ruby/object:Gem::Version version: 2.0.9 platform: ruby authors: - Victor David Santos autorequire: bindir: bin cert_chain: [] date: 2018-03-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: gosu requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.7' description: A minimal 2D Game Library built on top of the Gosu gem. email: victordavidsantos@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - lib/minigl.rb - lib/minigl/forms.rb - lib/minigl/game_object.rb - lib/minigl/global.rb - lib/minigl/map.rb - lib/minigl/movement.rb - lib/minigl/text.rb - test/data/font/font1.ttf - test/data/img/barbg.png - test/data/img/barbg.svg - test/data/img/barfg.png - test/data/img/barfg.svg - test/data/img/btn.png - test/data/img/check.png - test/data/img/image.png - test/data/img/img1.png - test/data/img/square.png - test/data/img/square.svg - test/data/img/square2.png - test/data/img/square2.svg - test/data/img/square3.png - test/data/img/square3.svg - test/data/img/sub/image.png - test/data/img/text.png - test/data/img/tile1.png - test/data/img/tile1.svg - test/data/img/tile1b.png - test/data/img/tile2.png - test/data/img/tile2.svg - test/data/img/tile2b.png - test/data/sound/1.wav - test/data/tileset/tileset1.png - test/game.rb - test/game_object_tests.rb - test/iso_game.rb - test/map_tests.rb - test/mov_game.rb - test/movement_tests.rb - test/res_tests.rb - test/test.png - test/vector_tests.rb homepage: https://github.com/victords/minigl licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: MiniGL test_files: - test/iso_game.rb - test/game.rb - test/mov_game.rb - test/game_object_tests.rb - test/res_tests.rb - test/movement_tests.rb - test/vector_tests.rb - test/map_tests.rb - test/test.png - test/data/font/font1.ttf - test/data/sound/1.wav - test/data/tileset/tileset1.png - test/data/img/check.png - test/data/img/image.png - test/data/img/square3.png - test/data/img/square.svg - test/data/img/tile2b.png - test/data/img/square3.svg - test/data/img/text.png - test/data/img/img1.png - test/data/img/barfg.svg - test/data/img/barbg.svg - test/data/img/tile2.png - test/data/img/square2.svg - test/data/img/square2.png - test/data/img/tile2.svg - test/data/img/square.png - test/data/img/barbg.png - test/data/img/tile1b.png - test/data/img/btn.png - test/data/img/barfg.png - test/data/img/tile1.svg - test/data/img/tile1.png - test/data/img/sub/image.png