fluent-plugin-output-solr 0.2.0 → 0.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2190d11bd62fbf4efbd390ae997e2ee4d962051
4
- data.tar.gz: fd86da124f5ed9b94fdaffdb0c55e076e888806d
3
+ metadata.gz: 370d6fa0a4dcb1974c2429ce0c8d4cb5e9449b95
4
+ data.tar.gz: 257e2e852a8f20b12631ccaddb23ceb645bf6a7e
5
5
  SHA512:
6
- metadata.gz: cc5031b355be897054a0577a9f2d0623e13274002ee8534ed0d20de9c4f7c8f851d8cf52017ce3c3d4d2fcf8d5f113a5090cb70ded850fa71f839ca293913c3e
7
- data.tar.gz: 21da9bb4a7a7954ec3363e7acae5a11fe6fbf5ae0789e1bf48207b66be698766c5a6189c86288020f55ff20ef26be04da94be3f8253c44935935b5c9576b1594
6
+ metadata.gz: d75cf49b89c960916a1efb79d238878799fb3cef1620bcc6e6f50a85052475fa2e059543f72589dc2ddc7ce81f584fe40f0442e6961af3633a06928a094b0de2
7
+ data.tar.gz: 75b0d8ec8325e8e2b4b4b27484f5dc238d302bb64d10efc5fdfea9e29abd5fc33fcad3b84715940fcee52bb2a7603fb596731a74a4bb23fc2782f9cdf39dd419
data/README.md CHANGED
@@ -111,7 +111,7 @@ flush_size 100
111
111
  zk_host localhost:2181/solr
112
112
 
113
113
  # The SolrCloud collection name (default collection1).
114
- collection1 collection1
114
+ collection collection1
115
115
 
116
116
  buffer_type memory
117
117
  buffer_queue_limit 64m
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-output-solr"
7
- spec.version = "0.2.0"
7
+ spec.version = "0.2.1"
8
8
  spec.authors = ["Minoru Osuka"]
9
9
  spec.email = ["minoru.osuka@gmail.com"]
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-output-solr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minoru Osuka