rails-erd-d3 0.2.2 → 0.2.3

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: e3351660e37488f307d24d8031b5e30f35805632
4
- data.tar.gz: 9445690b668ca8f238f6f771f6ef9e47caa156cb
3
+ metadata.gz: 4a6a6ca1bae10677091e177dae677858b254eb82
4
+ data.tar.gz: 5c9a2770378bce5db911e3c55198f9a41da02407
5
5
  SHA512:
6
- metadata.gz: 5636fccd59bfdffdf9c476b439e78c2db7c8915bd413d580ecde654692ae87de2ac4d60f333044846bf8894d2136820b896719bc99968bc72a20b306ca33c3fb
7
- data.tar.gz: b8f929722405881efe52afc3b61e79dee5ebcc47c4be3b3706d60c6363f33b6c29cd66978c7db1d86a9e4dacba0065c06c40152ccb115de61e7fd83821089dac
6
+ metadata.gz: bcf1400f149ca609356c3b1186d7b1d73cebed4617a0a57014c1a06b24d89928e7b8be955a19d106f828f3a571aad56f6d2f78a342a6c9e8a342c56b94d90ee0
7
+ data.tar.gz: 44f6507cee58ecf42fc56f83676c19038b39e460a174d2322429934bb8a72b1c6a6633ff8627e239bb9a6f16dbe1f8c67ebeaaccd1d2179d20675be1d94f59d1
@@ -40,9 +40,8 @@
40
40
  <thead>
41
41
  <tr>
42
42
  <th>#</th>
43
- <th>name</th>
44
- <th>macro</th>
45
- <th>foreign_key</th>
43
+ <th>column_name</th>
44
+ <th>type</th>
46
45
  </tr>
47
46
  </thead>
48
47
  <tbody>
data/rails-erd-d3.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
6
  spec.name = "rails-erd-d3"
7
7
  spec.authors = ["Roman Krasavtsev"]
8
8
  spec.email = ["mr.krasavtsev@gmail.com"]
9
- spec.version = "0.2.2"
9
+ spec.version = "0.2.3"
10
10
  spec.summary = "Entity–relationship diagram with D3.js for Rails application"
11
11
  spec.description = "This gem creates entity–relationship diagram with D3.js for your Rails application"
12
12
  spec.homepage = "https://github.com/RomanKrasavtsev/rails-erd-d3"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-erd-d3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Krasavtsev