# -*- encoding: utf-8 -*- # stub: glfw 1.0.1 ruby lib # stub: ext/glfw/extconf.rb Gem::Specification.new do |s| s.name = "glfw".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Eric Freed".freeze] s.bindir = "exe".freeze s.date = "2019-04-20" s.description = "This is a Ruby C-extension that for the excellent GLFW library. Unlike other bindings, this gem goes beyond just providing a 1:1 wrapper of the functions, and has been organized to be used in a more object-oriented, Ruby way. Being statically linked with the included object file during compilation alleviates any headaches with regards to versioning or dependencies, as none are required for this gem".freeze s.email = ["efreed09@gmail.com".freeze] s.extensions = ["ext/glfw/extconf.rb".freeze] s.files = [".gitignore".freeze, ".idea/glfw.iml".freeze, ".idea/misc.xml".freeze, ".idea/modules.xml".freeze, ".idea/workspace.xml".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "Makefile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "ext/glfw/common.h".freeze, "ext/glfw/cursor.c".freeze, "ext/glfw/cursor.h".freeze, "ext/glfw/extconf.rb".freeze, "ext/glfw/glfw.c".freeze, "ext/glfw/glfw.h".freeze, "ext/glfw/glfw3.h".freeze, "ext/glfw/glfw3native.h".freeze, "ext/glfw/image.c".freeze, "ext/glfw/image.h".freeze, "ext/glfw/monitor.c".freeze, "ext/glfw/monitor.h".freeze, "ext/glfw/video_mode.c".freeze, "ext/glfw/video_mode.h".freeze, "ext/glfw/vulkan.c".freeze, "ext/glfw/vulkan.h".freeze, "ext/glfw/window.c".freeze, "ext/glfw/window.h".freeze, "glfw-icon.png".freeze, "glfw.gemspec".freeze, "lib/glfw.rb".freeze, "lib/glfw/version.rb".freeze] s.homepage = "https://github.com/ForeverZer0/glfw".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop. It provides a simple API for creating windows, contexts and surfaces, receiving input and events.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) end