# -*- encoding: utf-8 -*- # stub: ncursesw 1.4.4 ruby lib # stub: extconf.rb Gem::Specification.new do |s| s.name = "ncursesw".freeze s.version = "1.4.4".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, "Sup developers".freeze] s.date = "2014-01-27" s.description = "Tweaked version of ncursesw from http://ncurses-ruby.berlios.de/.".freeze s.email = ["sup-talk@rubyforge.org".freeze] s.extensions = ["extconf.rb".freeze] s.files = ["COPYING".freeze, "Changes".freeze, "README".freeze, "THANKS".freeze, "TODO".freeze, "compat.h".freeze, "examples/LICENSES_for_examples".freeze, "examples/example.rb".freeze, "examples/form.rb".freeze, "examples/form2.rb".freeze, "examples/form_get_wch.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, "extconf.rb".freeze, "form_wrap.c".freeze, "form_wrap.h".freeze, "lib/ncurses_sugar.rb".freeze, "lib/ncursesw.rb".freeze, "menu_wrap.c".freeze, "menu_wrap.h".freeze, "ncurses_wrap.c".freeze, "ncurses_wrap.h".freeze, "panel_wrap.c".freeze, "panel_wrap.h".freeze] s.homepage = "http://github.com/sup-heliotrope/ncursesw-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