ncursesw 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- data/extconf.rb +1 -1
- data/lib/{ncurses.rb → ncursesw.rb} +1 -1
- data/ncurses_wrap.c +1 -1
- metadata +3 -3
data/extconf.rb
CHANGED
data/ncurses_wrap.c
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ncursesw
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors: []
|
7
7
|
|
@@ -43,7 +43,7 @@ files:
|
|
43
43
|
- make_dist.rb
|
44
44
|
- ncurses_wrap.c
|
45
45
|
- ncurses_wrap.h
|
46
|
-
- lib/
|
46
|
+
- lib/ncursesw.rb
|
47
47
|
- panel_wrap.c
|
48
48
|
- panel_wrap.h
|
49
49
|
has_rdoc: true
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
requirements: []
|
71
71
|
|
72
72
|
rubyforge_project:
|
73
|
-
rubygems_version: 1.3.
|
73
|
+
rubygems_version: 1.3.3
|
74
74
|
signing_key:
|
75
75
|
specification_version: -1
|
76
76
|
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."
|