commit c665f58c530bd084c0aa3b9c521937cffc4ab1b8
parent dbc1d01c2921339bf863c0bbb74f656427b98ab0
Author: lostd <lostd@2f30.org>
Date: Mon, 11 Nov 2013 11:21:03 +0000
Prepare for 0.1.4 release
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/musicfix.gemspec b/musicfix.gemspec
@@ -1,15 +1,15 @@
Gem::Specification.new do |s|
s.name = 'musicfix'
- s.version = '0.1.3'
- s.date = '2013-08-07'
+ s.version = '0.1.4'
+ s.date = '2013-11-11'
s.summary = 'Music file renamer and tagger that uses Discogs.com'
s.description =
'Musicfix is a music file renamer and tagger with consistency concerns. ' +
'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', 'LICENSE']
- s.homepage = 'http://www.2f30.org/~lostd/musicfix'
+ s.files = ['bin/musicfix', 'README', 'LICENSE', 'CHANGELOG']
+ s.homepage = 'http://www.2f30.org/~lostd/musicfix/'
s.license = 'BSD'
s.add_runtime_dependency 'stringex'
s.add_runtime_dependency 'taglib-ruby'