curses 1.1.0-x64-mingw32 → 1.1.1-x64-mingw32
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 +4 -4
- data/ext/curses/extconf.rb +4 -0
- data/lib/2.2/curses.so +0 -0
- data/lib/2.3/curses.so +0 -0
- data/lib/2.4/curses.so +0 -0
- data/vendor/x64-mingw32/PDCurses/pdcurses.dll +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3db0468e9375ff0cdaf8bc13215fb2e4c6da1cb7
|
4
|
+
data.tar.gz: 6cf2fc46f5af2d0f25afb9c6b128313166027109
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5331c3345fe542390dcf004eca8a91d947fa1dce2348e07193cc5feb5a2892a44930cbc4b580afbf616a40d14d00cfb42c61b930e8eaa925e5beb66bcc296cc
|
7
|
+
data.tar.gz: 42f5361f2668036bbbb4dd3d42caa6c3db270df7f0c340012c2a2653b94c8e63b3aa796095c6f84da6b6703fa4b661ca0ea776d06169a307558ee92755c20706
|
data/ext/curses/extconf.rb
CHANGED
@@ -130,6 +130,10 @@ if header_library
|
|
130
130
|
else
|
131
131
|
warn "unexpected value for --with-curses-version: #{with_curses_version}"
|
132
132
|
end
|
133
|
+
|
134
|
+
if enable_config("pdcurses-wide")
|
135
|
+
$defs << '-DPDC_WIDE'
|
136
|
+
end
|
133
137
|
|
134
138
|
if RUBY_VERSION >= '2.1'
|
135
139
|
create_makefile("curses")
|
data/lib/2.2/curses.so
CHANGED
Binary file
|
data/lib/2.3/curses.so
CHANGED
Binary file
|
data/lib/2.4/curses.so
CHANGED
Binary file
|
Binary file
|