fluent-plugin-aliyun-odps 0.0.2 → 0.0.3
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/VERSION +1 -1
- data/fluent-plugin-aliyun-odps.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6111e8fe5ab6fe5c217be596ceb517cd5cf079d8
|
|
4
|
+
data.tar.gz: b2bb072a2c9055e8aad1b03df64410b4db00b5de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c5ddb658b5fa359a979fc75503ce44ae8ecf92574357bab81ea6b37295f50eacb57f3ace7ceda625bcc8881760517c2eb2860a8477a29e3f98ea2ae39d0468e
|
|
7
|
+
data.tar.gz: 90b5b780617c4c16a11618880f8f0a0954d8505caab08d3edf72ab29ee15bc7023b530f17bdb636a580769fc0dd3475a8865b7c1012b8a238f13596edfc85acf
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.homepage = "https://github.com/aliyun/aliyun-odps-fluentd-plugin"
|
|
9
9
|
gem.summary = gem.description
|
|
10
10
|
gem.version = File.read("VERSION").strip
|
|
11
|
-
gem.authors = [""]
|
|
12
|
-
gem.email = ""
|
|
11
|
+
gem.authors = ["Xiao Dong", "Zongtao Sun"]
|
|
12
|
+
gem.email = "dongxiao.dx@alibaba-inc.com"
|
|
13
13
|
gem.has_rdoc = false
|
|
14
14
|
#gem.platform = Gem::Platform::RUBY
|
|
15
15
|
gem.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-aliyun-odps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Xiao Dong
|
|
8
|
+
- Zongtao Sun
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
@@ -115,7 +116,7 @@ dependencies:
|
|
|
115
116
|
- !ruby/object:Gem::Version
|
|
116
117
|
version: 3.0.8
|
|
117
118
|
description: Aliyun ODPS output plugin for Fluentd event collector
|
|
118
|
-
email:
|
|
119
|
+
email: dongxiao.dx@alibaba-inc.com
|
|
119
120
|
executables: []
|
|
120
121
|
extensions: []
|
|
121
122
|
extra_rdoc_files: []
|