Sha256: ff840123abdf30a194f0372b5d05717e3526d6b8a9468eaca9f20064cccfff6e

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# coding: utf-8
Gem::Specification.new do |spec|

  # Project version
  spec.version                    = "0.0.1"

  # Project description
  spec.name                       = "rest-ftp-daemon-remote-s3"
  spec.authors                    = ["Bruno MEDICI"]
  spec.email                      = "rftpd-project@bmconseil.com"
  spec.description                = "rest-ftp-daemon plugin: S3"
  spec.summary                    = "rest-ftp-daemon plugin: transfer files from/to Amazon S3"
  spec.homepage                   = "http://github.com/bmedici/#{spec.name}"
  spec.licenses                   = ["MIT"]
  spec.date                       = Time.now.strftime("%Y-%m-%d")

  # List files and executables
  spec.files                      = `git ls-files -z`.split("\x0")
  spec.executables                = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.require_paths              = ["lib"]
  spec.required_ruby_version      = ">= 2.3"

  # Runtime dependencies
  spec.add_runtime_dependency     "aws-sdk-resources", '~> 2.6'

  # Development dependencies
  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rest-ftp-daemon-remote-s3-0.0.1 rest-ftp-daemon-remote-s3.gemspec