imdb-terminal 0.7.3 → 0.7.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/bin/imdb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d391b3fb6db051666570ba1d988b6d97e8a77e4700722227f3bdf2f5ad4fa5e
|
|
4
|
+
data.tar.gz: 8e2a1822d569b7381b12e661f0fda3386d49756838405aa4d5e1104c116cbd5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5869f3e01903ed9a0b1926b818ccedd8c315d64e63132887f63207195f6c4d96d12a5e6165d9fc3cfcd785b2dd05566dda4407a9f0132ad2724d338a6dd84176
|
|
7
|
+
data.tar.gz: 1aace6cafc04b8856607294bb71aaba8d32333c037cba4e0507f230c1bbdd4c451c5d89acc69ec70fe7f815424108abbaf4b3c7f6001d0ab7661932279942279
|
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.7.
|
|
17
|
+
@version = "0.7.4"
|
|
18
18
|
|
|
19
19
|
# PRELIMINARIES
|
|
20
20
|
@help = <<HELPTEXT
|
|
@@ -662,7 +662,7 @@ end
|
|
|
662
662
|
# BOTTOM WINDOW FUNCTIONS
|
|
663
663
|
def w_b(info) # SHOW INFO IN @W_B
|
|
664
664
|
@w_b.clr
|
|
665
|
-
info = "
|
|
665
|
+
info = "Use TAB to cycle through windows. Press ? for help. " if info == nil
|
|
666
666
|
info = info[1..(@w_b.maxx - 3)] + "…" if info.length + 3 > @w_b.maxx
|
|
667
667
|
info += " " * (@w_b.maxx - info.length) if info.length < @w_b.maxx
|
|
668
668
|
@w_b.p(info)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imdb-terminal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: curses
|
|
@@ -48,8 +48,8 @@ description: 'Narrow down your preferences from a 1000 movies and almost 500 ser
|
|
|
48
48
|
Select a minimum IMDB rating, range of production years, genres you like and dislike
|
|
49
49
|
to get your preferred list. Get detailed information on movies and series and where
|
|
50
50
|
you can stream them. Even the movie poster in the terminal. New in 0.2: Added ''v''
|
|
51
|
-
to show version and RubyGem version. Code cleanup. 0.7.
|
|
52
|
-
|
|
51
|
+
to show version and RubyGem version. Code cleanup. 0.7.4: Fixed info string in bottom
|
|
52
|
+
window.'
|
|
53
53
|
email: g@isene.com
|
|
54
54
|
executables:
|
|
55
55
|
- imdb
|