whistlepig 0.8 → 0.9

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 +1 -1
  2. data/ext/whistlepig/extconf.rb +1 -1
  3. metadata +2 -2
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.8, released 2012-03-13.
11
+ Latest version: 0.9, released 2012-03-13.
12
12
  Status: beta
13
13
  News: http://all-thing.net/label/whistlepig/
14
14
  Homepage: http://masanjin.net/whistlepig/
@@ -3,4 +3,4 @@ require 'mkmf'
3
3
  $CFLAGS = "-g -O3 -std=c99 $(cflags) -D_ANSI_SOURCE"
4
4
 
5
5
  create_header
6
- create_makefile "whistlepig"
6
+ create_makefile "whistlepig/whistlepig"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whistlepig
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.8'
4
+ version: '0.9'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-13 14:35:03.000000000 -07:00
12
+ date: 2012-03-13 14:52:59.000000000 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
  description: Whistlepig is a minimalist realtime full-text search index. Its goal