whistlepig 0.8 → 0.9
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.
- data/README +1 -1
- data/ext/whistlepig/extconf.rb +1 -1
- 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.
|
|
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/
|
data/ext/whistlepig/extconf.rb
CHANGED
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.
|
|
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:
|
|
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
|