# -*- encoding: utf-8 -*- # stub: libtcod 0.0.9 ruby lib Gem::Specification.new do |s| s.name = "libtcod".freeze s.version = "0.0.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jaiden Mispy".freeze] s.date = "2013-12-21" s.description = "Ruby bindings for the libtcod roguelike library".freeze s.email = ["mispy@staff.draftable.com".freeze] s.executables = ["libtcod-ruby-test".freeze, "oryx_tiles.png".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/libtcod-ruby-test".freeze, "bin/oryx_tiles.png".freeze, "clib/amd64/libSDL.dylib".freeze, "clib/amd64/libSDL.so".freeze, "clib/amd64/libtcod.dylib".freeze, "clib/amd64/libtcod.so".freeze, "clib/i686/SDL.dll".freeze, "clib/i686/libSDL.dylib".freeze, "clib/i686/libSDL.so".freeze, "clib/i686/libtcod-mingw.dll".freeze, "clib/i686/libtcod.dylib".freeze, "clib/i686/libtcod.so".freeze, "examples/python_tutorial_part_1/arial10x10.png".freeze, "examples/python_tutorial_part_1/main.rb".freeze, "examples/python_tutorial_part_1/terminal.png".freeze, "examples/tile_demo/oryx_tiles.png".freeze, "examples/tile_demo/tile_demo.rb".freeze, "lib/libtcod.rb".freeze, "lib/libtcod/bindings.rb".freeze, "lib/libtcod/color_consts.rb".freeze, "lib/libtcod/console.rb".freeze, "lib/libtcod/consts.rb".freeze, "lib/libtcod/map.rb".freeze, "lib/libtcod/struct.rb".freeze, "lib/libtcod/system.rb".freeze, "lib/libtcod/version.rb".freeze, "libtcod.gemspec".freeze, "terminal.png".freeze, "test/color.rb".freeze, "test/console.rb".freeze, "test/helpers.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for the libtcod roguelike library".freeze s.test_files = ["test/color.rb".freeze, "test/console.rb".freeze, "test/helpers.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end