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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/symbol_holic +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f49cbbf9f557602ef79549dc4e88e398294d3cbc97896c4207437df3025b6c38
4
- data.tar.gz: ab22542668fa35a3401a1b90965be32117c13285066cf6b7e622e7002c679050
3
+ metadata.gz: a49373918e04ea02de566139d4f5eac09246890b8cb1fbd81e5d70a50e36d52e
4
+ data.tar.gz: fbaffa0e42eda9b583ea92f466a555d1cafcbeb19c87b38a1b79688aac2960f9
5
5
  SHA512:
6
- metadata.gz: 07d51f051aa590adeb154fca6832ec2fc9616214ea8eabe70755430b2e901bfa837bde0ae6ff2bf86ee9e8b0ce5a7ecea917a734983f74923789d12aa4dbfaea
7
- data.tar.gz: 3711ae94d1bb95aeecbd66fa37b5617dc53b97cbe15156b4fec765b77bc1deb8425461721dda7fe137bf3e95160cabe7af16182bac40d32e3a4690f5f4339df7
6
+ metadata.gz: 98ebb5276c4713948f93a3c51eafabc8f48a9b6bdfed1fcd95e15fba0ca476ef6c50d56c91c0ccfe04cb8bc0c3134108401bce8553f73a7eaf28ef080c25b41c
7
+ data.tar.gz: f1e5b91aabf58b063b223f82de2d3c305309c2545403ef9150cb4d75c817d3402ab48c503160ac1c4d641ab1a7477cda354afe0a06023abb07689b90844d3807
@@ -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: symbolic [options]'
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.3
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: Symbolic!
152
+ summary: Symbol-holic
153
153
  test_files: []