musk 0.1.2 → 0.1.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -2
- data/lib/musk/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 133564e8ff231c5a22373dff976442425055270d
|
4
|
+
data.tar.gz: f2244b11611fcb50294454a92ebd4b5bdf201861
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 105306e6386f4018e53ef9b5b5ce7ba6e19f80779618dd224d3110e00ac5658c04a81ffba6a3064c72ca60b7e5d32141f6f702c46833579ff7834a5ff938744b
|
7
|
+
data.tar.gz: ad172e5d32c437b6d3693e8efbf6a4ed628b4fe8938327fe9af681692565273cf322271024be9a4d9787cea49e2e547e0005c316265dd5bc6d366ca6103a9df0
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
## Musk
|
2
2
|
|
3
|
-
[](https://travis-ci.org/pempel/musk)
|
4
|
-
[](https://coveralls.io/r/pempel/musk?branch=master)
|
5
3
|
[](http://badge.fury.io/rb/musk)
|
4
|
+
[](https://codeclimate.com/github/pempel/musk)
|
5
|
+
[](https://coveralls.io/r/pempel/musk?branch=master)
|
6
|
+
[](https://travis-ci.org/pempel/musk)
|
7
|
+
[](https://gemnasium.com/pempel/musk)
|
6
8
|
|
7
9
|
Use musk to impart the demonic scent of musk to your music.
|
8
10
|
Musk allows you to extract tags from MP3 files and perfume MP3 files
|
data/lib/musk/version.rb
CHANGED