fiveruns-dash-rails 0.8.1 → 0.8.2

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/fiveruns/dash/rails.rb +1 -1
  2. metadata +1 -1
@@ -23,7 +23,7 @@ if START_FIVERUNS_DASH_RAILS
23
23
  (obj || {}).keys.inject({}) do |all, key|
24
24
  val = obj[key]
25
25
  if val.is_a?(Hash)
26
- val = clean(val)
26
+ val = clean_hash(val)
27
27
  end
28
28
  all[key.to_s] = val
29
29
  all
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fiveruns-dash-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - FiveRuns Development Team