storage_visualizer 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/lib/storage_visualizer.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b04a7461544880c9306687b865389509da70a78
4
- data.tar.gz: 0bb34bc3b809e78e5c65ba36268c8ce5350083f8
3
+ metadata.gz: 1e6e3d4c026c39271ced6fc2fc2dec09cff84b79
4
+ data.tar.gz: 0c77eae59eb82a981e57d2a62cb3873c4c2fc39d
5
5
  SHA512:
6
- metadata.gz: 71be27304b23dcda4983799579ece5a71a8c8ecf8a7d4a088baaedd9090924c1082023f1cc57621ba183d2bbeddbc0d859d6c091b4d4785e6d5675a65fcb8fe3
7
- data.tar.gz: 0c9a246a63c73fde9c094749dea7065f13496032574dfd69691f6c97204299cdd1ea43a4313148a79d61350e2ed9e99eaaf2567ee6818c7045128af7396c66a3
6
+ metadata.gz: 8a1a7a2d73860503088a95dc92c777b57bec2691e36abc0892a437abc81f4e560f0f93c38ba08df6004949279fe37c062512aa6ce6e9b754a3198f7fd8c1d700
7
+ data.tar.gz: a54f7527e27431c0f478d441a4ea8657ddaff5bacb1f090d31fc9842990437918d60ff204a828f06fb67cf6a8cda8a2ab97b55f4016be65bf9a305cd1f3a1502
@@ -382,7 +382,7 @@ def run
382
382
  return
383
383
  elsif (ARGV[0] == '-i' || ARGV[0] == '--install')
384
384
  # install a soft link to /usr/local/bin
385
- cmd = "ln -s #{File.expand_path(__FILE__)} /usr/local/bin/#{File.basename(__FILE__)}"
385
+ cmd = "ln -s #{File.expand_path(__FILE__)} /usr/local/bin/#{File.basename(__FILE__).split('.')[0]}"
386
386
  puts "Install cmd: #{cmd}"
387
387
  `#{cmd}`
388
388
  return
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: storage_visualizer
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
  - Terry Case