imdb-terminal 0.2 → 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/bin/imdb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5900c22d081fb8cc49e3b657f2380246d4984245698fe7f997ce725a5d94a363
|
|
4
|
+
data.tar.gz: 7fa4905d7d01d3753d53639db6b6f432a4424c5e5224fffd4065c47d7647af52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8545ab5fc7c8655ad3e9541517899e4ce761cb15d7ce4ceb24e6949048b160af96fe2b7e211b39896897aed54fa3b75871a295da9d903e120467b91eb1df8cba
|
|
7
|
+
data.tar.gz: 359a3cfd14dd7d03f93ef40da0b5e3d0addabeee12cee86f8354e5d791ef52589424b9d91522c5b0a6146415843564575ddac55a55f2cd682915e37415084912
|
data/bin/imdb
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
# for any damages resulting from its use. Further, I am under no
|
|
15
15
|
# obligation to maintain or extend this software. It is provided
|
|
16
16
|
# on an 'as is' basis without any expressed or implied warranty.
|
|
17
|
-
@version = "0.
|
|
17
|
+
@version = "0.3"
|
|
18
18
|
|
|
19
19
|
# PRELIMINARIES
|
|
20
20
|
@help = <<HELPTEXT
|
|
@@ -513,7 +513,7 @@ def w_list(win) # LIST IN WINDOW
|
|
|
513
513
|
win.fill
|
|
514
514
|
ix = 0
|
|
515
515
|
ix = win.index - win.maxy/2 if win.index > win.maxy/2 and win.list.size > win.maxy - 1
|
|
516
|
-
while ix < win.list.size
|
|
516
|
+
while ix < win.list.size
|
|
517
517
|
str = win.list[ix][0]
|
|
518
518
|
str = win.list[ix] if win == @w_g
|
|
519
519
|
if ix == win.index and win == @active
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imdb-terminal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.3'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
@@ -34,7 +34,7 @@ description: 'Narrow down your preferences from a 1000 movies and almost 500 ser
|
|
|
34
34
|
Select a minimum IMDB rating, range of production years, genres you like and dislike
|
|
35
35
|
to get your preferred list. Get detailed information on movies and series and where
|
|
36
36
|
you can stream them. Even the movie poster in the terminal. New in 0.2: Added ''v''
|
|
37
|
-
to show version and RubyGem version. Code cleanup.'
|
|
37
|
+
to show version and RubyGem version. Code cleanup. 0.3: Major bug fix on listing'
|
|
38
38
|
email: g@isene.com
|
|
39
39
|
executables:
|
|
40
40
|
- imdb
|