astropanel 1.1.6 → 2.0
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/README.md +108 -0
- data/bin/astropanel +919 -1048
- metadata +11 -16
metadata
CHANGED
@@ -1,53 +1,48 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: astropanel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: '2.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: rcurses
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
20
|
-
- - ">="
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 1.3.2
|
19
|
+
version: '3.5'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
24
|
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
30
|
-
- - ">="
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 1.3.2
|
26
|
+
version: '3.5'
|
33
27
|
description: 'This program shows essential data in order to plan your observations:
|
34
28
|
9 days weather forecast, full ephemeris for the Sun, the Moon and all major planets,
|
35
29
|
complete with graphic representation of rise/set times, detailed info for each day
|
36
30
|
with important astronomical events, star chart displayed in the terminal and more.
|
37
|
-
New in
|
31
|
+
New in 2.0: Full rewrite using rcurses (https://github.com/isene/rcurses)'
|
38
32
|
email: g@isene.com
|
39
33
|
executables:
|
40
34
|
- astropanel
|
41
35
|
extensions: []
|
42
36
|
extra_rdoc_files: []
|
43
37
|
files:
|
38
|
+
- README.md
|
44
39
|
- bin/astropanel
|
45
40
|
homepage: https://isene.com/
|
46
41
|
licenses:
|
47
42
|
- Unlicense
|
48
43
|
metadata:
|
49
44
|
source_code_uri: https://github.com/isene/astropanel
|
50
|
-
post_install_message:
|
45
|
+
post_install_message:
|
51
46
|
rdoc_options: []
|
52
47
|
require_paths:
|
53
48
|
- lib
|
@@ -62,8 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
57
|
- !ruby/object:Gem::Version
|
63
58
|
version: '0'
|
64
59
|
requirements: []
|
65
|
-
rubygems_version: 3.
|
66
|
-
signing_key:
|
60
|
+
rubygems_version: 3.4.20
|
61
|
+
signing_key:
|
67
62
|
specification_version: 4
|
68
63
|
summary: Terminal program for amateur astronomers with weather forecast.
|
69
64
|
test_files: []
|