groonga 0.0.3 → 0.0.4

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/ext/rb-grn.h +1 -1
  2. data/extconf.rb +1 -1
  3. data/html/index.html +1 -1
  4. metadata +2 -2
data/ext/rb-grn.h CHANGED
@@ -65,7 +65,7 @@ RB_GRN_BEGIN_DECLS
65
65
 
66
66
  #define RB_GRN_MAJOR_VERSION 0
67
67
  #define RB_GRN_MINOR_VERSION 0
68
- #define RB_GRN_MICRO_VERSION 3
68
+ #define RB_GRN_MICRO_VERSION 4
69
69
 
70
70
  typedef int rb_grn_boolean;
71
71
  #define RB_GRN_FALSE (0)
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(install_dir)}")
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
@@ -42,7 +42,7 @@
42
42
 
43
43
  <h3>Ruby/groongaの最新リリース</h3>
44
44
  <p>
45
- 2009-06-04にリリースされた0.0.2が最新です。
45
+ 2009-07-18にリリースされた0.0.3が最新です。
46
46
  </p>
47
47
 
48
48
  <h3 id="install-ruby-groonga">Ruby/groongaのインストール</h3>
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.3
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-18 00:00:00 +09:00
12
+ date: 2009-07-19 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies: []
15
15