activegroonga 2.1.3 → 2.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +4 -0
- data/doc/text/news.textile +6 -2
- data/lib/active_groonga/result_set.rb +1 -1
- data/lib/active_groonga/version.rb +2 -2
- metadata +2 -2
data/README.textile
CHANGED
data/doc/text/news.textile
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
h1. NEWS
|
2
2
|
|
3
|
+
h2(#2-1-4). 2.1.4: 2013-03-18
|
4
|
+
|
5
|
+
h3. Fixes
|
6
|
+
|
7
|
+
* Fixed a bug that sorted records don't have score.
|
8
|
+
|
3
9
|
h2(#2-1-3). 2.1.3: 2013-01-06
|
4
10
|
|
5
11
|
h3. Improvements
|
@@ -61,8 +67,6 @@ h3. Fixes
|
|
61
67
|
|
62
68
|
* suppressed warnings on Rails 3.1.0.
|
63
69
|
|
64
|
-
h1. NEWS
|
65
|
-
|
66
70
|
h2. 1.0.5: 2011-09-04
|
67
71
|
|
68
72
|
h3. Improvements
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2009-
|
1
|
+
# Copyright (C) 2009-2013 Kouhei Sutou <kou@clear-code.com>
|
2
2
|
#
|
3
3
|
# This library is free software; you can redistribute it and/or
|
4
4
|
# modify it under the terms of the GNU Lesser General Public
|
@@ -17,7 +17,7 @@ module ActiveGroonga
|
|
17
17
|
module VERSION
|
18
18
|
MAJOR = 2
|
19
19
|
MINOR = 1
|
20
|
-
TINY =
|
20
|
+
TINY = 4
|
21
21
|
|
22
22
|
STRING = [MAJOR, MINOR, TINY].join(".")
|
23
23
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activegroonga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.4
|
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: 2013-
|
12
|
+
date: 2013-03-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rroonga
|