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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/telescope +0 -7
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a927518be7d857221796c64555e4fec64668911d1279ac9f116ce7b53e17d7d
4
- data.tar.gz: c5107d1239cde8bc48b26e7daefb13ed0d65f16e2fe2bbbde1567f96ac79656b
3
+ metadata.gz: b9d7390a8fecd0f7985cb6c6396edc3611f51daa61afc810e4636487345dda37
4
+ data.tar.gz: 525cc188610ac7dc332850e26b95fedada8c77acb6bddb498e260c4b5769e26f
5
5
  SHA512:
6
- metadata.gz: 230a99f5e65020b070110bf2b234638a44fc47f0f9f799f7b7114f2f8b9bda342952d5e1d4a9257bfdff69bcc5404cac76923b823809245ee59cd885b9e70240
7
- data.tar.gz: 9c2f836f026ca88f523cd296290a8f7ac64f3ed813002b6575732b7c5624060a6a9f3f053931cf706efbdc31d2e6328df99395c7671260994f3a09fb78370485
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.0'
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-06 00:00:00.000000000 Z
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