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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b7e0b2e7c20c86a5e41b98c6f5a340fb0caea987
4
- data.tar.gz: 2485a09250a9cd78157d7aaaca816ecd841630b9
3
+ metadata.gz: 4a7f29254c4d31c42ec336bab72191989fcfe1d1
4
+ data.tar.gz: c021ef2cd64c797078e5c18f8010e820889e2285
5
5
  SHA512:
6
- metadata.gz: 5c895ca001f5dbde26cb28c3268045d8eb2f2623e605ad318b195483a4604d3eeb449ca0fd6f637d14c5753377ddd52244ece0112afd4ad5b4cdd4aeaf5653bb
7
- data.tar.gz: 043d923297ec384dab948c3f27a2d223ff1e48175686a876f140e0e7da3eefd4601bab29b61244d5cc153c47f77e7e428b434cc0990a9acd36f127b91b3f86ae
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.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.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: []