fluent-plugin-influxdb 1.0.0.rc3 → 1.0.0

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: ae1802f54a5856dbc0031b63a33b07b7ee9659de
4
- data.tar.gz: b733096cafaf78a9fbb2b0788fbe049d3803f172
3
+ metadata.gz: 14be1643f9cb54355607b9c89c7431822437a737
4
+ data.tar.gz: 2aabaac2e4731df0666ed1bb3ed952c11ce159fa
5
5
  SHA512:
6
- metadata.gz: 015c9258e29a91f3aa6125a534c89f48e310618ed7db9aaf0252ab48487da4a345ab0de0902f179b53bc6362d54a980b413096618b597498229e53819918da07
7
- data.tar.gz: 8193e4139b4b035b8ec4896565806ca183de846acc86597cf2be8e580228e96904b1d804106358db294a9a915fccd380fbe61650ef7d914733ae9a4c41279a59
6
+ metadata.gz: b6189486b6c5d849da9adcf542754346627efdf28daf0766b3366cd95d75c5334ace76e3c804ca36d58e3b681e9f53d0fbc80c1e93971d0b0640b15d0cddaa7e
7
+ data.tar.gz: 91e8817d92be059a2484b4adb6bcb12569cd15a3631c8df7a36280b10593224b2d105c6daca402558d964d10366585853a7ed2748a532fb260da7895ad7cc471
data/History.md CHANGED
@@ -1,6 +1,12 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 1.0.0 (Nov, 30, 2017)
5
+ =====
6
+
7
+ - Use new plugin API
8
+ - Update fluentd dependency to v0.14 or later
9
+
4
10
  0.3.2 (Jan, 18, 2017)
5
11
  =====
6
12
 
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "fluent-plugin-influxdb"
6
- s.version = '1.0.0.rc3'
6
+ s.version = '1.0.0'
7
7
  s.authors = ["Masahiro Nakagawa", "FangLi"]
8
8
  s.email = ["repeatedly@gmail.com", "surivlee@gmail.com"]
9
9
  s.description = %q{InfluxDB output plugin for Fluentd}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-influxdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masahiro Nakagawa
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-08-30 00:00:00.000000000 Z
12
+ date: 2017-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
@@ -126,12 +126,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ">"
129
+ - - ">="
130
130
  - !ruby/object:Gem::Version
131
- version: 1.3.1
131
+ version: '0'
132
132
  requirements: []
133
133
  rubyforge_project:
134
- rubygems_version: 2.6.11
134
+ rubygems_version: 2.6.13
135
135
  signing_key:
136
136
  specification_version: 4
137
137
  summary: A buffered output plugin for fluentd and influxDB