diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-23 15:26:08 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-23 15:26:08 +0000 |
commit | 12a2e17a34e48ceacc6a9bea69c4a85ffcae6019 (patch) | |
tree | a736f567cdb1c62d725c5128a92e663cf5c81bc5 /NEWS | |
parent | f9adadc5e610360850b3a4bd9a43e928d1c78bb1 (diff) |
io/console: fix gem build failure on Windows
* ext/io/console/extconf.rb: fix gem build failure on Windows.
only win32_vk.inc is included in the gem and no dependencies for
the header, so that gperf will not be mandatory.
[ruby-core:72453] [Bug #11866]
* ext/io/console/io-console.gemspec: include depend file and
win32_vk header.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,7 +269,7 @@ with all sufficient information, see the ChangeLog file or Redmine * Fiddle::Function#call releases the GVL. [Feature #11607] * io-console - * Update to io-console 0.4.4, and change the license to BSD 2-clause + * Update to io-console 0.4.5, and change the license to BSD 2-clause "Simplified" License. * lib/base64.rb |