-
Notifications
You must be signed in to change notification settings - Fork 20
/
ncursesw.gemspec
79 lines (72 loc) · 1.7 KB
/
ncursesw.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
--- !ruby/object:Gem::Specification
name: ncursesw
version: !ruby/object:Gem::Version
version: 1.2.4.3
platform: ruby
authors: []
bindir:
cert_chain:
date: 2010-11-9 13:45:50 -08:00
default_executable:
dependencies: []
description: Hacked up version of ncurses gem that supports wide characters and ruby1.9.2. Original ncurses gem by [email protected].
email: [email protected]
executables: []
extensions:
- extconf.rb
extra_rdoc_files: []
files:
- Changes
- COPYING
- MANIFEST
- README
- THANKS
- TODO
- VERSION
- examples/example.rb
- examples/form.rb
- examples/form2.rb
- examples/hello_ncurses.rb
- examples/LICENSES_for_examples
- examples/rain.rb
- examples/tclock.rb
- examples/read_line.rb
- examples/test_scanw.rb
- extconf.rb
- form_wrap.c
- form_wrap.h
- make_dist.rb
- ncurses_wrap.c
- ncurses_wrap.h
- lib/ncursesw.rb
- panel_wrap.c
- panel_wrap.h
- menu_wrap.c
- menu_wrap.h
- compat.h
has_rdoc: true
homepage: http://ncurses-ruby.berlios.de/
licenses: []
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">"
- !ruby/object:Gem::Version
version: 0.0.0
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []
rubyforge_project:
rubygems_version: 1.3.3
signing_key:
specification_version: -1
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."
test_files: []