musicfix 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b5e2a3c7c246bf370b964aed5d732a0c100a571
|
|
4
|
+
data.tar.gz: 53279177af51d81e33fb0a6b91fab74bb257e1c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06556acfa259115ea03795ae831a6b39170843c64125ce50d48b42d78fb7f9d2a2f75c646571bee4629a2179facc8edcae52b0b4ffe67a1cc134f46ed6b5fb6e
|
|
7
|
+
data.tar.gz: 28a92a4523136e6d4ded45f0538c8f32e32216a3b2c7521e3feeff44b91ce67d78818c3244a2b094c95460b5ade02577ed728660afc0226abfc00b255f2b707b
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: musicfix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lazaros Koromilas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-06-
|
|
11
|
+
date: 2013-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: discogs-wrapper
|
|
@@ -52,7 +52,8 @@ dependencies:
|
|
|
52
52
|
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description:
|
|
55
|
+
description: Musicfix is a music file renamer and tagger with consistency concerns.
|
|
56
|
+
It has a release-centered logic and gets data from the Discogs.com site.
|
|
56
57
|
email: lostd@2f30.org
|
|
57
58
|
executables:
|
|
58
59
|
- musicfix
|
|
@@ -85,5 +86,5 @@ rubyforge_project:
|
|
|
85
86
|
rubygems_version: 2.0.0
|
|
86
87
|
signing_key:
|
|
87
88
|
specification_version: 4
|
|
88
|
-
summary: Music file renamer and tagger
|
|
89
|
+
summary: Music file renamer and tagger that uses Discogs.com
|
|
89
90
|
test_files: []
|