rails-erd-d3 0.0.6 → 0.0.7
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/rails-erd-d3.gemspec +2 -12
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '069f803f883e93f01670d4478b02b658d4700d14'
|
4
|
+
data.tar.gz: 81cfc1734aa5a6fb9221a2871d4edc969906f062
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee4772138e7b0b4babc62b96ea15ca699de0503e3821e81fd5fbe1d59449c955b4552363e79f5142ab9af17d6db4f97ffd924973006680cf4e6e833a9ef02337
|
7
|
+
data.tar.gz: 0fe04649fb884c24d72d690206a6809ef086c9ad6d420567800ecbb0b26bdad9c7cdb8c82d4920a60e314add048c652d6f6b23ff7ebfb68b0cb487f18ea72dfb
|
data/rails-erd-d3.gemspec
CHANGED
@@ -6,26 +6,16 @@ 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.
|
9
|
+
spec.version = "0.0.7"
|
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"
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
15
|
-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
16
|
-
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
17
|
-
# if spec.respond_to?(:metadata)
|
18
|
-
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
|
19
|
-
# else
|
20
|
-
# raise "RubyGems 2.0 or newer is required to protect against " \
|
21
|
-
# "public gem pushes."
|
22
|
-
# end
|
23
|
-
|
24
15
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
25
16
|
f.match(%r{^(test|spec|features)/})
|
26
17
|
end
|
27
|
-
spec.
|
28
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
18
|
+
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
29
19
|
spec.require_paths = ["lib"]
|
30
20
|
|
31
21
|
spec.add_development_dependency "bundler", "~> 1.13"
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-erd-d3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roman Krasavtsev
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2016-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
@@ -56,7 +56,8 @@ description: This gem creates entity–relationship diagram with D3.js for your
|
|
56
56
|
application
|
57
57
|
email:
|
58
58
|
- mr.krasavtsev@gmail.com
|
59
|
-
executables:
|
59
|
+
executables:
|
60
|
+
- erd
|
60
61
|
extensions: []
|
61
62
|
extra_rdoc_files: []
|
62
63
|
files:
|