jeremyboles-smart-asset-helper 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/smart_asset_helper.rb +2 -2
  2. metadata +1 -1
@@ -55,10 +55,10 @@ private
55
55
  options || {}
56
56
  end
57
57
 
58
- def ie_assets(asset_type, args, auto)
58
+ def ie_assets(asset_type, args, auto, request_params)
59
59
  ie_assets = ''
60
60
  %w{ 6 7 8 }.each do |v|
61
- assets = @_asset_manager.required_with_extra(asset_type, "ie#{v}", auto)
61
+ assets = @_asset_manager.required_with_extra(asset_type, "ie#{v}", auto, request_params)
62
62
 
63
63
  unless assets.blank?
64
64
  assets = case asset_type
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeremyboles-smart-asset-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Boles