du_pretty 1.0.1 → 1.0.2

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: 137d8bb9256e03a3eaca29f905a6a4acdbeb10339073ae166d2c5fd493b78258
4
- data.tar.gz: 4de639c8fe1a5916f780f4f35f01e0912aa3ed8ad8d8bd15a21e0d9b220a43df
3
+ metadata.gz: 043bd3470dd9a9da845e254e2ec994ab4877cf541b2c5f3fa1645866dd803d35
4
+ data.tar.gz: 6abaafbae3b2b5ec268f47460f9159a60e357e68239874739fc329be97b9bac6
5
5
  SHA512:
6
- metadata.gz: c6f257d7ee71f32777544fc1211f19ea36ed9a41bfc1a3e15db5bc99cc3c2e1c765874a31fe04418795c29632473e20846d78c406f13c5eeaae899f64120faa0
7
- data.tar.gz: bf69a945663420dc05e6aadcd5856e457e3b9e92faa7173518f912b5c6ecc2cc7904114400b799bf494fdcc3f969167ceb80914b3f379dc2a6061a96f68b265d
6
+ metadata.gz: 982367f4535fe2cd4ef5b68a9e9e7d76c4b36a08cc3d2752bbea447584678ada7baa3b808cec5cd3a27fb7d160bc2eb79351c8744688f73ba572341b9725b8c4
7
+ data.tar.gz: 60e5ff304f7d4678fe769dd28a87e576caeb7dfe001a585ba1f1297820a914ede5631d80b93ef2d22044d53f80ed764a888633afad42c1d3fc9be74ab56390ff
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- du_pretty (1.0.1)
4
+ du_pretty (1.0.2)
5
5
  colorize (~> 0.8.1)
6
6
  thor (~> 0.20.0)
7
7
 
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  Show pretty print of `du` outputs.
9
9
 
10
- [![Image from Gyazo](https://i.gyazo.com/75f461882b3d0ba01dce40c79de543dd.png)](https://gyazo.com/75f461882b3d0ba01dce40c79de543dd)
10
+ [![Image from Gyazo](https://i.gyazo.com/20f05107e1211468624195ea65948be3.png)](https://gyazo.com/20f05107e1211468624195ea65948be3)
11
11
 
12
12
  ## Installation
13
13
  ```sh
@@ -22,18 +22,17 @@ $ du_pretty <path>
22
22
  $ du_pretty <path> -d 2
23
23
 
24
24
  # Filter results of `du` by its file's size
25
- $ du_pretty <path> --size 10M
25
+ $ du_pretty <path> --size 50M
26
26
  ```
27
27
 
28
- [![Image from Gyazo](https://i.gyazo.com/e3668cda06afde799fee8d8cf16abaa2.png)](https://gyazo.com/e3668cda06afde799fee8d8cf16abaa2)
29
-
28
+ [![Image from Gyazo](https://i.gyazo.com/6f426f2e736e5fc606eb6bd666b595a9.png)](https://gyazo.com/6f426f2e736e5fc606eb6bd666b595a9)
30
29
 
31
30
  ```sh
32
31
  # Show results sorted by the file's size
33
32
  $ du_pretty <path> --sort
34
33
  ```
35
34
 
36
- [![Image from Gyazo](https://i.gyazo.com/d8ddc6c2a12a80bf7d07eaf9d63aa0b0.png)](https://gyazo.com/d8ddc6c2a12a80bf7d07eaf9d63aa0b0)
35
+ [![Image from Gyazo](https://i.gyazo.com/e53beb3da13fe0b3d44ac1552716d388.png)](https://gyazo.com/e53beb3da13fe0b3d44ac1552716d388)
37
36
 
38
37
  ```sh
39
38
  # help
@@ -41,7 +40,6 @@ $ du_pretty --help
41
40
  ```
42
41
 
43
42
 
44
-
45
43
  ## Development
46
44
  ```sh
47
45
  # run
@@ -1,3 +1,3 @@
1
1
  module DuPretty
2
- VERSION = '1.0.1'.freeze
2
+ VERSION = '1.0.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: du_pretty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katsuma Narisawa