fluent-plugin-elasticsearch 2.0.0.rc.3 → 2.0.0.rc.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e14a0ebc5d22a662c135e3738a181582f5d30053
4
- data.tar.gz: 2fa9a955a38f91afbd466ee4a926a08f3b4cc304
3
+ metadata.gz: 4288ea76d01f51dfa10c773ff4316d4e3b0743b7
4
+ data.tar.gz: 2e0a2f59fe7edb11b78a22f8d3a8010a0138a787
5
5
  SHA512:
6
- metadata.gz: 1c765923fa3e279ee3a0c621c28f5a80396e7ba5c867002e376e24c1f5c312b059f93c7858999dd249a8a66d3262cc7208634517871e5af6494af26ed65e363d
7
- data.tar.gz: ac9285cf50af63cf6f4233474dd8c6683d273aab3742cefa74187814dd1e80327adc1ed6b644593173146b790c128dd713a9d1a0b23e94369334f282d9ca095d
6
+ metadata.gz: 0cf2267e5ea28e049cc12b8132ec46535e2216f0954d26f1afa30c70e7933bae4dac520dcd00342c467617e8b9e3b3ad32ddf8d0c65dde8090b35b9ff782b40e
7
+ data.tar.gz: b8cf803a896d5cbcea20cae5c399e2cb91943c88e4e126cfc427007d3654906608e7ae1ba64b490c59a548cc2a19e484e80ac9584e5915647489c8431eb7e7c8
data/History.md CHANGED
@@ -4,6 +4,9 @@
4
4
  - Log ES response errors (#230)
5
5
  - Use latest elasticsearch-ruby (#240)
6
6
 
7
+ ### 2.0.0.rc.4
8
+ - fix license identifier in gemspec
9
+
7
10
  ### 2.0.0.rc.3
8
11
  - add built-in placeholders support (#288, #293)
9
12
  - permit multi workers feature (#291)
@@ -3,13 +3,13 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'fluent-plugin-elasticsearch'
6
- s.version = '2.0.0.rc.3'
6
+ s.version = '2.0.0.rc.4'
7
7
  s.authors = ['diogo', 'pitr']
8
8
  s.email = ['pitr.vern@gmail.com', 'me@diogoterror.com']
9
9
  s.description = %q{ElasticSearch output plugin for Fluent event collector}
10
10
  s.summary = s.description
11
11
  s.homepage = 'https://github.com/uken/fluent-plugin-elasticsearch'
12
- s.license = 'MIT'
12
+ s.license = 'Apache-2.0'
13
13
 
14
14
  s.files = `git ls-files`.split($/)
15
15
  s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc.3
4
+ version: 2.0.0.rc.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - diogo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-12 00:00:00.000000000 Z
12
+ date: 2017-09-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
@@ -152,7 +152,7 @@ files:
152
152
  - test/plugin/test_template.json
153
153
  homepage: https://github.com/uken/fluent-plugin-elasticsearch
154
154
  licenses:
155
- - MIT
155
+ - Apache-2.0
156
156
  metadata: {}
157
157
  post_install_message:
158
158
  rdoc_options: []