musicfix

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

commit 05f6f9163ada978592443d1450e7d9a4b900a909
parent d64c22cc062ffc05af27dc1ab675037b05135f38
Author: lostd <lostd@2f30.org>
Date:   Sat, 15 Jun 2013 16:55:23 +0000

Update to new stringex localization style

Diffstat:
Mbin/musicfix | 3++-
Mmusicfix.gemspec | 4++--
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/bin/musicfix b/bin/musicfix @@ -44,7 +44,8 @@ def mkdiscnum pos end # Add wordings for symbols -Stringex.localize_from :en => {"≠" => "not equals"} +syms = {"≠" => "not equals"} +Stringex::Localization.store_translations :en, :transliterations, syms # Convert to lowercase ASCII without punctuation def mkname n diff --git a/musicfix.gemspec b/musicfix.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'musicfix' - s.version = '0.1.1' - s.date = '2013-06-14' + s.version = '0.1.2' + s.date = '2013-06-15' s.summary = 'Music file renamer and tagger that uses Discogs.com' s.description = 'Musicfix is a music file renamer and tagger with consistency concerns. ' +