jeremyboles-smart-asset-helper 0.1.4 → 0.1.5

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/asset_manager.rb +2 -2
  2. metadata +1 -1
data/lib/asset_manager.rb CHANGED
@@ -51,11 +51,11 @@ class AssetManager
51
51
  file_path = "#{ASSET_DIR[asset_type]}/#{asset_path}"
52
52
  files << path if File.exists?(file_path)
53
53
  end
54
- files += self.auto_find(asset_type, request_params) if auto
54
+ files += auto_find(asset_type, request_params) if auto
55
55
  files
56
56
  end
57
57
 
58
- private
58
+ protected
59
59
 
60
60
  def auto_find(asset_type, request_params, extra = '')
61
61
  extra = '-' + extra unless extra.blank?
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Boles