ncursesw 1.4.5 → 1.4.6
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.
- checksums.yaml +8 -8
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/extconf.rb +5 -5
- metadata +4 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjVhMTFjNzI3YzQwYWNjNTRjZGY3N2M1ZDU0M2FiOGM5N2I1ODE2ZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Nzc4ZDJhNzg1ZTJmYjQzNjhhNGY3ZGQ3ZGQxZWNjMDBkNjYzMTBhNA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTE2OWM0ZDlhODRiODBhNTAwZWEwZGJkYmQ0NWNjYjZlMDkzNGEyYmM2ZGY2
|
|
10
|
+
ZjRiNjFkMmYzMTQ3N2ZhNDJiODExZjM5MGIxZGY1OTVmZGEwYTUyNjdlM2My
|
|
11
|
+
ODQxNzUyN2Q2ODVlZmE3YTA1ZTJkNmE1MDZhZjM2MzU5ZGUxZDI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDc3NDAwM2EwYTQ2OTc2OWE0ZTRmN2Y2YTA2ZjdkY2RmMjgyNjgyYzY5NDYy
|
|
14
|
+
NGY5NDI2MTYwNDc0OTlmNjJjZjk0NDdhNzVkN2I3OTI3ZWEyMWJkNzU4Zjgx
|
|
15
|
+
NDdlZWEyY2QwMTFhNWNjYWYxYmMzMDQwODc3MjQyMDExNWVjYzU=
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/extconf.rb
CHANGED
|
@@ -109,10 +109,13 @@ have_func("wcolor_set")
|
|
|
109
109
|
have_func("getattrs")
|
|
110
110
|
|
|
111
111
|
puts "checking for ncursesw (wide char) functions..."
|
|
112
|
-
if not have_func("wget_wch")
|
|
113
|
-
|
|
112
|
+
if not (have_func("wget_wch") and
|
|
113
|
+
have_func("add_wch") and
|
|
114
|
+
have_func("get_wch"))
|
|
115
|
+
raise "no wget_wch, add_wch and/or get_wch found."
|
|
114
116
|
end
|
|
115
117
|
|
|
118
|
+
|
|
116
119
|
puts "checking which debugging functions to wrap..."
|
|
117
120
|
have_func("_tracef")
|
|
118
121
|
have_func("_tracedump")
|
|
@@ -148,9 +151,6 @@ if have_library("formw", "form_driver_w")
|
|
|
148
151
|
$CFLAGS += " -DHAVE_FORM_DRIVER_W"
|
|
149
152
|
end
|
|
150
153
|
|
|
151
|
-
have_func("add_wch")
|
|
152
|
-
have_func("get_wch")
|
|
153
|
-
|
|
154
154
|
puts "checking for the menu library..."
|
|
155
155
|
if have_header("menu.h")
|
|
156
156
|
have_library("menu", "new_menu")
|
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: 1.4.
|
|
4
|
+
version: 1.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias Herzke
|
|
@@ -38,7 +38,7 @@ cert_chain:
|
|
|
38
38
|
ZUw2TWhhNApoRmMyeUFOQmo4dm9hWTVDNzRDZzJWcUV4dGNuU2F4VXRXOXdD
|
|
39
39
|
NHc1aE9sZzBBVmZiMUpXemc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0t
|
|
40
40
|
Cg==
|
|
41
|
-
date: 2014-
|
|
41
|
+
date: 2014-03-11 00:00:00.000000000 Z
|
|
42
42
|
dependencies: []
|
|
43
43
|
description: Tweaked version of ncursesw from http://ncurses-ruby.berlios.de/.
|
|
44
44
|
email:
|
|
@@ -76,7 +76,8 @@ files:
|
|
|
76
76
|
- panel_wrap.c
|
|
77
77
|
- panel_wrap.h
|
|
78
78
|
homepage: http://github.com/sup-heliotrope/ncursesw-ruby
|
|
79
|
-
licenses:
|
|
79
|
+
licenses:
|
|
80
|
+
- LGPL-2.1
|
|
80
81
|
metadata: {}
|
|
81
82
|
post_install_message:
|
|
82
83
|
rdoc_options: []
|
metadata.gz.sig
CHANGED
|
Binary file
|