Sha256: 55c54ee04f0c7b43027556e03fc7e16b2feb143af6e0963f41adc86e79a76706

Contents?: true

Size: 1018 Bytes

Versions: 1

Compression:

Stored size: 1018 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "down_universe"
  spec.version       = DownUniverse::VERSION
  spec.authors       = ["Aref Aslani"]
  spec.email         = ["arefaslani@gmail.com"]
  spec.summary       = %q{Downloads a file and makes a torrent from it}
  spec.description   = %q{This program needs wget and mktorrent to work correctly and is a
                          dependency for UUT Download Application}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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.6"
  spec.add_development_dependency "rake"
  spec.add_runtime_dependency "safe_shell", "~> 1.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
down_universe-0.0.1 down_universe.gemspec