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 +4 -4
- data/lib/visualize_inheritance.rb +4 -2
- data/lib/visualize_inheritance/version.rb +1 -1
- data/visualize_inheritance-0.0.4.gem +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf5a71030badad2a4772a8d554b5f08d5fa67b6f
|
|
4
|
+
data.tar.gz: d28d8fdd5ac1d2588d4c23ea512e2103e3701fff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
24
|
-
|
|
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
|
|
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
|
+
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.
|
|
110
|
+
rubygems_version: 2.4.1
|
|
110
111
|
signing_key:
|
|
111
112
|
specification_version: 4
|
|
112
113
|
summary: Directed graph of relations.
|