dependency_grapher 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f703f45032c65c0ea7fa64d6b056dbc6eff04299
4
- data.tar.gz: 3c683aed6c7cc579fe3d11515cd5825845a4c973
3
+ metadata.gz: c48f7f3ba658b6538fd7a4ae7746f4e7738169d6
4
+ data.tar.gz: 4496d6f31b66e5e7a228c5e719ee5272c64827ff
5
5
  SHA512:
6
- metadata.gz: 29f659bd377cf01bd32e9596fa2a2305bc1f263f0b03ee40b76e7330f2a8eef8b7574cff9f21f15a6bc3406ab8267141fdc2e8c9b8dec5028e62706a21d76200
7
- data.tar.gz: 938740dfb0b5abb0bc1b450a6e3a249f297ced830479cc1a194d7ea948575174c2d8c0cb1fd5eb791feb51cbb041e3b0ce4210b58e77e6e018177e06255dae92
6
+ metadata.gz: 37e79b06108debf8174cc3d096921c1b64e0f12c4fe0d7e551441228bcb87b616fedcab8a19ab5da3d08d1522f71327c3e7d953dbb2584c414e0bc55ae5315bb
7
+ data.tar.gz: 9d43e5460961f241bf16ca03235451384ce893a4e03abc2ba96077fc9dd9929608fe0abdfdfe595fe684fc90f81db5043da8ce360aa61bdb8cdf45f31febc3aa
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["tianming.zhuang@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Graphical vizualization of Ruby application dependencies.}
13
- spec.description = %q{For applications that use minitest as the automated test framework. This gem provides a class for logging the dependencies of the application while the test runs, and another for analyzing those dependencies and producing a graph.}
13
+ spec.description = %q{For Rails applications that use minitest as the automated test framework. Logs dependencies during unit tests and then produces a call graph from those dependencies.}
14
14
  spec.homepage = "https://github.com/tmzhuang/dependency_grapher"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module DependencyGrapher
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependency_grapher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tianming Zhuang
@@ -150,9 +150,8 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description: For applications that use minitest as the automated test framework. This
154
- gem provides a class for logging the dependencies of the application while the test
155
- runs, and another for analyzing those dependencies and producing a graph.
153
+ description: For Rails applications that use minitest as the automated test framework.
154
+ Logs dependencies during unit tests and then produces a call graph from those dependencies.
156
155
  email:
157
156
  - tianming.zhuang@gmail.com
158
157
  executables: []