fluent-plugin-influxdb 0.1.5 → 0.1.6

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: 82755a9da4083b6a3332d70c9a507c3c673cacd8
4
- data.tar.gz: 22f34a73363cf8ad51dab907e5ed3567b8f34e7d
3
+ metadata.gz: 8d11598ab367d0814376ef76f04f1d2241dcd609
4
+ data.tar.gz: 35683e800644fd1af57e3f26563a7de6b8e5b3da
5
5
  SHA512:
6
- metadata.gz: 467517fb2c36d325cdc2442472b33fc87541a6fb7af7fcd9ef5decadd25b5d28fb87223c58a56e33d1ec3e471f7fb8cfe42857c479a4af85a73ab8fdf94ca564
7
- data.tar.gz: ced627914b119923edf46eed24a05b745435570a7ce2aae43f2aaee9e5124867db3724a6f6b515723e42e53afc4285113e715e27e5d25ae971ffad0b3e7030f5
6
+ metadata.gz: 53a55a76760150f2982ff6e2b092e8f5e7e13ee5e3c33b0a88093a28684dfc9cf2c9171978a1d3155802bbe16f8f7dc0474533ebb778fabf839515c373e6c806
7
+ data.tar.gz: e3455d49f55387ff9fa2ffb32dd3060d312a84b9e6e2b96bee74ac9f66937372f232af096c672740cf8fbf8b096d6248ad4cda9b3f407d63673cc446cc9e4570
data/History.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 0.1.6 (May 30, 2015)
5
+ =====
6
+
7
+ - Fix wrong require
8
+
4
9
  0.1.5 (May 29, 2015)
5
10
  =====
6
11
 
@@ -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 = '0.1.5'
6
+ s.version = '0.1.6'
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}
@@ -1,7 +1,6 @@
1
1
  # encoding: UTF-8
2
2
  require 'date'
3
3
  require 'influxdb'
4
- require 'fluent/mixin/mixin'
5
4
 
6
5
  class Fluent::InfluxdbOutput < Fluent::BufferedOutput
7
6
  Fluent::Plugin.register_output('influxdb', self)
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: 0.1.5
4
+ version: 0.1.6
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: 2015-05-29 00:00:00.000000000 Z
12
+ date: 2015-05-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd