Sha256: 4a8f0f8048524f377dab5a54749462f517686f1c8863995538b64c97a8804459

Contents?: true

Size: 919 Bytes

Versions: 4

Compression:

Stored size: 919 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "Titania"
  spec.version       = Titania::VERSION
  spec.authors       = ["Sedat Ciftci"]
  spec.email         = ["iamcodegrab@gmail.com"]
  spec.description   = %q{FTP Connection & Management Gem}
  spec.summary       = %q{Ruby FTP Connection & Management Gem}
  spec.homepage      = "https://github.com/sedatciftci/Titania"
  spec.license       = "MIT"
  spec.rdoc_options << '--main' << 'README'

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
Titania-0.1.0 Titania.gemspec
Titania-0.0.9 Titania.gemspec
Titania-0.0.8 Titania.gemspec
Titania-0.0.7 Titania.gemspec