rua 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.txt +1 -1
- data/ext/extconf.rb +1 -0
- data/ext/rua.c +1 -1
- metadata +2 -2
data/README.txt
CHANGED
data/ext/extconf.rb
CHANGED
@@ -2,5 +2,6 @@ require 'mkmf'
|
|
2
2
|
|
3
3
|
dir_config('lua', '/usr/include/lua5.1', '/usr/lib')
|
4
4
|
if have_header('lua.h') and have_header('lualib.h') and have_header('lauxlib.h') and have_library('lua5.1') and have_header('iconv.h') and have_header('errno.h')
|
5
|
+
have_header('iconv')
|
5
6
|
create_makefile('rua')
|
6
7
|
end
|
data/ext/rua.c
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rua
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- winebarrel
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-
|
12
|
+
date: 2008-03-09 00:00:00 +09:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|