fluent-plugin-influxdb_metrics 0.0.1 → 0.0.2

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-influxdb_metrics (0.0.1)
4
+ fluent-plugin-influxdb_metrics (0.0.2)
5
5
  fluentd
6
6
 
7
7
  GEM
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.2
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "fluent-plugin-influxdb_metrics"
5
- s.version = '0.0.1'
5
+ s.version = `cat VERSION`
6
6
  s.authors = ["lxfontes"]
7
7
  s.email = ["lxfontes+influx@gmail.com"]
8
8
  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_metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -71,6 +71,7 @@ files:
71
71
  - Gemfile.lock
72
72
  - README.md
73
73
  - Rakefile
74
+ - VERSION
74
75
  - fluent-plugin-influxdb_metrics.gemspec
75
76
  - lib/fluent/plugin/out_influxdb_metrics.rb
76
77
  - test/helper.rb
@@ -88,12 +89,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
89
  - - ! '>='
89
90
  - !ruby/object:Gem::Version
90
91
  version: '0'
92
+ segments:
93
+ - 0
94
+ hash: -682791642725608838
91
95
  required_rubygems_version: !ruby/object:Gem::Requirement
92
96
  none: false
93
97
  requirements:
94
98
  - - ! '>='
95
99
  - !ruby/object:Gem::Version
96
100
  version: '0'
101
+ segments:
102
+ - 0
103
+ hash: -682791642725608838
97
104
  requirements: []
98
105
  rubyforge_project:
99
106
  rubygems_version: 1.8.23