ferret 0.11.1 → 0.11.2

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 (3) hide show
  1. data/ext/extconf.rb +5 -2
  2. data/lib/ferret_version.rb +1 -1
  3. metadata +4 -4
data/ext/extconf.rb CHANGED
@@ -3,9 +3,12 @@ if (/mswin/ =~ RUBY_PLATFORM) and ENV['make'].nil?
3
3
  require 'mkmf'
4
4
  $LIBS += " msvcprt.lib"
5
5
  create_makefile("ferret_ext")
6
- else
6
+ elsif ENV['FERRET_DEV']
7
7
  require 'mkmf'
8
- #$CFLAGS += " -fno-common"
9
8
  $CFLAGS += " -fno-stack-protector -fno-common -D_FILE_OFFSET_BITS=64"
10
9
  create_makefile("ferret_ext")
10
+ else
11
+ require 'mkmf'
12
+ $CFLAGS += " -D_FILE_OFFSET_BITS=64"
13
+ create_makefile("ferret_ext")
11
14
  end
@@ -1,3 +1,3 @@
1
1
  module Ferret
2
- VERSION = '0.11.1'
2
+ VERSION = '0.11.2'
3
3
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: ferret
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.11.1
7
- date: 2007-02-27 00:00:00 +11:00
6
+ version: 0.11.2
7
+ date: 2007-02-28 00:00:00 +11:00
8
8
  summary: Ruby indexing library.
9
9
  require_paths:
10
10
  - lib
@@ -36,7 +36,6 @@ files:
36
36
  - TODO
37
37
  - MIT-LICENSE
38
38
  - README
39
- - ext/q_multi_term.c
40
39
  - ext/r_qparser.c
41
40
  - ext/r_utils.c
42
41
  - ext/r_analysis.c
@@ -45,6 +44,7 @@ files:
45
44
  - ext/r_index.c
46
45
  - ext/ferret.h
47
46
  - ext/r_store.c
47
+ - ext/q_multi_term.c
48
48
  - ext/hashset.c
49
49
  - ext/q_match_all.c
50
50
  - ext/bitvector.c
@@ -203,8 +203,8 @@ files:
203
203
  - test/unit/store/tm_store.rb
204
204
  - test/threading/thread_safety_index_test.rb
205
205
  - test/threading/thread_safety_test.rb
206
- - test/threading/number_to_spoken.rb
207
206
  - test/threading/thread_safety_read_write_test.rb
207
+ - test/threading/number_to_spoken.rb
208
208
  test_files: []
209
209
 
210
210
  rdoc_options: