# -*- encoding: utf-8 -*- # stub: ncurses-ruby 1.2.1 ruby lib # stub: ext/ncurses/extconf.rb Gem::Specification.new do |s| s.name = "ncurses-ruby".freeze s.version = "1.2.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 = ["Tobias Herzke".freeze, "Simon Kaczor".freeze, "Earle Clubb".freeze] s.date = "2011-05-11" s.description = "This wrapper provides access to the functions, macros, global variables and constants of the ncurses library. These are mapped to a Ruby Module named \"Ncurses\": Functions and external variables are implemented as singleton functions of the Module Ncurses.".freeze s.email = ["t-peters@users.berlios.de".freeze, "skaczor@cox.net".freeze, "eclubb@valcom.com".freeze] s.extensions = ["ext/ncurses/extconf.rb".freeze] s.files = ["COPYING".freeze, "Changes".freeze, "README".freeze, "THANKS".freeze, "TODO".freeze, "examples/LICENSES_for_examples".freeze, "examples/example.rb".freeze, "examples/form.rb".freeze, "examples/form2.rb".freeze, "examples/hello_ncurses.rb".freeze, "examples/rain.rb".freeze, "examples/read_line.rb".freeze, "examples/tclock.rb".freeze, "examples/test_scanw.rb".freeze, "ext/ncurses/extconf.rb".freeze, "ext/ncurses/form_wrap.c".freeze, "ext/ncurses/form_wrap.h".freeze, "ext/ncurses/menu_wrap.c".freeze, "ext/ncurses/menu_wrap.h".freeze, "ext/ncurses/ncurses_wrap.c".freeze, "ext/ncurses/ncurses_wrap.h".freeze, "ext/ncurses/panel_wrap.c".freeze, "ext/ncurses/panel_wrap.h".freeze, "lib/ncurses-ruby/version.rb".freeze, "lib/ncurses.rb".freeze] s.homepage = "http://github.com/eclubb/ncurses-ruby".freeze s.rubygems_version = "3.5.10".freeze s.summary = "This wrapper provides access to the functions, macros, global variables and constants of the ncurses library. These are mapped to a Ruby Module named \"Ncurses\": Functions and external variables are implemented as singleton functions of the Module Ncurses.".freeze end