t-rex 1.0.2 → 1.0.6
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/{t-rex.rb → t-rex} +0 -0
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7f0b8057a14ed214b62947567e1c6c7eb0e588beb3326b4ebdedec202e7f0f1
|
4
|
+
data.tar.gz: c706413cc13b9037b27fa1e60639b366018626ac6a63eddebf829a1c4363f344
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ecb3aa8ab03b94de67c8f9a86a2c9eecacdf127b66f047477823a9938efd706c5a6ac6ef31ace5be38fe4fbf9b6ee089ea160ccbe699142d2450b6b3718a8cc
|
7
|
+
data.tar.gz: 86969990e078cf98b2634bf525217b8e526c24207508d0ca1bf3f2e025c749ffda0268c802e9d7874ef290f8e90af185cf0d39faa599936696a2b11fe9b9092a
|
data/bin/{t-rex.rb → t-rex}
RENAMED
File without changes
|
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: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -30,16 +30,17 @@ dependencies:
|
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 1.3.2
|
33
|
-
description: This is a
|
33
|
+
description: 'This is a terminal curses RPN calculator similar to the traditional
|
34
34
|
calculators from Hewlett Packard. See https://www.hpmuseum.org/rpn.htm for info
|
35
|
-
on RPN.
|
35
|
+
on RPN (Reverse Polish Notation). New in 1.0.6: Dropped the ''.rb'' suffix, fixed
|
36
|
+
looping bug'
|
36
37
|
email: g@isene.com
|
37
38
|
executables:
|
38
|
-
- t-rex
|
39
|
+
- t-rex
|
39
40
|
extensions: []
|
40
41
|
extra_rdoc_files: []
|
41
42
|
files:
|
42
|
-
- bin/t-rex
|
43
|
+
- bin/t-rex
|
43
44
|
homepage: https://isene.com/
|
44
45
|
licenses:
|
45
46
|
- Unlicense
|