view_assets 0.0.10 → 0.0.11

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.
@@ -199,9 +199,12 @@ module ViewAssets
199
199
  all_assets_in_manifest_dir = retrieve_all_from(manifest_dir)
200
200
  end
201
201
 
202
+ # retrieve_assets_from(real_manifest).flatten
203
+ # .concat(all_assets_in_manifest_dir)
204
+ # .concat([unabsolutely_pathize(real_manifest)])
205
+ # .uniq
202
206
  retrieve_assets_from(real_manifest).flatten
203
207
  .concat(all_assets_in_manifest_dir)
204
- # .concat([unabsolutely_pathize(real_manifest)])
205
208
  .uniq
206
209
  end
207
210
 
@@ -1,3 +1,3 @@
1
1
  module ViewAssets
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: view_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: