asrake 0.12.3 → 0.12.4

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.
Files changed (2) hide show
  1. data/lib/asrake/compc.rb +2 -2
  2. metadata +1 -1
data/lib/asrake/compc.rb CHANGED
@@ -19,8 +19,8 @@ class Compc < BaseCompiler
19
19
  # set dependencies on all .as and .mxml files in the source paths
20
20
  dependencies = FileList.new
21
21
  self.source_path.each do |path|
22
- dependencies.include(File.join(cf path, "**/*.as"))
23
- dependencies.include(File.join(cf path, "**/*.mxml"))
22
+ dependencies.include(cf File.join(path, "**/*.as"))
23
+ dependencies.include(cf File.join(path, "**/*.mxml"))
24
24
  end
25
25
  file(self.output => dependencies) if !dependencies.empty?
26
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asrake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.3
4
+ version: 0.12.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: