astropanel 1.1.5 → 1.1.6
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 → astropanel} +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6591cdec5082235e5fccfdefbc533df487fa4fda0b3d2c0a7218a813961f23a8
|
4
|
+
data.tar.gz: 74cd1353b471afc5a150270ded607107465f72565d3b260d755a51e22f9451d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79fe543ae189d2521ba6a4a267c7d0fcc9507a63e2fd9821b739f89a82bc53bcf0d2fbe8ba7f956d28c35d436ee479d1b011f8a612e25e697f2d4d0987af1768
|
7
|
+
data.tar.gz: 93c13622e47e7fb68180d509fbc95d6e1b510c03c898cc3d12524057a88126c387fdecdd69484c71b4a486eb935080f19a50c9a5bdbc1a13a193ae4cf3242c80
|
File without changes
|
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.6
|
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
|
+
date: 2021-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -34,14 +34,14 @@ 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.
|
37
|
+
New in 1.1.6: Dropped the ''.rb'' suffix'
|
38
38
|
email: g@isene.com
|
39
39
|
executables:
|
40
|
-
- astropanel
|
40
|
+
- astropanel
|
41
41
|
extensions: []
|
42
42
|
extra_rdoc_files: []
|
43
43
|
files:
|
44
|
-
- bin/astropanel
|
44
|
+
- bin/astropanel
|
45
45
|
homepage: https://isene.com/
|
46
46
|
licenses:
|
47
47
|
- Unlicense
|