xrpn 1.1.4 → 1.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c5391ee8849b22f558676040acf0db029c86f29561273158993f0d27f582020
4
- data.tar.gz: 9112bbb8560e9703cc2a4524d1a1556ba24b31022b767c4bc3a566ddfd057275
3
+ metadata.gz: 0a2ca9bf6429099842a9bc323055f0473cb543b69131aa7aeb31b1dc037f0c43
4
+ data.tar.gz: 8b97293a10173c09e857ff0c95bee747198b5ee5228f61ae8e0cdc3a2bfb0bfc
5
5
  SHA512:
6
- metadata.gz: '0326418721cc8e91b93b05003f146f94f22dcaf7e503d0e768c30890f089ee10c486f25d228538d78bec5a7d0a0a0c7fc93f40145757c429ae37b8ce52d27333'
7
- data.tar.gz: 2caeba8dded77c1e56812a9b3dd9de074fc90a2aab737561bc2dfefa1f534f453dad46c0aecb00000d2ef8bd5e94f35fe545cbc547b3772ee2cb29a7dd3ff91f
6
+ metadata.gz: 82bdf6b142a00b0edfa5470823fc4bad1ab42f8fdff9e1cc2e936559971316350e59c44d37d25189133f7814ae811197d86f38874c25e8a7edab3e2c2ec86feb
7
+ data.tar.gz: 7c460e3515c7497c2c0c535687f496c021ecc649fb84aa0d665f4880893e2ac8fe4d48f33454a27d6184c846f9c9de51a7b5fe4deb30f6b8eab178a1bb534772
data/bin/xrpn CHANGED
@@ -2,11 +2,6 @@
2
2
  # encoding: utf-8
3
3
 
4
4
  # GET EXTENSIONS
5
- begin
6
- require 'xrpn'
7
- rescue LoadError
8
- puts "You may want to install xrpn via `gem install xrpn`"
9
- end
10
5
  require 'optparse'
11
6
  require 'io/console'
12
7
  require 'date'
@@ -14,6 +9,11 @@ require 'bigdecimal'
14
9
  require 'open-uri'
15
10
  require 'json'
16
11
  require 'tty-prompt'
12
+ begin
13
+ require 'xrpn'
14
+ rescue LoadError
15
+ puts "You may want to install xrpn via `gem install xrpn`"
16
+ end
17
17
 
18
18
  # ENSURE DIRs
19
19
  Dir.mkdir(Dir.home + "/.xrpn") unless File.exist?(Dir.home + "/.xrpn")
File without changes
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.4'
3
+ s.version = '1.1.5'
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."
@@ -11,6 +11,6 @@ Gem::Specification.new do |s|
11
11
 
12
12
  s.add_runtime_dependency 'tty-prompt', '~> 0.23'
13
13
 
14
- s.files = ["bin/xrpn", "lib/xrpn_load.rb", "xrpn.gemspec"]
14
+ s.files = ["bin/xrpn", "lib/xrpn.rb", "xrpn.gemspec"]
15
15
  s.executables << 'xrpn'
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xrpn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
@@ -36,7 +36,7 @@ extensions: []
36
36
  extra_rdoc_files: []
37
37
  files:
38
38
  - bin/xrpn
39
- - lib/xrpn_load.rb
39
+ - lib/xrpn.rb
40
40
  - xrpn.gemspec
41
41
  homepage: https://github.com/isene/XRPN
42
42
  licenses: