nehm 1.5 → 1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f45c781d72f8543d6b8f6172bd94682d89d3589
4
- data.tar.gz: 517a5d04219f8ff0eb36a968f9b4c0c6adb1dfb4
3
+ metadata.gz: 522fa489786504c1af992b0e72d4bace47c06243
4
+ data.tar.gz: 645a69728cbecb7cd384189e044df8753a6e8377
5
5
  SHA512:
6
- metadata.gz: 4a4f13bfbadced60aa02119e1e69ede64c46deb7e7a5a067afb410014590287d50d09c9f2292c30f73027f2b08100f4e0ec6466ecdc9d5ad537310a31a89e98f
7
- data.tar.gz: 99346b65d73ee41511e922b8cce7c3124ba342be5a4b5f64d8c4838efb3ba4c8831f233ac0c4deaeec953e726aa96538af3c544bb4b9dd91e25cdfc3c1aa7768
6
+ metadata.gz: 2a68159c8bd5a1387fb21f1339d73af9c61a3586afa0cf5f7eeb12eac475a6f25f43b48dcbf22742af5aa793eae27755d919c5d54926954bca62c4e77ddde811
7
+ data.tar.gz: 9e849f3554f6c3e9b4ad3a4e7de3489cc7f8f5bfe6c65ad7f852398eb4bcc37dc16420a6379e4e0182b7c6da65381d796c46871e4a7d072504a4e9d506d10df4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # nehm change log
2
2
 
3
+ ## 1.5.1
4
+ * Update `nehm help`
5
+ * Fix some descriptions
6
+ * Add `url` option to `dl` and `get`
7
+
3
8
  ## 1.5
4
9
 
5
10
  * Add support for Ruby 1.9.3
data/lib/nehm/help.rb CHANGED
@@ -39,8 +39,9 @@ module Help
39
39
  puts Paint['OPTIONS:', :yellow]
40
40
  puts ' ' + Paint['post', :green] + ' Do same with last post (track or repost) from your profile'
41
41
  puts ' ' + Paint['<number> posts', :green] + ' Do same with last <number> posts from your profile'
42
- puts ' ' + Paint['like', :green] + ' Do same with tags your last like'
43
- puts ' ' + Paint['<number> likes', :green] + ' Do same with tags your last <number> likes'
42
+ puts ' ' + Paint['like', :green] + ' Do same with your last like'
43
+ puts ' ' + Paint['<number> likes', :green] + ' Do same with your last <number> likes'
44
+ puts ' ' + Paint['url', :magenta] + ' Do same with track from entered url'
44
45
  puts "\n"
45
46
  puts Paint['Extra options:', :yellow]
46
47
  puts ' ' + Paint['from PERMALINK', :green] + ' Do aforecited operations from custom user profile'
@@ -60,6 +61,7 @@ module Help
60
61
  puts ' ' + Paint['<number> posts', :green] + ' Do same with last <number> posts from your profile'
61
62
  puts ' ' + Paint['like', :green] + ' Do same with your last like'
62
63
  puts ' ' + Paint['<number> likes', :green] + ' Do same with your last <number> likes'
64
+ puts ' ' + Paint['url', :magenta] + ' Do same with track from entered url'
63
65
  puts "\n"
64
66
  puts Paint['Extra options:', :yellow]
65
67
  puts ' ' + Paint['from PERMALINK', :green] + ' Do aforecited operations from profile with PERMALINK'
data/lib/nehm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nehm
2
- VERSION = '1.5'.freeze
2
+ VERSION = '1.5.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nehm
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.5'
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert Nigmatzianov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-17 00:00:00.000000000 Z
11
+ date: 2015-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: soundcloud