rroonga 3.0.3 → 3.0.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.
@@ -1,5 +1,11 @@
1
1
  h1. NEWS
2
2
 
3
+ h2(#3-0-4). 3.0.4: 2013-07-04
4
+
5
+ h3. Fixes
6
+
7
+ * Fixed a rroogna 3.0.3 gem package for Windows.
8
+
3
9
  h2(#3-0-3). 3.0.3: 2013-07-04
4
10
 
5
11
  h3. Improvements
data/ext/groonga/rb-grn.h CHANGED
@@ -76,7 +76,7 @@ RB_GRN_BEGIN_DECLS
76
76
 
77
77
  #define RB_GRN_MAJOR_VERSION 3
78
78
  #define RB_GRN_MINOR_VERSION 0
79
- #define RB_GRN_MICRO_VERSION 3
79
+ #define RB_GRN_MICRO_VERSION 4
80
80
 
81
81
  #define RB_GRN_QUERY_DEFAULT_MAX_EXPRESSIONS 32
82
82
 
@@ -89,7 +89,7 @@ module Groonga
89
89
  # @option value_with_weight [Integer or nil] :weight (nil)
90
90
  # The weight for the value. You need to use vector column and
91
91
  # weight supported index column for weight. See
92
- # {Groonga;:Table#set_column_value} for details.
92
+ # {Groonga::Table#set_column_value} for details.
93
93
  #
94
94
  # @example Set a new value with weight "2"
95
95
  # user["tags"] = [{:value => "groonga", :weight => 2}]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rroonga
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: