Sha256: 3a75d4c8a0dcaddca65bc3648a2c62c1f35800a137faa5a4b5c715a2fb0d14bf
Contents?: true
Size: 747 Bytes
Versions: 1
Compression:
Stored size: 747 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" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
itunes_csv-0.0.2 | itunes_csv.gemspec |