telescope-term 1.0 → 1.1
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/telescope +0 -7
- 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: b9d7390a8fecd0f7985cb6c6396edc3611f51daa61afc810e4636487345dda37
|
4
|
+
data.tar.gz: 525cc188610ac7dc332850e26b95fedada8c77acb6bddb498e260c4b5769e26f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15fb388da4c9bdced12b57cfdce35d466b19df4fc4ffe6ab1597bfeb248c66f05bddc2e1b79454833289e2dd1680a9fd45cf55b2afb6021d9c94c23df6646ea1
|
7
|
+
data.tar.gz: 78e47762e001126575ad985841efd7fc73c17f8b6cf710fc11616a8f8bad902e744754e2b2439c59e2ced2421a97e87ec784254ee6ff7e84686c7fd1401ff41d
|
data/bin/telescope
CHANGED
@@ -92,13 +92,6 @@ HELP3 = " Abbreviations and their meaning\n".b + '
|
|
92
92
|
PPL = Exit pupil (w/selected telescope)
|
93
93
|
2BLW = With a 2xBarlow (magnification, then rest)'.fg(229)
|
94
94
|
|
95
|
-
# CLEAR CURSES ON EXIT {{{1
|
96
|
-
at_exit do
|
97
|
-
$stdin.cooked!
|
98
|
-
$stdin.echo = true
|
99
|
-
Rcurses.clear_screen
|
100
|
-
Cursor.show
|
101
|
-
end
|
102
95
|
|
103
96
|
# INITIALIZATION {{{1
|
104
97
|
# Data stores
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: telescope-term
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.1'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rcurses
|
@@ -28,7 +28,7 @@ description: 'With this program you can list your telescopes and eyepieces and g
|
|
28
28
|
a set of calculations done for each scope and for the combination of scope and eyepiece.
|
29
29
|
Easy interface. Run the program, then hit ''?'' to show the help file. Version 1.0:
|
30
30
|
A full rewrite using the rcurses library (https://github.com/isene/rcurses) - lots
|
31
|
-
of improvements.'
|
31
|
+
of improvements. 1.1: Removed tty startup/exit codes as rcurses now handles that.'
|
32
32
|
email: g@isene.com
|
33
33
|
executables:
|
34
34
|
- telescope
|