ncursesw 1.2.4.1 → 1.2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/compat.h +8 -0
- data/form_wrap.c +1 -0
- data/ncurses_wrap.c +1 -0
- data/panel_wrap.c +1 -0
- metadata +5 -4
data/compat.h
ADDED
data/form_wrap.c
CHANGED
data/ncurses_wrap.c
CHANGED
data/panel_wrap.c
CHANGED
metadata
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ncursesw
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.4.
|
4
|
+
version: 1.2.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors: []
|
7
7
|
|
8
8
|
autorequire:
|
9
9
|
bindir:
|
10
10
|
cert_chain:
|
11
|
-
date:
|
11
|
+
date: 2010-11-9 13:45:50 -08:00
|
12
12
|
default_executable:
|
13
13
|
dependencies: []
|
14
14
|
|
15
|
-
description: Hacked up version of ncurses gem that supports wide characters and ruby1.9.
|
15
|
+
description: Hacked up version of ncurses gem that supports wide characters and ruby1.9.2. Original ncurses gem by t-peters@users.berlios.de.
|
16
16
|
email: lanerl@gmail.com
|
17
17
|
executables: []
|
18
18
|
|
@@ -48,6 +48,7 @@ files:
|
|
48
48
|
- panel_wrap.h
|
49
49
|
- menu_wrap.c
|
50
50
|
- menu_wrap.h
|
51
|
+
- compat.h
|
51
52
|
has_rdoc: true
|
52
53
|
homepage: http://ncurses-ruby.berlios.de/
|
53
54
|
licenses: []
|
@@ -72,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
73
|
requirements: []
|
73
74
|
|
74
75
|
rubyforge_project:
|
75
|
-
rubygems_version: 1.3.
|
76
|
+
rubygems_version: 1.3.7
|
76
77
|
signing_key:
|
77
78
|
specification_version: -1
|
78
79
|
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."
|