Sha256: c4600ecdf3631ebd785b0f5251a079aea133d2949214d5b2ebb69cd0a928cf1e

Contents?: true

Size: 895 Bytes

Versions: 1

Compression:

Stored size: 895 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/nyaa/version', __FILE__)

Gem::Specification.new do |s|
  s.name        = 'nyaa'
  s.version     = Nyaa::VERSION
  s.homepage    = 'https://github.com/mistofvongola/nyaa'
  s.summary     = 'The nyaa gem is a CLI to NyaaTorrents.'
  s.description = 'Browse and download from NyaaTorrents from the command-line. Supports categories and filters.'

  s.authors  = ['David Palma']
  s.email    = 'requiem.der.seele@gmail.com'

  s.files        = `git ls-files`.split("\n")
  s.executables  = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  s.test_files   = s.files.grep(%r{^(test|spec|features)/})
  s.require_path = ['lib']

  s.add_runtime_dependency 'trollop', '~> 1.16.2'
  s.add_runtime_dependency 'formatador', '~> 0.2.3'
  s.add_runtime_dependency 'nokogiri', '~> 1.5.5'
  s.add_runtime_dependency 'rest-client', '~> 1.6.7'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nyaa-0.3.0 nyaa.gemspec