ncursesw 1.4.6 → 1.4.7
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 -0
- data/ncurses_wrap.c +4 -0
- metadata +2 -2
- 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
|
+
YmY3NzI4YjQyNWIyODE2NDBmNmM0M2M4YjdiNWY2NzE1ZmQ2OTMwYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjJhMDUxZGU0ZDRlYmY3YjM4ZTZiODdlM2RkZjM0M2QzNjU5NTc4OA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NzYzMWFjMWRkZWViYjMzNTE5MzNmNmRmZTNlOWU3OGIzNmVjODViZTI3ZmZh
|
|
10
|
+
YmY3NmQxZmI2YWUyNTkzYTAzZmVlMDU5NTAxNTFmYjFlMzI5Y2NlMzkxMDQx
|
|
11
|
+
N2Y5NThiODQ3NWUzY2ZiMmViNTI4YTg2MDAwMTM1YTAwMzYwM2E=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzFmYjlhZGYwYmRhMmU1YTRkMzAyMzEzMGY5OGM1MjA3OTgyMTMzNzFiMWFm
|
|
14
|
+
NTZkOGNhZWQzOThhZmUzZmU0YTdhNGE0ZmZhOWU0YmM3YTk3NzA5YjFlMGY3
|
|
15
|
+
OWIwMWIyMTU5ZDBmNTZkNTE1MjhiOTc0NjRmY2IzY2NhMjBmZjI=
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/extconf.rb
CHANGED
|
@@ -175,6 +175,11 @@ if have_func("clock_gettime")
|
|
|
175
175
|
$CFLAGS += " -DHAVE_CLOCK_GETTIME"
|
|
176
176
|
end
|
|
177
177
|
|
|
178
|
+
# check if we have sys/time.h, should increase portability
|
|
179
|
+
# https://github.com/sup-heliotrope/ncursesw-ruby/issues/25
|
|
180
|
+
# http://stackoverflow.com/questions/7889678/how-can-adding-a-header-increase-portability-sys-time-h
|
|
181
|
+
have_header("sys/time.h")
|
|
182
|
+
|
|
178
183
|
$CXXFLAGS = $CFLAGS
|
|
179
184
|
|
|
180
185
|
create_makefile('ncursesw_bin')
|
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: 1.4.
|
|
4
|
+
version: 1.4.7
|
|
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-03-
|
|
41
|
+
date: 2014-03-14 00:00:00.000000000 Z
|
|
42
42
|
dependencies: []
|
|
43
43
|
description: Tweaked version of ncursesw from http://ncurses-ruby.berlios.de/.
|
|
44
44
|
email:
|
metadata.gz.sig
CHANGED
|
Binary file
|