nehm 1.0.3 → 1.0.4
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/.travis.yml +4 -0
- 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: 9a7e3a01331284405eb2410780a6402b67dedcb5
|
|
4
|
+
data.tar.gz: fca48e9eb59225bca1424726840f01781d4ed94f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bc59dff8795f2000050edbdff2361258343ea909538d51dd15572e8b581a66400c4324d222d867d458f28b0dd67ce133b0546664f3c8de3d660e36fad4a7766
|
|
7
|
+
data.tar.gz: 2362999289cb417dd94c198e658d9b4956ff589650aba4a4754606658f601d791a570fdaf5c9e91df066e5689dc73c2a8f8d148a5e178ff025636ab57a93d2d7
|
data/.travis.yml
CHANGED
data/lib/nehm/version.rb
CHANGED
data/nehm.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Albert Nigmatzianov']
|
|
10
10
|
spec.email = ['albertnigma@gmail.com']
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Convenient way to get tracks from SoundCloud}
|
|
12
|
+
spec.summary = %q{Convenient way to get tracks from SoundCloud via terminal}
|
|
13
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'
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Albert Nigmatzianov
|
|
@@ -184,5 +184,5 @@ rubyforge_project:
|
|
|
184
184
|
rubygems_version: 2.4.8
|
|
185
185
|
signing_key:
|
|
186
186
|
specification_version: 4
|
|
187
|
-
summary: Convenient way to get tracks from SoundCloud
|
|
187
|
+
summary: Convenient way to get tracks from SoundCloud via terminal
|
|
188
188
|
test_files: []
|