whistlepig 0.4 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +2 -2
  2. data/ext/whistlepig/entry.h +2 -2
  3. metadata +26 -39
data/README CHANGED
@@ -8,7 +8,7 @@ the frills, Whistlepig may be for you.
8
8
  Whistlepig is written in ANSI C99. It currently provides a C API and Ruby
9
9
  bindings.
10
10
 
11
- Latest version: 0.2, released 2011-02-09.
11
+ Latest version: 0.5, released 2011-04-17.
12
12
  Status: alpha
13
13
  News: http://all-thing.net/label/whistlepig/
14
14
  Homepage: http://masanjin.net/whistlepig/
@@ -16,7 +16,7 @@ Latest version: 0.2, released 2011-02-09.
16
16
 
17
17
  = Getting it
18
18
 
19
- Tarball: http://masanjin.net/whistlepig/whistlepig-0.2.tar.gz
19
+ Tarball: http://masanjin.net/whistlepig/whistlepig-0.5.tar.gz
20
20
  Rubygem: gem install whistlepig
21
21
  Git: git clone git://github.com/wmorgan/whistlepig.git
22
22
 
@@ -15,8 +15,8 @@
15
15
  #include "khash.h"
16
16
 
17
17
  typedef struct posarray {
18
- uint16_t size;
19
- uint16_t next;
18
+ uint32_t size;
19
+ uint32_t next;
20
20
  pos_t* data;
21
21
  } posarray;
22
22
 
metadata CHANGED
@@ -1,33 +1,29 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: whistlepig
3
- version: !ruby/object:Gem::Version
4
- hash: 3
5
- prerelease: false
6
- segments:
7
- - 0
8
- - 4
9
- version: "0.4"
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.5'
5
+ prerelease:
10
6
  platform: ruby
11
- authors:
7
+ authors:
12
8
  - William Morgan
13
9
  autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
-
17
- date: 2011-02-24 20:00:14 -08:00
12
+ date: 2011-04-17 10:38:06.000000000 -07:00
18
13
  default_executable:
19
14
  dependencies: []
20
-
21
- description: Whistlepig is a minimalist realtime full-text search index. Its goal is to be as small and minimally-featured as possible, while still remaining useful, performant and scalable to large corpora. If you want realtime full-text search without the frills, Whistlepig may be for you.
15
+ description: Whistlepig is a minimalist realtime full-text search index. Its goal
16
+ is to be as small and minimally-featured as possible, while still remaining useful,
17
+ performant and scalable to large corpora. If you want realtime full-text search
18
+ without the frills, Whistlepig may be for you.
22
19
  email: wmorgan-whistlepig-gemspec@masanjin.net
23
20
  executables: []
24
-
25
- extensions:
21
+ extensions:
26
22
  - ext/whistlepig/extconf.rb
27
- extra_rdoc_files:
23
+ extra_rdoc_files:
28
24
  - README
29
25
  - ext/whistlepig/whistlepigc.c
30
- files:
26
+ files:
31
27
  - README
32
28
  - ext/whistlepig/extconf.rb
33
29
  - lib/whistlepig.rb
@@ -67,41 +63,32 @@ files:
67
63
  has_rdoc: true
68
64
  homepage: http://masanjin.net/whistlepig
69
65
  licenses: []
70
-
71
66
  post_install_message:
72
- rdoc_options:
67
+ rdoc_options:
73
68
  - -c
74
69
  - utf8
75
70
  - --main
76
71
  - README
77
72
  - --title
78
73
  - Whistlepig
79
- require_paths:
74
+ require_paths:
80
75
  - lib
81
- required_ruby_version: !ruby/object:Gem::Requirement
76
+ required_ruby_version: !ruby/object:Gem::Requirement
82
77
  none: false
83
- requirements:
84
- - - ">="
85
- - !ruby/object:Gem::Version
86
- hash: 3
87
- segments:
88
- - 0
89
- version: "0"
90
- required_rubygems_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ! '>='
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ required_rubygems_version: !ruby/object:Gem::Requirement
91
83
  none: false
92
- requirements:
93
- - - ">="
94
- - !ruby/object:Gem::Version
95
- hash: 3
96
- segments:
97
- - 0
98
- version: "0"
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
99
88
  requirements: []
100
-
101
89
  rubyforge_project:
102
- rubygems_version: 1.3.7
90
+ rubygems_version: 1.6.0
103
91
  signing_key:
104
92
  specification_version: 3
105
93
  summary: a minimalist realtime full-text search index
106
94
  test_files: []
107
-