rgviz-rails 0.34 → 0.35

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 (2) hide show
  1. data/lib/rgviz_rails/view_helper.rb +1 -1
  2. metadata +3 -3
@@ -156,7 +156,7 @@ module Rgviz
156
156
  @packages << pack
157
157
  end
158
158
 
159
- callback = "draw_rgviz_#{id}"
159
+ callback = "rgviz_draw_#{id}"
160
160
 
161
161
  # Set the callback if the function doesn't have params and if the
162
162
  # user didn't request to hide the visualization
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgviz-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 79
4
+ hash: 77
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 34
9
- version: "0.34"
8
+ - 35
9
+ version: "0.35"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ary Borenszweig