fluent-plugin-cloudwatch 1.2.6 → 1.2.7

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 36e2969f74749ad54025253cb94f0528c5bc7ccf
4
+ data.tar.gz: 5f02e13c932e3b458790b0a589f64ccd04c23f64
5
+ SHA512:
6
+ metadata.gz: 4535f7688efc8f45afc0f4215c256e701f06be7bffc092c64a0fbfbfe8455ee88e96d591639ace1cf194fa33438c0775cd51aced2f7f129f7b9f4b4ec3a23cc1
7
+ data.tar.gz: 042774d37dbf1f3c7410e924b91a876fc5e65fec5108c500dfec669105d9b1a706622a9d09e36656760a44f36020d0bb906e971589d448123c67479c096b7efb
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # fluent-plugin-cloudwatch [![Build Status](https://travis-ci.org/yunomu/fluent-plugin-cloudwatch.png)](https://travis-ci.org/yunomu/fluent-plugin-cloudwatch/)
1
+ # fluent-plugin-cloudwatch, a plugin for [Fluentd](http://fluentd.org) [![Build Status](https://travis-ci.org/yunomu/fluent-plugin-cloudwatch.png)](https://travis-ci.org/yunomu/fluent-plugin-cloudwatch/)
2
2
 
3
3
 
4
4
  ## Overview
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "fluent-plugin-cloudwatch"
7
- gem.version = "1.2.6"
7
+ gem.version = "1.2.7"
8
8
  gem.authors = ["Yusuke Nomura", "kenjiskywalker"]
9
9
  gem.email = ["yunomu@gmail.com", "git@kenjiskywalker.org"]
10
10
  gem.description = %q{Input plugin for AWS CloudWatch.}
@@ -86,7 +86,7 @@ class Fluent::CloudwatchInput < Fluent::Input
86
86
  :metric_name => m,
87
87
  :statistics => [@statistics],
88
88
  :dimensions => @dimensions,
89
- :start_time => (Time.now - @period*2).iso8601,
89
+ :start_time => (Time.now - @period*5).iso8601,
90
90
  :end_time => Time.now.iso8601,
91
91
  :period => @period,
92
92
  })
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
5
- prerelease:
4
+ version: 1.2.7
6
5
  platform: ruby
7
6
  authors:
8
7
  - Yusuke Nomura
@@ -10,12 +9,11 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2014-02-05 00:00:00.000000000 Z
12
+ date: 2014-06-07 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: fluentd
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
18
  - - ~>
21
19
  - !ruby/object:Gem::Version
@@ -23,7 +21,6 @@ dependencies:
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
25
  - - ~>
29
26
  - !ruby/object:Gem::Version
@@ -31,7 +28,6 @@ dependencies:
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: aws-sdk
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
32
  - - '='
37
33
  - !ruby/object:Gem::Version
@@ -39,7 +35,6 @@ dependencies:
39
35
  type: :runtime
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
39
  - - '='
45
40
  - !ruby/object:Gem::Version
@@ -47,17 +42,15 @@ dependencies:
47
42
  - !ruby/object:Gem::Dependency
48
43
  name: rake
49
44
  requirement: !ruby/object:Gem::Requirement
50
- none: false
51
45
  requirements:
52
- - - ! '>='
46
+ - - '>='
53
47
  - !ruby/object:Gem::Version
54
48
  version: 0.9.2
55
49
  type: :development
56
50
  prerelease: false
57
51
  version_requirements: !ruby/object:Gem::Requirement
58
- none: false
59
52
  requirements:
60
- - - ! '>='
53
+ - - '>='
61
54
  - !ruby/object:Gem::Version
62
55
  version: 0.9.2
63
56
  description: Input plugin for AWS CloudWatch.
@@ -81,27 +74,26 @@ files:
81
74
  homepage: https://github.com/yunomu/fluent-plugin-cloudwatch
82
75
  licenses:
83
76
  - MIT
77
+ metadata: {}
84
78
  post_install_message:
85
79
  rdoc_options: []
86
80
  require_paths:
87
81
  - lib
88
82
  required_ruby_version: !ruby/object:Gem::Requirement
89
- none: false
90
83
  requirements:
91
- - - ! '>='
84
+ - - '>='
92
85
  - !ruby/object:Gem::Version
93
86
  version: '0'
94
87
  required_rubygems_version: !ruby/object:Gem::Requirement
95
- none: false
96
88
  requirements:
97
- - - ! '>='
89
+ - - '>='
98
90
  - !ruby/object:Gem::Version
99
91
  version: '0'
100
92
  requirements: []
101
93
  rubyforge_project:
102
- rubygems_version: 1.8.23
94
+ rubygems_version: 2.1.11
103
95
  signing_key:
104
- specification_version: 3
96
+ specification_version: 4
105
97
  summary: Input plugin for AWS CloudWatch.
106
98
  test_files:
107
99
  - test/helper.rb