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.
- checksums.yaml +4 -4
- data/bin/astropanel.rb +1 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de36265a7563751277eb4ae92b7f6cb5e727cb489928a09d037ff08ca4ad1fb2
|
4
|
+
data.tar.gz: 674bf316b0db1244c3c4c31c1db8aaaa7860f3bbe465609773ae335fbdfde3aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
+
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-
|
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:
|
37
|
+
New in 1.1.4: Less resources needed.'
|
38
38
|
email: g@isene.com
|
39
39
|
executables:
|
40
40
|
- astropanel.rb
|