rails-erd-d3 0.0.3 → 0.0.4

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/.gitignore +1 -0
  3. data/rails-erd-d3.gemspec +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '0758af84491487f062c7db9f8adeb678e9532d8c'
4
- data.tar.gz: b8237a162c13155a8646b0fcc999f903c15a45ca
3
+ metadata.gz: 69bca3dff3393fc449dd5d596f9e3107e739b4eb
4
+ data.tar.gz: 11c88a7d569dd3cc38bb53602839048f4216d46d
5
5
  SHA512:
6
- metadata.gz: 887a73b083c9d97973e8f3c71a0f9c569e0df6e65d3ee9264c669da62c1b18f25a3fdc18b8c51e06fdab88af6e312790cef926007319cd33544088911c1c30a0
7
- data.tar.gz: d52148cbbd0353d1fa751eddbfa0618aa0d18f41fbfa49b11c22ca3ed7f2b27d5cb160aca7a34c21c45ba91445c9bbd53eec717909d7f81cd381c6f52fd44a46
6
+ metadata.gz: 307255e14cf4c13515f3599ea3a7a4beb3b7835a202e04a4515389a6d4d9eec68633e68a4b0f8346644248dd62863b694183d7f90b3139ddc57e99d2432a6f6a
7
+ data.tar.gz: e99b128b6e3b1ea4c4d9d5da9e74460a0313de7e28e6da7de883e9e0c07755045512f20d0a4108fd105217509c04d4d14dc2ed7e6cafce487fb40a1d7113d6f5
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ *.gem
data/rails-erd-d3.gemspec CHANGED
@@ -1,12 +1,12 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('lib', __FILE__)
2
+ lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  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.3"
9
+ spec.version = "0.0.4"
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Krasavtsev