storage_visualizer 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
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: 102de3beca428461a51d2eec964ef0062f482b1f
4
- data.tar.gz: 19c6ecbfdf593372734d0decf0498c243617da2e
3
+ metadata.gz: 88c10ac5e6c03634ed7e26436ab61cefd18de7ec
4
+ data.tar.gz: da9c280b9296d6886df43cc010a3cf0942317824
5
5
  SHA512:
6
- metadata.gz: 467b1f4c068fbc3def0afa3fd24772acc8e1cf017cb8a2a0fe2f8ea145396fe58ee0814a1890a061225a4c026b01a1dd3e5e9ca8ed7764becbb7d48b0b18c8df
7
- data.tar.gz: a964df7e72c956e2e440498db48ac303dc2837e0b19cd83934e265777393dae322cba5a2f20ecae5e89fb81a79b12009ec5c88b62c3d72dface32647cec360bd
6
+ metadata.gz: 4aa75292140cbf9594d6a14181608d69795440c1fbecb83b98daba489028946eba958b989b3f3caaf4eba4f26f4c452f7e0dada095e022719cfd6133c580ac7a
7
+ data.tar.gz: 96b1a48b87221021a8746a70d2cbee8375660ad39c0050bf5ea13097c5f54de739716082d98175080a4d7f566928f9ee51c7d3e912a9d47a07e6e99e1fa81c80
@@ -26,7 +26,7 @@ class StorageVisualizer
26
26
  # Static
27
27
  def self.print_usage
28
28
  puts "\nThis tool helps visualize which directories are occupying the most storage. Any directory that occupies more than 5% of disk space is added to a visual hierarchichal storage report in the form of a Google Sankey diagram. The storage data is gathered using the linux `du` utility. It has been tested on Mac OSX, should work on linux systems, will not work on Windows. Run as sudo if analyzing otherwise inaccessible directories. May take a while to run\n"
29
- puts "\nCommand line usage: \n\t[sudo] ./visualize_storage[.rb] [directory to visualize (default ~/) | -h (help) -i | --install (install to /usr/local/bin)]\n\n"
29
+ puts "\nCommand line usage: \n\t[sudo] storage_visualizer[.rb] [directory to visualize (default ~/) | -h (help) -i | --install (install to /usr/local/bin)]\n\n"
30
30
  puts "API usage: "
31
31
  puts "\tgem install storage_visualizer"
32
32
  puts "\t'require storage_visualizer'"
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.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Terry Case