Sha256: 2ab91fdae2b99a120c99a07be07f333defa42ec372891c335650f16e3237a229

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "where_to"
  spec.version       = WhereTo::VERSION
  spec.authors       = ["Justin Toniazzo"]
  spec.email         = ["jutonz42@gmail.com"]

  spec.license       = 'MIT'

  spec.summary       = "Helps preserve a folder structure for mediafiles"
  spec.homepage      = "https://github.com/jutonz/where_to"

  spec.platform      = Gem::Platform::RUBY
  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.require_paths = ["lib"]
  spec.bindir        = "bin"
  spec.executables   << "whereto"

  spec.add_development_dependency "bundler", "~> 1.9"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "simplecov", "~> 0.10.0"
  spec.add_development_dependency "coveralls", "~> 0.8.1"
  spec.add_development_dependency "rspec", "~> 3.2"
  spec.add_development_dependency "parallel_tests", "~> 1.5"

  spec.add_dependency "tvdb_party", "~> 0.8.0"

  spec.add_runtime_dependency "gli", "2.13.1"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
where_to-1.1.0 where_to.gemspec
where_to-1.0.7 where_to.gemspec
where_to-1.0.6 where_to.gemspec
where_to-1.0.5 where_to.gemspec
where_to-1.0.4 where_to.gemspec
where_to-1.0.3 where_to.gemspec
where_to-1.0.2 where_to.gemspec
where_to-1.0.1 where_to.gemspec
where_to-1.0.0 where_to.gemspec