xrpn 1.1.16 → 1.1.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/xrpn +1 -2
- data/xrpn.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b31e68474dd62d8032cccd2f1c748c87c5e6f6f4f66ec14f6fa8f31bb61468b
|
4
|
+
data.tar.gz: b650025a4444902d98af21042c9e5e4f04e8ea0efd3e9a626b25303b4eef226b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 907119225b1dfa42a29d11c033a18391b8b3b67660219cf008dc0a29043e8a22eb2d5bb544fb069e84ccbfae40cd0224201e49b587ec2e06e21303f524b4d8d1
|
7
|
+
data.tar.gz: 0134cd2b33978c66e6f97059ff0aeae98fbc45b9c6e379cf5e651ccecf799255879808e9e7f37ab216aabd4ca250c1100b32a0a9051091aec59df41c11e69a9d
|
data/bin/xrpn
CHANGED
data/xrpn.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'xrpn'
|
3
|
-
s.version = '1.1.
|
3
|
+
s.version = '1.1.18'
|
4
4
|
s.licenses = ['Unlicense']
|
5
5
|
s.summary = "XRPN - The eXtended RPN (Reverse Polish Notation) programming language"
|
6
6
|
s.description = "A full programming language and environment extending the features of the venerable HP calculator programmable calculators. With XRPN you can accomplish a wide range of modern programming tasks as well as running existing HP-41 FOCAL programs directly. XRPN gives modern life to tens of thousands of old HP calculator programs and opens the possibilities to many, many more."
|