fluent-plugin-redshift-anton 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fba5c12a592c44c13ab3faadd0842a13fd2f635d
4
- data.tar.gz: 55a73f89f4174e1a58aa07708d05aa9a6184df17
3
+ metadata.gz: f1d26d0a6c11aaf680573406157772823a8fb51c
4
+ data.tar.gz: c8754eaedfe9dd796a48676d4cea61ac3da23ff1
5
5
  SHA512:
6
- metadata.gz: 263d0db356aabc5c02cfb08497a3da6bbe1d2cc1fcc38c1f03ceec0a7ceda31e2ef2e14be9b2c3af71dabeb68e185191c4c8907c5ebe97973e34f9144b58ca60
7
- data.tar.gz: 825d2401ddbed069b12916698c911ec18028b60f2a6e258240377b6e3e11cfe14b7a4bfb6cc9985bd494bea13f932de939253fcc045c47dc481fa6efea3b00dd
6
+ metadata.gz: 6da0f6afa34ea330c8004e6b43641f81ca235feb51afb2a033b0114811300491da641737831d275218b12b7b6502ba38af75c9f7720f1af000ae81fea7c8b0b9
7
+ data.tar.gz: e2b31191c60d0144505e541ff74c5d537d0f066f13ec13a2bf8a76e7ca007922d9188158295d2ef340ca498eae6d6e37aff15abc66e92f47449495caab43c8ac
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.version = File.read("VERSION").strip
7
7
  gem.authors = ["Anton Kuchinsky"]
8
8
  gem.email = ["akuchinsky@gmail.com"]
9
- gem.description = %q{Amazon Redshift output plugin for Fluentd with creating table}
9
+ gem.description = %q{Amazon Redshift output plugin for Fluentd with custom Redshift COPY timeformat}
10
10
  gem.summary = gem.description
11
11
  gem.homepage = "https://github.com/akuchins/fluent-plugin-redshift-anton"
12
12
  gem.has_rdoc = false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-redshift-anton
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Kuchinsky
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: 1.3.1
97
- description: Amazon Redshift output plugin for Fluentd with creating table
97
+ description: Amazon Redshift output plugin for Fluentd with custom Redshift COPY timeformat
98
98
  email:
99
99
  - akuchinsky@gmail.com
100
100
  executables: []
@@ -131,7 +131,7 @@ rubyforge_project:
131
131
  rubygems_version: 2.0.14
132
132
  signing_key:
133
133
  specification_version: 4
134
- summary: Amazon Redshift output plugin for Fluentd with creating table
134
+ summary: Amazon Redshift output plugin for Fluentd with custom Redshift COPY timeformat
135
135
  test_files:
136
136
  - test/plugin/test_out_redshift_auto.rb
137
137
  - test/test_helper.rb