visualize_inheritance 0.0.2 → 0.0.4

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: 9f78e3f653a1d34ae1e62d446013e90cc98172f7
4
- data.tar.gz: be034446987fa1cfacc35c4daa36680edd11a276
3
+ metadata.gz: 9757f1692f1421e14717975ad0e55cbdec9d374d
4
+ data.tar.gz: 5516185af6f262acc9bf23f48c01e8b399388d13
5
5
  SHA512:
6
- metadata.gz: 1041c067e11908cb8a63641f965295f51099a581b32b22862e2a9a1bd0b85f166112cb18f09fad6334a9f4fd73cb2b4a8af81e281e2752ba189fec12e38f5189
7
- data.tar.gz: 7f033b73a906c5c9fb31300af76a8958c0cf2d99bfc7c86041047b1266e2c1e136046caa9a9848c1194a8f3c8f0a92696741d002d65d2dfc610464b217ee2cac
6
+ metadata.gz: f23a775044798f80e7422346ed90e9c2d39917b0b19b75d81af5989590fc5d62d1c8530e20187bf32d01700117a7bdefa8b34a7c9f10a4bda03085d83f168b3b
7
+ data.tar.gz: ed0dc4fb2a636fd959229d984c409a15d7539338062a84bf6fa4a591b8fe80e22c53dc970c8d124f30bb5633a6e0cf5dadb7f1d0cdc729a5e831773f04d42d1e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- visualize_inheritance (0.0.1)
4
+ visualize_inheritance (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -12,17 +12,19 @@ GEM
12
12
  diff-lcs (1.2.5)
13
13
  ffi (1.9.6)
14
14
  formatador (0.2.5)
15
- guard (2.8.2)
15
+ guard (2.10.2)
16
16
  formatador (>= 0.2.4)
17
17
  listen (~> 2.7)
18
18
  lumberjack (~> 1.0)
19
19
  pry (>= 0.9.12)
20
20
  thor (>= 0.18.1)
21
- guard-rspec (4.3.1)
21
+ guard-compat (0.3.0)
22
+ guard-rspec (4.4.2)
22
23
  guard (~> 2.1)
23
- rspec (>= 2.14, < 4.0)
24
+ guard-compat (~> 0.1)
25
+ rspec (>= 2.99.0, < 4.0)
24
26
  hitimes (1.2.2)
25
- listen (2.7.11)
27
+ listen (2.8.3)
26
28
  celluloid (>= 0.15.2)
27
29
  rb-fsevent (>= 0.9.3)
28
30
  rb-inotify (>= 0.9)
@@ -32,7 +34,7 @@ GEM
32
34
  coderay (~> 1.1.0)
33
35
  method_source (~> 0.8.1)
34
36
  slop (~> 3.4)
35
- rake (10.3.2)
37
+ rake (10.4.2)
36
38
  rb-fsevent (0.9.4)
37
39
  rb-inotify (0.9.5)
38
40
  ffi (>= 0.5.0)
@@ -1,3 +1,3 @@
1
1
  module VisualizeInheritance
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -20,7 +20,7 @@ module VisualizeInheritance
20
20
  end
21
21
 
22
22
  def self.graph
23
- f = File.join lib, 'index.html'
23
+ f = File.join lib, 'visualize_inheritance', 'templates', 'index.html'
24
24
  system("open #{f}")
25
25
  end
26
26
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visualize_inheritance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyrus Vandrevala
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-11 00:00:00.000000000 Z
11
+ date: 2014-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,10 +82,9 @@ files:
82
82
  - README.md
83
83
  - Rakefile
84
84
  - bin/visualize.sh
85
- - lib/index.html
86
85
  - lib/visualize_inheritance.rb
86
+ - lib/visualize_inheritance/templates/index.html
87
87
  - lib/visualize_inheritance/version.rb
88
- - visualize_inheritance-0.0.1.gem
89
88
  - visualize_inheritance.gemspec
90
89
  homepage: http://rubygems.org/gems/visualize_inheritance
91
90
  licenses:
Binary file