astropanel 1.1.4 → 1.1.5

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/astropanel.rb +1 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c47f134b937b613504dd72c7b66db713dd46fdea3872df75cf6925dd7f7f4220
4
- data.tar.gz: 7dc24b7a095e0b02d1c6c769c57736e3eb46a8b0e1e9b426a22242a757b8b545
3
+ metadata.gz: de36265a7563751277eb4ae92b7f6cb5e727cb489928a09d037ff08ca4ad1fb2
4
+ data.tar.gz: 674bf316b0db1244c3c4c31c1db8aaaa7860f3bbe465609773ae335fbdfde3aa
5
5
  SHA512:
6
- metadata.gz: 7cb7dea46293198f6cffc6200198d1730cf8a24e8cb863416b4eb1e5114f8a8c72a4da5ffa87191ad579395c2a8228bcac6111c83dc83f974d289acace680862
7
- data.tar.gz: b4e59e79208859c5762d62e12d6c7a5ecba3b1948a9d1799aaf3726e5d3c151d75a9f7ca722bb205a6afdf38da0c76f17a05c00bc85c7d648f2b6e90568e2c87
6
+ metadata.gz: de22296881b26d2cfe926a4b5fd03ddd09d20c9b9f4a2c62a47552c2f1e1c7b3d4bfbdf3bf29a539a07aa280d421a7359eedac0208d9da030c1903fc56aa90bc
7
+ data.tar.gz: b9a76973d84d72a24b126f24c27c580639bffd9c5e6b75158ede0e82923ef3fd23310d9c49e4cc376efe0d85c2aaafa22b88151ecd92fac1bf591092a6fb22fd
data/bin/astropanel.rb CHANGED
@@ -542,8 +542,7 @@ def getchr # PROCESS KEY PRESSES
542
542
  # Note: Curses.getch blanks out @w_t
543
543
  # @w_l.getch makes Curses::KEY_DOWN etc not work
544
544
  # Therefore resorting to the generic method
545
- #c = STDIN.getc
546
- c = STDIN.getch(min: 0, time: 0.1) # Non-blocking for future needs
545
+ c = STDIN.getch(min: 0, time: 1)
547
546
  case c
548
547
  when "\e" # ANSI escape sequences
549
548
  case $stdin.getc
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: astropanel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-18 00:00:00.000000000 Z
11
+ date: 2021-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curses
@@ -34,7 +34,7 @@ description: 'This program shows essential data in order to plan your observatio
34
34
  9 days weather forecast, full ephemeris for the Sun, the Moon and all major planets,
35
35
  complete with graphic representation of rise/set times, detailed info for each day
36
36
  with important astronomical events, star chart displayed in the terminal and more.
37
- New in 1.1.4: Made astropanel responsive to terminal size changes.'
37
+ New in 1.1.4: Less resources needed.'
38
38
  email: g@isene.com
39
39
  executables:
40
40
  - astropanel.rb