xrpn 1.1.20 → 1.1.21
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 -1
- 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: 88f13fc625558ead430ca19fa153231a2e19153df7f98a8c66e89d5e6bb4a004
|
4
|
+
data.tar.gz: c69f1249858e11a7e5d6cef5952d4ac0d7065c4563d1e1059511bc4233eb2860
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 747c285069628452825990a4917bcc54f12e67f40e35c87d34e3e4b1969977f2a72eb5aa51f45cf653807191104f52336258164ae2633995b9745ebd32e2004c
|
7
|
+
data.tar.gz: 166cc7c75c4445b7878c460c5a88704b0a979f1b90116daa664f12d8eaa1a0f32c60d8dd93afc2761739f028750cb4dc78d03153b2c8023914506fb45c29fa45
|
data/bin/xrpn
CHANGED
@@ -10,7 +10,7 @@ require 'open-uri'
|
|
10
10
|
require 'json'
|
11
11
|
require 'tty-prompt'
|
12
12
|
|
13
|
-
$gem = Gem.latest_spec_for("xrpn").gem_dir if
|
13
|
+
$gem = Gem.latest_spec_for("xrpn").gem_dir if `gem list -i "^xrpn$"`
|
14
14
|
|
15
15
|
# ENSURE DIRs
|
16
16
|
Dir.mkdir(Dir.home + "/.xrpn") unless File.exist?(Dir.home + "/.xrpn")
|
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.21'
|
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."
|