# -*- encoding: utf-8 -*- # stub: tagomatic 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "tagomatic".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Lukic".freeze] s.date = "2009-11-02" s.description = "= tagomatic\n\nSimple command-line mp3 tagger based on mp3info gem. Supports folder-specific configuration files.\n\nAnother mp3 tagger the world does not need.\n\nBut I needed it. I have a large collection of old mp3 files. From times when tagging was mostly\nbased on the file and folder names. When v2 tags where nowhere close..\n\nModes of operation:\n\n* The tagger will try to guess the tags from the full file path by applying a set of known formats.\n* The tagger will apply specific tags given on the command-line.\n* The tagger will match specific formats given on the command-line.\n* Arbitraty combination of the before-mentioned modes.\n\nThe scanner supports recursive folder handling. Of course.\n\nRight now v2 tags are the focus.\n\nIt is probably best to call this alpha ware.\n\n== Copyright\n\nCopyright (c) 2009 Daniel Lukic. See LICENSE for details.\n".freeze s.email = "daniel.lukic@berlinfactor.com".freeze s.executables = ["tagomatic".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".idea/.rakeTasks".freeze, ".idea/ant.xml".freeze, ".idea/compiler.xml".freeze, ".idea/dictionaries/dl.xml".freeze, ".idea/dynamic.xml".freeze, ".idea/encodings.xml".freeze, ".idea/inspectionProfiles/Project_Default.xml".freeze, ".idea/inspectionProfiles/profiles_settings.xml".freeze, ".idea/misc.xml".freeze, ".idea/modules.xml".freeze, ".idea/projectCodeStyle.xml".freeze, ".idea/tagomatic.iml".freeze, ".idea/templateLanguages.xml".freeze, ".idea/uiDesigner.xml".freeze, ".idea/vcs.xml".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/tagomatic".freeze, "lib/monkey/string.rb".freeze, "lib/tagomatic/format_compiler.rb".freeze, "lib/tagomatic/format_matcher.rb".freeze, "lib/tagomatic/info_updater.rb".freeze, "lib/tagomatic/local_options_matcher.rb".freeze, "lib/tagomatic/logger.rb".freeze, "lib/tagomatic/main.rb".freeze, "lib/tagomatic/mp3info_wrapper.rb".freeze, "lib/tagomatic/object_factory.rb".freeze, "lib/tagomatic/options.rb".freeze, "lib/tagomatic/options_parser.rb".freeze, "lib/tagomatic/scanner.rb".freeze, "lib/tagomatic/system_configuration.rb".freeze, "lib/tagomatic/tagger.rb".freeze, "test/data/sorted/80s/Peter_Schilling/Fast_alles_konstruiert/01-Fast_alles_konstruiert.mp3".freeze, "test/data/sorted/80s/Peter_Schilling/Fast_alles_konstruiert/02-Dann_truegt_der_schein.mp3".freeze, "test/helper.rb".freeze, "test/test_tagomatic.rb".freeze] s.homepage = "http://github.com/DanielLukic/tagomatic".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple command-line mp3 tagger based on mp3info gem. Supports folder-specific configuration files.".freeze s.test_files = ["test/test_tagomatic.rb".freeze, "test/helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end