symbol-holic 0.0.3 → 0.0.4
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/symbol_holic +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a49373918e04ea02de566139d4f5eac09246890b8cb1fbd81e5d70a50e36d52e
|
|
4
|
+
data.tar.gz: fbaffa0e42eda9b583ea92f466a555d1cafcbeb19c87b38a1b79688aac2960f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98ebb5276c4713948f93a3c51eafabc8f48a9b6bdfed1fcd95e15fba0ca476ef6c50d56c91c0ccfe04cb8bc0c3134108401bce8553f73a7eaf28ef080c25b41c
|
|
7
|
+
data.tar.gz: f1e5b91aabf58b063b223f82de2d3c305309c2545403ef9150cb4d75c817d3402ab48c503160ac1c4d641ab1a7477cda354afe0a06023abb07689b90844d3807
|
data/bin/symbol_holic
CHANGED
|
@@ -12,7 +12,7 @@ require_relative '../lib/typing_statistics'
|
|
|
12
12
|
# Set the options for the OptionParser
|
|
13
13
|
parser = OptionParser.new do |opts|
|
|
14
14
|
# Print banner for users
|
|
15
|
-
opts.banner = 'Welcome to Symbol-holic! To run the program type:
|
|
15
|
+
opts.banner = 'Welcome to Symbol-holic! To run the program type: symbol_holic [options]'
|
|
16
16
|
# If user passes in -h or --help then display the help menu
|
|
17
17
|
opts.on('-h', '--help', 'Display the help menu') do
|
|
18
18
|
puts opts
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: symbol-holic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rory Musinskas
|
|
@@ -149,5 +149,5 @@ requirements: []
|
|
|
149
149
|
rubygems_version: 3.1.4
|
|
150
150
|
signing_key:
|
|
151
151
|
specification_version: 4
|
|
152
|
-
summary:
|
|
152
|
+
summary: Symbol-holic
|
|
153
153
|
test_files: []
|