activegroonga 2.1.3 → 2.1.4

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.textile CHANGED
@@ -52,4 +52,8 @@ h2. Mailing list
52
52
 
53
53
  h2. Thanks
54
54
 
55
+ * SHIMADA Koji
56
+ * YasuOza
57
+ * Kazuhiro Yoshida
58
+ * Kenta Sato
55
59
  * ...
@@ -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
@@ -181,7 +181,7 @@ module ActiveGroonga
181
181
  resolved_record = resolved_record.key
182
182
  end
183
183
  instance = @klass.instantiate(resolved_record)
184
- instance.score = record.score if record.support_sub_records?
184
+ instance.score = record.score
185
185
  instance
186
186
  end
187
187
 
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2009-2011 Kouhei Sutou <kou@clear-code.com>
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 = 3
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.3
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-01-06 00:00:00.000000000 Z
12
+ date: 2013-03-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rroonga