astropanel 4.1.1 → 4.1.2
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 +3 -3
- 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: ddc0ff4a3eb609339b8044960db555014389838be8e88a215ab1efb74affbd20
|
|
4
|
+
data.tar.gz: 0d1ac2b397a104df3037f32671e57950b861afd54c05c771737c1aff09b0cbb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41d6b60a8bbc71a7e935a0f4f9729d464ebbfa9945e63e0c021f700adc4352f47cb2e28ccbed2efb5801f6453fc3a3348ffe912c6064612ab1c47e0ace564ffd
|
|
7
|
+
data.tar.gz: fe713c96940e9fd623ae3ad4817712ff0767984de3fea983cd99a2aa2542c57c1f6b02fe7a1bada2e9ee88708d1edd47f41b5158dc0c8c4fc0a9b770383e26d0
|
data/bin/astropanel
CHANGED
|
@@ -865,7 +865,7 @@ class AstroPanelApp
|
|
|
865
865
|
body_list = BODIES.map { |b| SYMBOLS[b].fg(BODY_COLORS[b]) }.join(' ')
|
|
866
866
|
_, cols = IO.console.winsize
|
|
867
867
|
jd = DateTime.now.ajd + (Time.now.sec + Time.now.min*60 + Time.now.hour*3600)/86400.0
|
|
868
|
-
txt = " YYYY-MM-DD HH Cld Hum Temp Wind ! #{body_list} #{@loc} tz#{@tz} (#{@lat}/#{@lon}) Bortle #{@bortle} Updated #{@time} JD:#{'%.5f' % jd}".
|
|
868
|
+
txt = " YYYY-MM-DD HH Cld Hum Temp Wind ! #{body_list} #{@loc} tz#{@tz} (#{@lat}/#{@lon}) Bortle #{@bortle} Updated #{@time} JD:#{'%.5f' % jd}".bd
|
|
869
869
|
@header.clear
|
|
870
870
|
@header.say(txt.ljust(cols))
|
|
871
871
|
end
|
|
@@ -890,7 +890,7 @@ class AstroPanelApp
|
|
|
890
890
|
end
|
|
891
891
|
|
|
892
892
|
title << ' ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ '.fg(244)
|
|
893
|
-
title << "#{date}#{ date ? " (#{Date.parse(date).strftime("%A")}) #{hr}:00" : ""}".
|
|
893
|
+
title << "#{date}#{ date ? " (#{Date.parse(date).strftime("%A")}) #{hr}:00" : ""}".bd.fg(col)
|
|
894
894
|
|
|
895
895
|
# Safely fetch moon‐phase info (mphase/mph_s) if it exists
|
|
896
896
|
if date && (pd = @planets[date])
|
|
@@ -938,7 +938,7 @@ class AstroPanelApp
|
|
|
938
938
|
# Build the left‐pane row
|
|
939
939
|
row = "#{date_s} ".fg(col)
|
|
940
940
|
ul = "#{hour_s} #{cloud_s} #{hum_s} #{tmp_s} #{wnd_s}".fg(col)
|
|
941
|
-
ul = ul.
|
|
941
|
+
ul = ul.ul if i == @index
|
|
942
942
|
row += ul
|
|
943
943
|
|
|
944
944
|
# Event marker
|
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: 4.1.
|
|
4
|
+
version: 4.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rcurses
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '7.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '7.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: termpix
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|