Sha256: b59ed5486ee36decdee89af9a3889c6bb8b8593c3e0d16524c5a7ab7c3ba500c

Contents?: true

Size: 740 Bytes

Versions: 1

Compression:

Stored size: 740 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Andy Waite"]
  gem.email         = ["github.aw@andywaite.com"]
  gem.description   = "Export iTunes Library XML data to CSV"
  gem.summary       = "Export iTunes Library XML data to CSV"
  gem.homepage      = "https://github.com/andyw8/itunes_csv"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "itunes_csv"
  gem.require_paths = ["lib"]
  gem.version       = ItunesCsv::VERSION
  gem.add_runtime_dependency "itunes-library"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
itunes_csv-0.0.1 itunes_csv.gemspec