riddle 0.9.8.1198.1 → 0.9.8.1231.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README +3 -2
- data/lib/riddle.rb +3 -3
- metadata +2 -2
data/README
CHANGED
@@ -12,7 +12,7 @@ The easiest way to install is to grab the gem (available since 0.9.8r1112 only):
|
|
12
12
|
However, if you're so inclined, you can grab sourcecode via subversion. If you
|
13
13
|
are after a specific release, use the tag as follows:
|
14
14
|
|
15
|
-
svn co http://rails-oceania.googlecode.com/svn/patallan/riddle/tags/0.9.8-
|
15
|
+
svn co http://rails-oceania.googlecode.com/svn/patallan/riddle/tags/0.9.8-rc2 riddle
|
16
16
|
|
17
17
|
Or for the most current, just use trunk:
|
18
18
|
|
@@ -25,7 +25,8 @@ Please note that at the time of writing, the following versions are supported (i
|
|
25
25
|
* 0.9.8-r985
|
26
26
|
* 0.9.8-r1065
|
27
27
|
* 0.9.8-r1112
|
28
|
-
* 0.9.8-rc1 (gem version
|
28
|
+
* 0.9.8-rc1 (gem version: 0.9.8.1198)
|
29
|
+
* 0.9.8-rc2 (gem version: 0.9.8.1231)
|
29
30
|
|
30
31
|
To get started, just instantiate a Client object:
|
31
32
|
|
data/lib/riddle.rb
CHANGED
@@ -14,12 +14,12 @@ module Riddle #:nodoc:
|
|
14
14
|
Tiny = 8
|
15
15
|
# Revision number for RubyForge's sake, taken from what Sphinx
|
16
16
|
# outputs to the command line.
|
17
|
-
Rev =
|
17
|
+
Rev = 1231
|
18
18
|
# Release number to mark my own fixes, beyond feature parity with
|
19
19
|
# Sphinx itself.
|
20
|
-
Release =
|
20
|
+
Release = 0
|
21
21
|
|
22
|
-
String = [Major, Minor, Tiny].join('.') + "
|
22
|
+
String = [Major, Minor, Tiny].join('.') + "rc2"
|
23
23
|
GemVersion = [Major, Minor, Tiny, Rev, Release].join('.')
|
24
24
|
end
|
25
25
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: riddle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.8.
|
4
|
+
version: 0.9.8.1231.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pat Allan
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-03-
|
12
|
+
date: 2008-03-29 00:00:00 +11:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|