musicfix

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

commit 629fe077a6aca33f3d56e7b35534b48243e327c8
parent 1c75864ec244a023355407171ad08f9455bee23c
Author: lostd <lostd@2f30.org>
Date:   Fri, 14 Jun 2013 16:21:02 +0000

Include license file in gem

Diffstat:
Mmusicfix.gemspec | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/musicfix.gemspec b/musicfix.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| 'It has a release-centered logic and gets data from the Discogs.com site.' s.authors = ['Lazaros Koromilas'] s.email = 'lostd@2f30.org' - s.files = ['bin/musicfix', 'README'] + s.files = ['bin/musicfix', 'README', 'LICENSE'] s.homepage = 'http://www.2f30.org/~lostd/musicfix' s.license = 'BSD' s.add_runtime_dependency 'discogs-wrapper'