tagomatic 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. data/.gitignore +1 -0
  2. data/Rakefile +1 -0
  3. data/VERSION +1 -1
  4. metadata +1 -2
  5. data/tagomatic.gemspec +0 -114
data/.gitignore CHANGED
@@ -20,3 +20,4 @@ pkg
20
20
 
21
21
  ## PROJECT::SPECIFIC
22
22
  .idea/workspace.xml
23
+ tagomatic.gemspec
data/Rakefile CHANGED
@@ -14,6 +14,7 @@ begin
14
14
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
15
15
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
16
16
  end
17
+ Jeweler::GemcutterTasks.new
17
18
  rescue LoadError
18
19
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
19
20
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagomatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lukic
@@ -104,7 +104,6 @@ files:
104
104
  - lib/tagomatic/scanner.rb
105
105
  - lib/tagomatic/system_configuration.rb
106
106
  - lib/tagomatic/tagger.rb
107
- - tagomatic.gemspec
108
107
  - test/data/sorted/80s/Peter_Schilling/Fast_alles_konstruiert/01-Fast_alles_konstruiert.mp3
109
108
  - test/data/sorted/80s/Peter_Schilling/Fast_alles_konstruiert/02-Dann_truegt_der_schein.mp3
110
109
  - test/helper.rb
@@ -1,114 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{tagomatic}
8
- s.version = "0.0.1"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Daniel Lukic"]
12
- s.date = %q{2009-11-02}
13
- s.default_executable = %q{tagomatic}
14
- s.description = %q{= tagomatic
15
-
16
- Simple command-line mp3 tagger based on mp3info gem. Supports folder-specific configuration files.
17
-
18
- Another mp3 tagger the world does not need.
19
-
20
- But I needed it. I have a large collection of old mp3 files. From times when tagging was mostly
21
- based on the file and folder names. When v2 tags where nowhere close..
22
-
23
- Modes of operation:
24
-
25
- * The tagger will try to guess the tags from the full file path by applying a set of known formats.
26
- * The tagger will apply specific tags given on the command-line.
27
- * The tagger will match specific formats given on the command-line.
28
- * Arbitraty combination of the before-mentioned modes.
29
-
30
- The scanner supports recursive folder handling. Of course.
31
-
32
- Right now v2 tags are the focus.
33
-
34
- It is probably best to call this alpha ware.
35
-
36
- == Copyright
37
-
38
- Copyright (c) 2009 Daniel Lukic. See LICENSE for details.
39
- }
40
- s.email = %q{daniel.lukic@berlinfactor.com}
41
- s.executables = ["tagomatic"]
42
- s.extra_rdoc_files = [
43
- "LICENSE",
44
- "README.rdoc"
45
- ]
46
- s.files = [
47
- ".document",
48
- ".gitignore",
49
- ".idea/ant.xml",
50
- ".idea/compiler.xml",
51
- ".idea/dictionaries/dl.xml",
52
- ".idea/dynamic.xml",
53
- ".idea/encodings.xml",
54
- ".idea/inspectionProfiles/Project_Default.xml",
55
- ".idea/inspectionProfiles/profiles_settings.xml",
56
- ".idea/misc.xml",
57
- ".idea/modules.xml",
58
- ".idea/projectCodeStyle.xml",
59
- ".idea/tagomatic.iml",
60
- ".idea/templateLanguages.xml",
61
- ".idea/uiDesigner.xml",
62
- ".idea/vcs.xml",
63
- "LICENSE",
64
- "README.rdoc",
65
- "Rakefile",
66
- "VERSION",
67
- "bin/tagomatic",
68
- "lib/monkey/string.rb",
69
- "lib/tagomatic/format_compiler.rb",
70
- "lib/tagomatic/format_matcher.rb",
71
- "lib/tagomatic/info_updater.rb",
72
- "lib/tagomatic/local_options_matcher.rb",
73
- "lib/tagomatic/logger.rb",
74
- "lib/tagomatic/main.rb",
75
- "lib/tagomatic/mp3info_wrapper.rb",
76
- "lib/tagomatic/object_factory.rb",
77
- "lib/tagomatic/options.rb",
78
- "lib/tagomatic/options_parser.rb",
79
- "lib/tagomatic/scanner.rb",
80
- "lib/tagomatic/system_configuration.rb",
81
- "lib/tagomatic/tagger.rb",
82
- "tagomatic.gemspec",
83
- "test/data/sorted/80s/Peter_Schilling/Fast_alles_konstruiert/01-Fast_alles_konstruiert.mp3",
84
- "test/data/sorted/80s/Peter_Schilling/Fast_alles_konstruiert/02-Dann_truegt_der_schein.mp3",
85
- "test/helper.rb",
86
- "test/test_tagomatic.rb"
87
- ]
88
- s.homepage = %q{http://github.com/DanielLukic/tagomatic}
89
- s.rdoc_options = ["--charset=UTF-8"]
90
- s.require_paths = ["lib"]
91
- s.rubygems_version = %q{1.3.5}
92
- s.summary = %q{Simple command-line mp3 tagger based on mp3info gem. Supports folder-specific configuration files.}
93
- s.test_files = [
94
- "test/helper.rb",
95
- "test/test_tagomatic.rb"
96
- ]
97
-
98
- if s.respond_to? :specification_version then
99
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
100
- s.specification_version = 3
101
-
102
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
103
- s.add_runtime_dependency(%q<ruby-mp3info>, [">= 0"])
104
- s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
105
- else
106
- s.add_dependency(%q<ruby-mp3info>, [">= 0"])
107
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
108
- end
109
- else
110
- s.add_dependency(%q<ruby-mp3info>, [">= 0"])
111
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
112
- end
113
- end
114
-