imdb-terminal 0.7.2 → 0.7.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 +3 -4
- 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: b84e11a0d17bc14b014874a8fa6c75b50bc04cd5e7a8d1f4e9b49aaf92b198e2
|
|
4
|
+
data.tar.gz: 84c9dd19d67e71bd7b5fbf4e1ff2ecb3e7095f8088845ef4d5248fedab98392e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 055fec44532c19465fe0bf5d97ee6b8ae59cdd6281d823739d986cb23c1279346f03b0be8155487ae2f9567c47f996208b5c53147ee0d0abd54be8e3d5498c18
|
|
7
|
+
data.tar.gz: f399d1825e5c43a165cb045815dce7129b7a6f021ed94bfc98f8797d9794b19147304dcf92e6b593be6874cc5d3e1885d3651e2ac7ebc36a1bad730d9434c84d
|
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.3"
|
|
18
18
|
|
|
19
19
|
# PRELIMINARIES
|
|
20
20
|
@help = <<HELPTEXT
|
|
@@ -676,9 +676,8 @@ def w_b_getstr(pretext, text) # A SIMPLE READLINE-LIKE ROUTINE
|
|
|
676
676
|
chr = ""
|
|
677
677
|
while chr != "ENTER"
|
|
678
678
|
@w_b.setpos(0,0)
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
@w_b.p(text)
|
|
679
|
+
@w_b.p(pretext + text)
|
|
680
|
+
@w_b.nl
|
|
682
681
|
@w_b.setpos(0,pretext.length + pos)
|
|
683
682
|
@w_b.refresh
|
|
684
683
|
chr = getchr
|
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.3
|
|
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-11 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.3: Bug fix on entering text
|
|
52
|
+
in bottom window.'
|
|
53
53
|
email: g@isene.com
|
|
54
54
|
executables:
|
|
55
55
|
- imdb
|