Sha256: 3477eaef7f84004b40cdd79be9166aa11523cf4450127233cf512b88ac6d56eb
Contents?: true
Size: 592 Bytes
Versions: 1
Compression:
Stored size: 592 Bytes
Contents
# encoding: UTF-8 Gem::Specification.new do |s| s.name = 'mp3info' s.version = '0.6.18' s.summary = %q{Read low-level informations and manipulate tags on mp3 files.} s.homepage = "http://github.com/toy/#{s.name}" s.authors = ['Guillaume Pierronnet', 'Ivan Kuchin'] s.license = 'ruby' s.rubyforge_project = s.name s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = %w[lib] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mp3info-0.6.18 | mp3info.gemspec |