fluent-plugin-growthforecast 0.2.7 → 0.2.8
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 +4 -4
- data/fluent-plugin-growthforecast.gemspec +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f3c5fc0767ba05cb8f7881189e276f93562c4c5
|
|
4
|
+
data.tar.gz: 1e3e3a3c0afba49dc5646c14acebda445b7779c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11a18ec07de02293ba1cdb03e5eed1c70c4996b33dfff9e9f8e60bb0a30c34fd1d00ddac69fdba89cf66386423d96f8343cd2e4c48db9f4d57e8d0b31770626d
|
|
7
|
+
data.tar.gz: e36c839c5d0671984d3a3929a4382623b7f3b95df31fa77374e769f23e1037d1b7b608a92a64539a087382a83e395822cd75d6420c2d47172a02c790e7be6cf2
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = "fluent-plugin-growthforecast"
|
|
5
|
-
gem.version = "0.2.
|
|
5
|
+
gem.version = "0.2.8"
|
|
6
6
|
gem.authors = ["TAGOMORI Satoshi"]
|
|
7
7
|
gem.email = ["tagomoris@gmail.com"]
|
|
8
8
|
gem.summary = %q{Fluentd output plugin to post numbers to GrowthForecast (by kazeburo)}
|
|
@@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
|
|
|
17
17
|
|
|
18
18
|
gem.add_development_dependency "rake"
|
|
19
19
|
gem.add_runtime_dependency "fluentd"
|
|
20
|
-
gem.add_runtime_dependency "fluent-mixin-config-placeholders"
|
|
20
|
+
gem.add_runtime_dependency "fluent-mixin-config-placeholders", ">= 0.3.0"
|
|
21
21
|
gem.add_runtime_dependency "resolve-hostname", ">= 0.0.4"
|
|
22
22
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-growthforecast
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TAGOMORI Satoshi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: 0.3.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: 0.3.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: resolve-hostname
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -113,3 +113,4 @@ summary: Fluentd output plugin to post numbers to GrowthForecast (by kazeburo)
|
|
|
113
113
|
test_files:
|
|
114
114
|
- test/helper.rb
|
|
115
115
|
- test/plugin/test_out_growthforecast.rb
|
|
116
|
+
has_rdoc:
|