nehm 1.0.2 → 1.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/nehm/version.rb +1 -1
- data/nehm.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 746d9bf5a48ac3523dfa0be5f6261560d2bca30f
|
4
|
+
data.tar.gz: 616070f378e2b02a084a30120df7322c72e38d0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 681b66bea229f121dcdd26e0316763f17da53b46de9fed23c66746cd2efe77866ec12a539d1640abd01a0fc587bebac2ed9133533155eeef419df3df036da3c4
|
7
|
+
data.tar.gz: 6333c8d33dfafea0ba8d11f798cab733eff8ed5b01a1538b41f29689b15f10e07728f3d9555a6426114228261698a084a1b3765168115110dfbf608eaaec57b3
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# nehm
|
2
2
|
|
3
|
-
*nehm* is a console tool, which downloads, sets IDv3 tags and adds to your iTunes library your SoundCloud posts or likes
|
3
|
+
*nehm* is a console tool, which downloads, sets IDv3 tags and adds to your iTunes library your SoundCloud posts or likes in convenient way
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
data/lib/nehm/version.rb
CHANGED
data/nehm.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['albertnigma@gmail.com']
|
11
11
|
|
12
12
|
spec.summary = %q{Convenient way to get tracks from SoundCloud}
|
13
|
-
spec.description = %q{nehm is a console tool, which downloads, sets IDv3 tags and adds to your iTunes library your SoundCloud posts or likes
|
13
|
+
spec.description = %q{nehm is a console tool, which downloads, sets IDv3 tags and adds to your iTunes library your SoundCloud posts or likes in convenient way}
|
14
14
|
spec.homepage = 'http://www.github.com/bogem/nehm'
|
15
15
|
spec.license = 'MIT'
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nehm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Albert Nigmatzianov
|
@@ -131,7 +131,7 @@ dependencies:
|
|
131
131
|
- !ruby/object:Gem::Version
|
132
132
|
version: 1.7.2
|
133
133
|
description: nehm is a console tool, which downloads, sets IDv3 tags and adds to your
|
134
|
-
iTunes library your SoundCloud posts or likes
|
134
|
+
iTunes library your SoundCloud posts or likes in convenient way
|
135
135
|
email:
|
136
136
|
- albertnigma@gmail.com
|
137
137
|
executables:
|