imdb-terminal 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/imdb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8347c47ad3e34bb786894d6a997d63b4476c618fbe5384dbcddb9fb528f742b
4
- data.tar.gz: 91459db3845e5335bcc4736cc9c517b7261ae209a315a23f975b5c036c70062e
3
+ metadata.gz: 5900c22d081fb8cc49e3b657f2380246d4984245698fe7f997ce725a5d94a363
4
+ data.tar.gz: 7fa4905d7d01d3753d53639db6b6f432a4424c5e5224fffd4065c47d7647af52
5
5
  SHA512:
6
- metadata.gz: 4144094e4f95160f6c61f3add759f5bcbdbcd3df023c82d65a9337a9b299e225b3d69ff68db345cb4fbe8493d080d73f1771efcd68ad83eef6e407c2d415d983
7
- data.tar.gz: 4ab879585b58294d0b6ec12dda210de5de81f9a5f3290603d8e4389dcf0a171d6729a125793dda67369a0951354ac220e4e425a4b51f5eaf0de031af8b8ce881
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.2"
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 and ix < win.maxy do
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.2'
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