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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/telescope +3 -1
  3. metadata +7 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86323c41ff9b3285feda98f66c9a2ff5af15af38101a2b7fdedde5d2238fc4d2
4
- data.tar.gz: 2cc345bbe5d0b06f05a29e6020b7684cb5655edd4daf6ed16edeb106d8167fa0
3
+ metadata.gz: ea52b6c70e7459e1d2883070863c43c61ea83254c894d14205b75f664b10419a
4
+ data.tar.gz: 262471d0faf1eaee00418bf48969cfa0675cc5bfb0167ad4f3427d64b342c240
5
5
  SHA512:
6
- metadata.gz: 63dcd8986a007b965ef4a4dca822774cc4a714b3ce9d71bc703806984077f4e56b6327b5baad3805dd1bef10cb9e13b4b453abc02f8de1c07e781cddc5a9ed69
7
- data.tar.gz: d848b5ce07f6e5dabec1e0934c3c321a495783131b2c1e30e7027d2493c49635f73ac997605c11bbd46858447f613745de1410a39a65a169e1104f4a4ef02164
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 = "1.5"
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: '1.5'
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-07-06 00:00:00.000000000 Z
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: '3.5'
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: '3.5'
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 1.0:
30
- A full rewrite using the rcurses library (https://github.com/isene/rcurses) - lots
31
- of improvements. 1.1: Removed tty startup/exit codes as rcurses now handles that.
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