rails-erd-d3 0.5.2 → 0.5.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3aae91992c163718fa4ba80785ac98bf5b989369
4
- data.tar.gz: ce14b0a0f5415c2151542318a8ad5dcb19453b66
3
+ metadata.gz: f56e609036438670e40b0e6a56818532a3314802
4
+ data.tar.gz: a1cb419171e520bb7230fd894d1070030d3af34e
5
5
  SHA512:
6
- metadata.gz: 24f8cb3e0ecff41da892d754b7dd00512b947d7c8bc305bd271631a2f3dbef5422d52373b305fb265f48f68bf25e4707e222b3a1270df1f5b52781c4cdd240d3
7
- data.tar.gz: 1a85832522c9254adbc8f3e026827f258002dde8818921013db278a157e7dd41c844597beabeb5a80ce182532eb3388ecdef8ba2be31899abcc1adc6a074a14f
6
+ metadata.gz: dd89d9d2e3f6e78ff30babffa0ec9f80889931d93136f405a3ae1f3de5e322218fe8d759c837d6d1b76e66d4a97cd8f514b231302a74e0631e9593d0ebe9c3f9
7
+ data.tar.gz: 74a400dcbf2cd2fda94b0d8e153946de77f85d4edde9004975e27700fcbaf20b1a6d94f0e7b9eff0d6a829db62be6076f04771018a7c593b28a1b07d837e24de
data/lib/rails_erd_d3.rb CHANGED
@@ -81,8 +81,8 @@ class RailsErdD3
81
81
  "<div id='erd'>"\
82
82
  "</div>"\
83
83
  "#{get_d3}"\
84
- "#{get_js}"\
85
84
  "#{get_modals}"\
85
+ "#{get_js}"\
86
86
  "</body>"\
87
87
  "</html>"
88
88
  )
@@ -1,5 +1,5 @@
1
1
  <script>
2
- $(".visible").click(function(){
2
+ $(".visible").click(function() {
3
3
  var klass = $(this).attr("id");
4
4
 
5
5
  if ($(this).prop("checked")){
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.5.2"
9
+ spec.version = "0.5.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.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Krasavtsev