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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/nehm/help.rb +4 -2
- data/lib/nehm/version.rb +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: 522fa489786504c1af992b0e72d4bace47c06243
|
|
4
|
+
data.tar.gz: 645a69728cbecb7cd384189e044df8753a6e8377
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a68159c8bd5a1387fb21f1339d73af9c61a3586afa0cf5f7eeb12eac475a6f25f43b48dcbf22742af5aa793eae27755d919c5d54926954bca62c4e77ddde811
|
|
7
|
+
data.tar.gz: 9e849f3554f6c3e9b4ad3a4e7de3489cc7f8f5bfe6c65ad7f852398eb4bcc37dc16420a6379e4e0182b7c6da65381d796c46871e4a7d072504a4e9d506d10df4
|
data/CHANGELOG.md
CHANGED
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
|
|
43
|
-
puts ' ' + Paint['<number> likes', :green] + ' Do same with
|
|
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
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:
|
|
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-
|
|
11
|
+
date: 2015-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: soundcloud
|