fluent-plugin-redshift-v2 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/fluent-plugin-redshift-v2.gemspec +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a7f29254c4d31c42ec336bab72191989fcfe1d1
|
|
4
|
+
data.tar.gz: c021ef2cd64c797078e5c18f8010e820889e2285
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 700278954259afef087001238a16aecbfe41b8ab6e8ead4313d49231c1b7d441212b7ce06a81487f8e1afec10ca2a97e3e9e174ae82d97c524539f21dddb6e19
|
|
7
|
+
data.tar.gz: 7b3413c7f5fbaf66befce0dadf68d750680d5d830733ed4bf742c627849f396eb421026540364c1963b604f475a8582719d2beba3a2830f78c2b7100428fb07b
|
|
@@ -4,13 +4,14 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "fluent-plugin-redshift-v2"
|
|
7
|
-
spec.version = "0.1.
|
|
7
|
+
spec.version = "0.1.2"
|
|
8
8
|
spec.authors = ["Jun Yokoyama"]
|
|
9
9
|
spec.email = ["jun@larus.org"]
|
|
10
10
|
|
|
11
11
|
spec.description = %q{Amazon Redshift output plugin for Fluentd (inspired by fluent-plugin-redshift)}
|
|
12
12
|
spec.summary = spec.description
|
|
13
13
|
spec.homepage = "https://github.com/nysalor/fluent-plugin-redshift-v2"
|
|
14
|
+
spec.license = "Apache-2.0"
|
|
14
15
|
|
|
15
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
16
17
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-redshift-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jun Yokoyama
|
|
@@ -140,7 +140,8 @@ files:
|
|
|
140
140
|
- fluent-plugin-redshift-v2.gemspec
|
|
141
141
|
- lib/fluent/plugin/out_redshift_v2.rb
|
|
142
142
|
homepage: https://github.com/nysalor/fluent-plugin-redshift-v2
|
|
143
|
-
licenses:
|
|
143
|
+
licenses:
|
|
144
|
+
- Apache-2.0
|
|
144
145
|
metadata: {}
|
|
145
146
|
post_install_message:
|
|
146
147
|
rdoc_options: []
|