pry-hier 0.1.0 → 0.1.1
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
- metadata +1 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f41587e92c514052ba25cd0a0ea8d76a18fe8ea8191fa8293be7442f9f57575
|
|
4
|
+
data.tar.gz: 1b4c45859702e399ad821f315214278de40357261a7ba985abfb63780f25632d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f38bf38b84d5b26e3c68648a30001ea2a7082b777e2883fee410210b958f41dad5d8f9650a7006935c7ab403b46d8aa33e9b129e2210de3040f24ce574203c0
|
|
7
|
+
data.tar.gz: 8f554ea3d04797d94d2db7fa158fc7599190d68d486f843cbd27381285b57fb3b544a55cdca2c24c62b96724b3aa1b8f78ec7f9300c26e226635a88450585bd8
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-hier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Sonkoly
|
|
@@ -55,15 +55,6 @@ dependencies:
|
|
|
55
55
|
description: |
|
|
56
56
|
Given an class or module name hier command shows an ascii tree (similar to
|
|
57
57
|
the tree shell command) of the descendants of the given class.
|
|
58
|
-
|
|
59
|
-
at pry prompt:
|
|
60
|
-
|
|
61
|
-
[0](main) λ hier Numeric
|
|
62
|
-
Numeric
|
|
63
|
-
├── Complex
|
|
64
|
-
├── Rational
|
|
65
|
-
├── Float
|
|
66
|
-
└── Integer
|
|
67
58
|
email: sonkoly.pal@gmail.com
|
|
68
59
|
executables: []
|
|
69
60
|
extensions: []
|