nehm 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 746d9bf5a48ac3523dfa0be5f6261560d2bca30f
4
- data.tar.gz: 616070f378e2b02a084a30120df7322c72e38d0e
3
+ metadata.gz: 9a7e3a01331284405eb2410780a6402b67dedcb5
4
+ data.tar.gz: fca48e9eb59225bca1424726840f01781d4ed94f
5
5
  SHA512:
6
- metadata.gz: 681b66bea229f121dcdd26e0316763f17da53b46de9fed23c66746cd2efe77866ec12a539d1640abd01a0fc587bebac2ed9133533155eeef419df3df036da3c4
7
- data.tar.gz: 6333c8d33dfafea0ba8d11f798cab733eff8ed5b01a1538b41f29689b15f10e07728f3d9555a6426114228261698a084a1b3765168115110dfbf608eaaec57b3
6
+ metadata.gz: 4bc59dff8795f2000050edbdff2361258343ea909538d51dd15572e8b581a66400c4324d222d867d458f28b0dd67ce133b0546664f3c8de3d660e36fad4a7766
7
+ data.tar.gz: 2362999289cb417dd94c198e658d9b4956ff589650aba4a4754606658f601d791a570fdaf5c9e91df066e5689dc73c2a8f8d148a5e178ff025636ab57a93d2d7
data/.travis.yml CHANGED
@@ -1,4 +1,8 @@
1
1
  language: ruby
2
2
  rvm:
3
+ - 1.9.2
4
+ - 1.9.3
5
+ - 2.0.0
6
+ - 2.1.1
3
7
  - 2.2.1
4
8
  before_install: gem install bundler -v 1.10.5
data/lib/nehm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nehm
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
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.3
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: []