rails-erd-d3 0.0.7 → 0.0.8

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/erd +1 -0
  3. data/rails-erd-d3.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '069f803f883e93f01670d4478b02b658d4700d14'
4
- data.tar.gz: 81cfc1734aa5a6fb9221a2871d4edc969906f062
3
+ metadata.gz: 74251903d2ba2e90c69862d1b1e627bdad8b7b8a
4
+ data.tar.gz: 050cef6b98085bcdddb65724b549f71c0a09d999
5
5
  SHA512:
6
- metadata.gz: ee4772138e7b0b4babc62b96ea15ca699de0503e3821e81fd5fbe1d59449c955b4552363e79f5142ab9af17d6db4f97ffd924973006680cf4e6e833a9ef02337
7
- data.tar.gz: 0fe04649fb884c24d72d690206a6809ef086c9ad6d420567800ecbb0b26bdad9c7cdb8c82d4920a60e314add048c652d6f6b23ff7ebfb68b0cb487f18ea72dfb
6
+ metadata.gz: 96e38387b904cf2caafeed217933001ae7dc54396409707cf1d27a8d482f41d9a4f8bd2d244e0590347f74daa804eb47c735b30c96b0775639bb3fa95fb02431
7
+ data.tar.gz: 729f8465c2cddafaea723d0a55425c4f96f036b414e4bbe242700975c6bc701596c419b7e010715addc0c6c035e3b627dcd32a055c14604c412afc91510b8179
data/bin/erd CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
+ require "rails_erd_d3"
2
3
 
3
4
  RailsErdD3.create
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.0.7"
9
+ spec.version = "0.0.8"
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.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Krasavtsev