Sha256: 33b7d7d7491ba8059bb4ca72a84bc26cc10b73d6f25c0b910a747635b56aa2ba

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 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 "andyw8-itunes-library", "~> 0.1.3"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
itunes_csv-0.0.3 itunes_csv.gemspec