fluent-plugin-stackdriver-v1-metrics 0.4.0 → 0.5.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.
data.tar.gz.sig CHANGED
Binary file
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'fluent-plugin-stackdriver-v1-metrics'
5
- gem.version = '0.4.0'
5
+ gem.version = ENV.key?('RUBYGEM_VERSION') ? ENV['RUBYGEM_VERSION'] : '0.5.0'
6
6
  gem.authors = ['Alex Yamauchi']
7
7
  gem.email = ['oss@hotschedules.com']
8
8
  gem.homepage = 'https://github.com/bodhi-space/fluent-plugin-stackdriver-v1-metrics'
@@ -13,6 +13,6 @@ Gem::Specification.new do |gem|
13
13
  gem.license = 'Apache-2.0'
14
14
  gem.add_runtime_dependency 'fluentd', '>= 0.10.0'
15
15
  gem.add_runtime_dependency 'stackdriver', '< 0.3.0'
16
- gem.signing_key = File.expand_path('~/certs/oss@hotschedules.com.key') if $0 =~ /gem\z/
16
+ gem.signing_key = File.expand_path( ENV.key?('RUBYGEM_SIGNING_KEY') ? ENV['RUBYGEM_SIGNING_KEY'] : '~/certs/oss@hotschedules.com.key' ) if $0 =~ /\bgem[\.0-9]*\z/
17
17
  gem.cert_chain = %w[certs/oss@hotschedules.com.cert]
18
18
  end
metadata CHANGED
@@ -1,13 +1,19 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-stackdriver-v1-metrics
3
- version: !ruby/object:Gem::Version
4
- version: 0.4.0
3
+ version: !ruby/object:Gem::Version
4
+ hash: 11
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 5
9
+ - 0
10
+ version: 0.5.0
5
11
  platform: ruby
6
- authors:
12
+ authors:
7
13
  - Alex Yamauchi
8
14
  autorequire:
9
15
  bindir: bin
10
- cert_chain:
16
+ cert_chain:
11
17
  - |
12
18
  -----BEGIN CERTIFICATE-----
13
19
  MIIELzCCAxGgAwIBAgIJAMOoRmNuvAZcMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYD
@@ -34,45 +40,52 @@ cert_chain:
34
40
  GJevNV8BSuhh6m2AHCxEzMaD7WKNbewTTgGLUlvppaR9SE2V/yUZ7x1Vp8/mGeO6
35
41
  2Zk648Ep9HVPKmwoVuB75+xEQw==
36
42
  -----END CERTIFICATE-----
37
- date: 2017-02-25 00:00:00.000000000 Z
38
- dependencies:
39
- - !ruby/object:Gem::Dependency
43
+
44
+ date: 2017-06-17 00:00:00 Z
45
+ dependencies:
46
+ - !ruby/object:Gem::Dependency
40
47
  name: fluentd
41
- requirement: !ruby/object:Gem::Requirement
42
- requirements:
43
- - - ">="
44
- - !ruby/object:Gem::Version
45
- version: 0.10.0
46
- type: :runtime
47
48
  prerelease: false
48
- version_requirements: !ruby/object:Gem::Requirement
49
- requirements:
49
+ requirement: &id001 !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
50
52
  - - ">="
51
- - !ruby/object:Gem::Version
53
+ - !ruby/object:Gem::Version
54
+ hash: 55
55
+ segments:
56
+ - 0
57
+ - 10
58
+ - 0
52
59
  version: 0.10.0
53
- - !ruby/object:Gem::Dependency
54
- name: stackdriver
55
- requirement: !ruby/object:Gem::Requirement
56
- requirements:
57
- - - "<"
58
- - !ruby/object:Gem::Version
59
- version: 0.3.0
60
60
  type: :runtime
61
+ version_requirements: *id001
62
+ - !ruby/object:Gem::Dependency
63
+ name: stackdriver
61
64
  prerelease: false
62
- version_requirements: !ruby/object:Gem::Requirement
63
- requirements:
64
- - - "<"
65
- - !ruby/object:Gem::Version
65
+ requirement: &id002 !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - <
69
+ - !ruby/object:Gem::Version
70
+ hash: 19
71
+ segments:
72
+ - 0
73
+ - 3
74
+ - 0
66
75
  version: 0.3.0
67
- description: A Fluentd buffered output plugin to send metrics to StackDriver using
68
- the V1 (pre-Google) API.
69
- email:
76
+ type: :runtime
77
+ version_requirements: *id002
78
+ description: A Fluentd buffered output plugin to send metrics to StackDriver using the V1 (pre-Google) API.
79
+ email:
70
80
  - oss@hotschedules.com
71
81
  executables: []
82
+
72
83
  extensions: []
84
+
73
85
  extra_rdoc_files: []
74
- files:
75
- - ".gitignore"
86
+
87
+ files:
88
+ - .gitignore
76
89
  - CHANGELOG.md
77
90
  - Gemfile
78
91
  - LICENSE
@@ -82,28 +95,37 @@ files:
82
95
  - fluent-plugin-stackdriver-v1-metrics.gemspec
83
96
  - lib/fluent/plugin/out_stackdriver-v1_metrics.rb
84
97
  homepage: https://github.com/bodhi-space/fluent-plugin-stackdriver-v1-metrics
85
- licenses:
98
+ licenses:
86
99
  - Apache-2.0
87
- metadata: {}
88
100
  post_install_message:
89
101
  rdoc_options: []
90
- require_paths:
102
+
103
+ require_paths:
91
104
  - lib
92
- required_ruby_version: !ruby/object:Gem::Requirement
93
- requirements:
105
+ required_ruby_version: !ruby/object:Gem::Requirement
106
+ none: false
107
+ requirements:
94
108
  - - ">="
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
- required_rubygems_version: !ruby/object:Gem::Requirement
98
- requirements:
109
+ - !ruby/object:Gem::Version
110
+ hash: 3
111
+ segments:
112
+ - 0
113
+ version: "0"
114
+ required_rubygems_version: !ruby/object:Gem::Requirement
115
+ none: false
116
+ requirements:
99
117
  - - ">="
100
- - !ruby/object:Gem::Version
101
- version: '0'
118
+ - !ruby/object:Gem::Version
119
+ hash: 3
120
+ segments:
121
+ - 0
122
+ version: "0"
102
123
  requirements: []
124
+
103
125
  rubyforge_project:
104
- rubygems_version: 2.4.8
126
+ rubygems_version: 1.8.25
105
127
  signing_key:
106
- specification_version: 4
107
- summary: A Fluentd buffered output plugin to send metrics to StackDriver using the
108
- V1 (pre-Google) API
128
+ specification_version: 3
129
+ summary: A Fluentd buffered output plugin to send metrics to StackDriver using the V1 (pre-Google) API
109
130
  test_files: []
131
+
metadata.gz.sig CHANGED
Binary file
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 36c9d3f125ea47812e05ed2f19f50ce2f70c23ea
4
- data.tar.gz: f67502b4425fae6672cac1be08093a0da17b7d25
5
- SHA512:
6
- metadata.gz: fea7f083020c722715d5697265aac668da1a740781bc1197e0925ea1c0ed7dcd5e01583f4a57f84a35d4ffd16948e776aeedb6b3c4b5c2c629ce141721b8aa7c
7
- data.tar.gz: 0458464c84f6e2b079cfc1f61c6f416790fa774a0fd77023feefcf49afd368bb06987a000526c52fbd703aeb339ec160059b8f43c734e91c754a89ac91410944
checksums.yaml.gz.sig DELETED
Binary file