t-rex 4.1.0 → 4.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/t-rex +1 -1
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b14d079aa5d64b81dd2396ae94afd0cb15c895edd5c0975f2908002b8932b6dc
4
- data.tar.gz: 6101a4272e16c24e8e045056d8082b0296930684dfa66a8721f18448e2b6c7a3
3
+ metadata.gz: 59882c5b684c714356a0a284a89a476c831270eacf5063365f6f6bb485f4c696
4
+ data.tar.gz: 9d7145b6c31f7b5fe6d69c03fb50c91cdecee20d1af8352b04713dc715ffe0ad
5
5
  SHA512:
6
- metadata.gz: 686b3b23fc583a66327627a33488681d2e4c9a5807acddbcb69604eb485a239b90b6b2bab9729a3e57074a9a6175f64f29e32552b741cd89c4f3a8f51c8897ec
7
- data.tar.gz: ca87a5422e35ecdbd78a3bf1713c5ad496c4a0a0d1752bb8412afd899b02571faeb1e39335892544838379f11351206eed6f4844ff781c9ca5521d74ce24309b
6
+ metadata.gz: b824bc36fc2c2df401441a3495eeae67a5948a350e7f1bf11b309c027784ea5709dd346383702e74b1cdde41c401ec430852b6ba60781f75f9fb312e66a7c08f
7
+ data.tar.gz: 626a02cb088adf27e173ec1d858b0001a42039c758eb4039d67062634ca7d76717ed9255eb761f2415ad8629fb0e63ee6348d5ae938602f1d42933f579c72fbb
data/bin/t-rex CHANGED
@@ -12,7 +12,7 @@
12
12
  # for any damages resulting from its use. Further, I am under no
13
13
  # obligation to maintain or extend this software. It is provided
14
14
  # on an 'as is' basis without any expressed or implied warranty.
15
- @version = "4.1.0" # Add ENG (engineering notation) mode with Ctrl+E toggle
15
+ @version = "4.1.1" # Fix xrpn dependency version to ~> 2.7
16
16
 
17
17
  require 'rcurses'
18
18
  include Rcurses::Input
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: t-rex
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.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-10-21 00:00:00.000000000 Z
11
+ date: 2025-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rcurses
@@ -30,18 +30,18 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '3.0'
33
+ version: '2.7'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '3.0'
40
+ version: '2.7'
41
41
  description: 'This is a terminal curses RPN calculator similar to the traditional
42
42
  calculators from Hewlett Packard. See https://www.hpmuseum.org/rpn.htm for info
43
- on RPN (Reverse Polish Notation). Version 4.1.0: Add ENG (engineering notation)
44
- mode with Ctrl+E toggle - exponents always multiples of 3.'
43
+ on RPN (Reverse Polish Notation). Version 4.1.1: Fix xrpn dependency version to
44
+ ~> 2.7 (latest available on RubyGems).'
45
45
  email: g@isene.com
46
46
  executables:
47
47
  - t-rex