Sha256: 5ac13f02a95281b8c4b54f197db811f7fdf1fa901ace7bfc39d5a96e10a72089
Contents?: true
Size: 1.37 KB
Versions: 5
Compression:
Stored size: 1.37 KB
Contents
# # Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://www.apache.org/licenses/LICENSE-2.0 # # or in the "license" file accompanying this file. This file is # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. source 'https://rubygems.org' # Specify your gem's dependencies in fluent-plugin-kinesis.gemspec gemspec path: ".." # Specify related gems for td-agent v3.4.1 # td-agent v3.4.0 has the same dependencies # https://github.com/treasure-data/omnibus-td-agent/blob/v3.4.1/config/projects/td-agent3.rb#L27 # https://github.com/treasure-data/omnibus-td-agent/blob/v3.4.0/config/projects/td-agent3.rb#L27 gem "fluentd", "1.4.2" # https://github.com/treasure-data/omnibus-td-agent/blob/v3.4.1/plugin_gems.rb#L16-L23 # https://github.com/treasure-data/omnibus-td-agent/blob/v3.4.0/plugin_gems.rb#L16-L23 gem "jmespath", "1.4.0" gem "aws-partitions", "1.149.0" gem "aws-sigv4", "1.1.0" gem "aws-sdk-core", "3.48.3" gem "aws-sdk-kms", "1.16.0" gem "aws-sdk-sqs", "1.13.0" gem "aws-sdk-s3", "1.36.0" gem "fluent-plugin-s3", "1.1.9"
Version data entries
5 entries across 5 versions & 1 rubygems