Sha256: f30183e14e94e2ff90fd4d55b9ffac0bcfc8c6b8ca64b35f7d81e1faa556adb4

Contents?: true

Size: 956 Bytes

Versions: 2

Compression:

Stored size: 956 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'iam_ftp/version'

Gem::Specification.new do |spec|
  spec.name          = "iam_ftp"
  spec.version       = IamFtp::VERSION
  spec.authors       = ["anthony de silva"]
  spec.email         = ["anthony   @   iamfree.com"]
  spec.summary       = %q{A Ruby FTP client}
  spec.description   = %q{I think i can upload files to an FTP server, list all files and download files from FTP server}
  spec.homepage      = "https://github.com/iamfree-com/iam_ftp"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.8"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iam_ftp-0.1.2 iam_ftp.gemspec
iam_ftp-0.1.1 iam_ftp.gemspec