jammit-ebtd 0.6.8 → 0.6.9

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.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'jammit-ebtd'
3
3
  s.date = '2012-10-04'
4
- s.version = '0.6.8'
4
+ s.version = '0.6.9'
5
5
 
6
6
  s.homepage = "https://github.com/m16a1/jammit-ebtd"
7
7
  s.summary = "Industrial Strength Asset Packaging for Rails"
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path(File.dirname(__FILE__))
4
4
  # to all of the configuration options.
5
5
  module Jammit
6
6
 
7
- VERSION = "0.6.8"
7
+ VERSION = "0.6.9"
8
8
 
9
9
  ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
10
10
 
@@ -105,7 +105,7 @@ module Jammit
105
105
  absolute = Pathname.new(glob).absolute?
106
106
  paths = Dir[absolute ? glob : File.join(ASSET_ROOT, glob)]
107
107
  #Jammit.warn("No assets match '#{glob}'") if paths.empty?
108
- paths
108
+ paths.sort
109
109
  end
110
110
 
111
111
  # In Rails, the difference between a path and an asset URL is "public".
@@ -180,7 +180,7 @@ module Jammit
180
180
  paths = []
181
181
  globs.each do |glob|
182
182
  if String === glob
183
- paths.concat glob_files(glob)
183
+ paths += glob_files(glob)
184
184
  elsif Hash === glob
185
185
  paths = exclude_paths(paths, glob['exclude']) if glob['exclude']
186
186
  #puts exclude_paths(paths, glob['exclude']).to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jammit-ebtd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.8
4
+ version: 0.6.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: