musicfix

music file renamer and tagger
git clone git://git.2f30.org/musicfix
Log | Files | Refs | README | LICENSE

musicfix.gemspec (707B)


      1 Gem::Specification.new do |s|
      2     s.name = 'musicfix'
      3     s.version = '0.2.2'
      4     s.date = '2017-11-26'
      5     s.summary = 'Music file renamer and tagger that uses Discogs.com'
      6     s.description =
      7       'Musicfix is a music file renamer and tagger with consistency concerns. ' +
      8       'It has a release-centered logic and gets data from the Discogs.com site.'
      9     s.authors = ['Lazaros Koromilas']
     10     s.email = 'lostd@2f30.org'
     11     s.files = ['bin/musicfix', 'README', 'LICENSE', 'CHANGELOG']
     12     s.homepage = 'http://git.2f30.org/musicfix/'
     13     s.license = 'BSD-2-Clause'
     14     s.add_runtime_dependency 'stringex', '~> 0'
     15     s.add_runtime_dependency 'taglib-ruby', '~> 0'
     16     s.executables = ['musicfix']
     17 end