Sha256: eb3d02736ac2d45f6f7f22945a370bec35f822db66fb250e4799c86670cda2cf

Contents?: true

Size: 1.21 KB

Versions: 21

Compression:

Stored size: 1.21 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'youtube-dl.rb'
  spec.version       = YoutubeDL::VERSION
  spec.authors       = %w(sapslaj xNightMare)
  spec.email         = ['saps.laj@gmail.com']
  spec.summary       = 'youtube-dl wrapper for Ruby'
  spec.description   = 'in the spirit of pygments.rb and MiniMagick, youtube-dl.rb is a command line wrapper for the python script youtube-dl'
  spec.homepage      = 'https://github.com/layer8x/youtube-dl.rb'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  #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_dependency 'cocaine', '>=0.5.4'

  spec.add_development_dependency 'bundler', '>= 1.6'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'minitest', '~> 5.8.1'
  spec.add_development_dependency 'purdytest'
  spec.add_development_dependency 'codeclimate-test-reporter'
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
youtube-dl.rb-0.3.1.2016.09.11.1 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.08.31 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.08.28 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.08.19 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.08.13 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.08.12 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.08.10 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.08.07 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.08.06 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.08.01 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.07.30 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.07.26.2 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.07.24 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.07.22 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.06.27 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.06.26 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.06.25 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.06.23 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.06.20 youtube-dl.rb.gemspec
youtube-dl.rb-0.3.1.2016.06.19.1 youtube-dl.rb.gemspec