telescope-term 1.5 → 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/bin/telescope +3 -1
- metadata +7 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea52b6c70e7459e1d2883070863c43c61ea83254c894d14205b75f664b10419a
|
4
|
+
data.tar.gz: 262471d0faf1eaee00418bf48969cfa0675cc5bfb0167ad4f3427d64b342c240
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5d1d868063f0eb0d1b0f6028e43851e9c320c699bd32718c18df9050ff6dde8b85cf14246df84f43f10b129066698a1548c0f3d97f38374b6ccfc5495fb3bbe
|
7
|
+
data.tar.gz: 59da347391bd03414dfcbb92a0651b189d5df5825135e437e8c9e1d9ee2f608ee9e5a5d86d8a3c58dfb7417c3de373250843463d6bbc21533136ad3fdc5f8180
|
data/bin/telescope
CHANGED
@@ -37,7 +37,7 @@ require 'json'
|
|
37
37
|
require 'csv'
|
38
38
|
|
39
39
|
# Version
|
40
|
-
VERSION = "
|
40
|
+
VERSION = "2.0"
|
41
41
|
|
42
42
|
# Persistence paths
|
43
43
|
SAVE = File.join(Dir.home, '.telescope')
|
@@ -597,6 +597,8 @@ Signal.trap('WINCH') do
|
|
597
597
|
end
|
598
598
|
|
599
599
|
# MAIN LOOP {{{1
|
600
|
+
# Initialize rcurses (required for rcurses 6.0.0+)
|
601
|
+
Rcurses.init!
|
600
602
|
refresh_all
|
601
603
|
loop do
|
602
604
|
render_ts
|
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: '
|
4
|
+
version: '2.0'
|
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-
|
11
|
+
date: 2025-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rcurses
|
@@ -16,21 +16,19 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '6.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: '6.0'
|
27
27
|
description: 'With this program you can list your telescopes and eyepieces and get
|
28
28
|
a set of calculations done for each scope and for the combination of scope and eyepiece.
|
29
|
-
Easy interface. Run the program, then hit ''?'' to show the help file. Version
|
30
|
-
|
31
|
-
|
32
|
-
1.5: Major feature update with notes, export, configuration, validation, backups,
|
33
|
-
and enhanced UI.'
|
29
|
+
Easy interface. Run the program, then hit ''?'' to show the help file. Version 2.0:
|
30
|
+
Breaking change - requires rcurses 6.0.0+ with explicit initialization for Ruby
|
31
|
+
3.4+ compatibility.'
|
34
32
|
email: g@isene.com
|
35
33
|
executables:
|
36
34
|
- telescope
|