README.md in lapidarius-3.1.2 vs README.md in lapidarius-3.2.0

- old
+ new

@@ -25,18 +25,19 @@ Consider only the gems installed on your system are scanned by the library. No remote fetching is performed. ## Usage This library invokes the `Gem::Commands::DependencyCommand` class recursively to collect all the levels of dependency. -Identical dependencies are counted just once: +Both runtime and development dependencies are counted (identical dependencies are counted once). +Just the runtime dependencies tree is printed to screen: -``` +```shell $ lapidarius --gem=sinatra sinatra (2.0.0) ├── mustermann (~> 1.0) ├── rack (~> 2.0) ├── rack-protection (= 2.0.0) │ └── rack (>= 0) └── tilt (~> 2.0) -4 runtime dependencies +4 runtime, 4 development ```