rua 0.4.0 → 0.4.1

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.
Files changed (4) hide show
  1. data/README.txt +1 -1
  2. data/ext/extconf.rb +1 -0
  3. data/ext/rua.c +1 -1
  4. metadata +2 -2
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  = Rua
2
2
 
3
- Copyright (c) 2007 SUGAWARA Genki <sgwr_dts@yahoo.co.jp>
3
+ Copyright (c) 2007,2008 SUGAWARA Genki <sgwr_dts@yahoo.co.jp>
4
4
 
5
5
  == Description
6
6
 
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
@@ -21,7 +21,7 @@ __declspec(dllexport) void Init_rua(void);
21
21
 
22
22
  #include "rua.h"
23
23
 
24
- #define VERSION "0.4.0"
24
+ #define VERSION "0.4.1"
25
25
  #define REF_RBOBJ "self"
26
26
 
27
27
  #define ICONV_JIS "ISO-2022-JP"
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.0
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-01-09 00:00:00 +09:00
12
+ date: 2008-03-09 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies: []
15
15