fanforce 0.3.9 → 0.3.10

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fanforce (0.2.8)
4
+ fanforce (0.3.9)
5
5
  multi_json (~> 1.3.6)
6
6
  rack (> 1.0)
7
7
  rest-client (~> 1.6.7)
@@ -46,6 +46,7 @@ module Fanforce::Utils
46
46
  end
47
47
 
48
48
  def collect_known_params(params)
49
+ params = params.symbolize_keys
49
50
  if is_present?(params[:app_id])
50
51
  plugin_type = :app
51
52
  plugin_id = params[:app_id]
@@ -1,3 +1,3 @@
1
1
  class Fanforce
2
- VERSION = "0.3.9"
2
+ VERSION = "0.3.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: