groonga 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/rb-grn.h +1 -1
- data/extconf.rb +1 -1
- data/html/index.html +1 -1
- metadata +2 -2
data/ext/rb-grn.h
CHANGED
data/extconf.rb
CHANGED
@@ -97,7 +97,7 @@ def install_groonga_locally(major, minor, micro)
|
|
97
97
|
groonga_source_dir = "groonga-#{major}.#{minor}.#{micro}"
|
98
98
|
Dir.chdir(groonga_source_dir) do
|
99
99
|
message("configuring...")
|
100
|
-
if xsystem("./configure CFLAGS='-g -O0' --prefix=#{Shellwords.escape(
|
100
|
+
if xsystem("./configure CFLAGS='-g -O0' --prefix=#{Shellwords.escape(local_groonga_install_dir)}")
|
101
101
|
message(" done\n")
|
102
102
|
else
|
103
103
|
message(" failed\n")
|
data/html/index.html
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: groonga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-07-
|
12
|
+
date: 2009-07-19 00:00:00 +09:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|