fluent-plugin-groonga 1.1.4 → 1.1.5
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.
- checksums.yaml +4 -4
- data/doc/text/news.md +6 -0
- data/fluent-plugin-groonga.gemspec +1 -1
- data/lib/fluent/plugin/in_groonga.rb +1 -2
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea2a0b3df8c435d0718ecd86a87c339b45215056
|
|
4
|
+
data.tar.gz: e74d7f566d5750d323e2127bba23464b09623123
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 075b61389fa8e9177974cab39d3149844083e69c15a3fbf462ec22b84c5db145d7416b81c70d3b95bccc9c41efb1b9e66cfb4869bd667b2aa795a4743bdeac6f
|
|
7
|
+
data.tar.gz: 75400616911dc6935434a7bac18a366364e7eca2aef19816648902ed38fef98d94e9d92cf6876af2b4f6b0eb80d7d6a73564b418baa60aa41d85877bee93fb21
|
data/doc/text/news.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
Gem::Specification.new do |spec|
|
|
19
19
|
spec.name = "fluent-plugin-groonga"
|
|
20
|
-
spec.version = "1.1.
|
|
20
|
+
spec.version = "1.1.5"
|
|
21
21
|
spec.authors = ["Kouhei Sutou"]
|
|
22
22
|
spec.email = ["kou@clear-code.com"]
|
|
23
23
|
spec.summary = "Fluentd plugin to store data into Groonga and implement Groonga replication system."
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-groonga
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kouhei Sutou
|
|
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
186
186
|
version: '0'
|
|
187
187
|
requirements: []
|
|
188
188
|
rubyforge_project:
|
|
189
|
-
rubygems_version: 2.5
|
|
189
|
+
rubygems_version: 2.2.5
|
|
190
190
|
signing_key:
|
|
191
191
|
specification_version: 4
|
|
192
192
|
summary: Fluentd plugin to store data into Groonga and implement Groonga replication
|
|
@@ -198,3 +198,4 @@ test_files:
|
|
|
198
198
|
- test/output/test_type_guesser.rb
|
|
199
199
|
- test/run-test.rb
|
|
200
200
|
- test/test_output.rb
|
|
201
|
+
has_rdoc:
|