Sha256: b7d733c463f57c3bde62ac385ded18ba0fb0723137ed11226e39a8a0925c50c2

Contents?: true

Size: 672 Bytes

Versions: 3

Compression:

Stored size: 672 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    = 'david@davidpalma.me'

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

  s.add_runtime_dependency 'nokogiri', '~> 1.5.5'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nyaa-1.0.5 nyaa.gemspec
nyaa-1.0.4 nyaa.gemspec
nyaa-1.0.3 nyaa.gemspec