Sha256: 9695d29a31904b0a78de7f3794b8b9592893973b020f3eb45e18c7073e3d1d1e

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 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-sftp"
  spec.authors                    = ["Bruno MEDICI"]
  spec.email                      = "rftpd-project@bmconseil.com"
  spec.description                = "rest-ftp-daemon plugin: sFTP"
  spec.summary                    = "rest-ftp-daemon plugin: transfer files with sFTP"
  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     "net-sftp"
  spec.add_runtime_dependency     "rbnacl", '>= 3.2', '< 5.0'
  spec.add_runtime_dependency     "rbnacl-libsodium"
  spec.add_runtime_dependency     "bcrypt_pbkdf"

  # 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-sftp-0.0.1 rest-ftp-daemon-remote-s3.gemspec