visualize_inheritance 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: 9757f1692f1421e14717975ad0e55cbdec9d374d
4
- data.tar.gz: 5516185af6f262acc9bf23f48c01e8b399388d13
3
+ metadata.gz: bf5a71030badad2a4772a8d554b5f08d5fa67b6f
4
+ data.tar.gz: d28d8fdd5ac1d2588d4c23ea512e2103e3701fff
5
5
  SHA512:
6
- metadata.gz: f23a775044798f80e7422346ed90e9c2d39917b0b19b75d81af5989590fc5d62d1c8530e20187bf32d01700117a7bdefa8b34a7c9f10a4bda03085d83f168b3b
7
- data.tar.gz: ed0dc4fb2a636fd959229d984c409a15d7539338062a84bf6fa4a591b8fe80e22c53dc970c8d124f30bb5633a6e0cf5dadb7f1d0cdc729a5e831773f04d42d1e
6
+ metadata.gz: 7c6c9fbabbf68a4fb0a449872be598c78eda460457967ac7715c9296a6301be94e4a98f6e51dc3770de672c1e75ed51ae3fdec1db1c14c9e021a54186e76103f
7
+ data.tar.gz: 8c721063e37bb58eda449fc7d1ce48dfe7e79630e74189d5d4f36c1388764e46155ba5112e52fe1549cc2fdc72fe19f3ace94bb8e69f555d5667a36e1f01c9ca
@@ -20,8 +20,10 @@ module VisualizeInheritance
20
20
  end
21
21
 
22
22
  def self.graph
23
- f = File.join lib, 'visualize_inheritance', 'templates', 'index.html'
24
- system("open #{f}")
23
+ index_file = File.join lib, 'visualize_inheritance', 'templates', 'index.html'
24
+ csv_file = File.join lib, 'visualize_inheritance', 'templates', 'force.csv'
25
+ system("cp #{csv} #{csv_file}")
26
+ system("open #{index_file}")
25
27
  end
26
28
 
27
29
  end
@@ -1,3 +1,3 @@
1
1
  module VisualizeInheritance
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visualize_inheritance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyrus Vandrevala
@@ -85,6 +85,7 @@ files:
85
85
  - lib/visualize_inheritance.rb
86
86
  - lib/visualize_inheritance/templates/index.html
87
87
  - lib/visualize_inheritance/version.rb
88
+ - visualize_inheritance-0.0.4.gem
88
89
  - visualize_inheritance.gemspec
89
90
  homepage: http://rubygems.org/gems/visualize_inheritance
90
91
  licenses:
@@ -106,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
107
  version: '0'
107
108
  requirements: []
108
109
  rubyforge_project:
109
- rubygems_version: 2.4.5
110
+ rubygems_version: 2.4.1
110
111
  signing_key:
111
112
  specification_version: 4
112
113
  summary: Directed graph of relations.