buildr-as3 0.2.5 → 0.2.6

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.6
data/buildr-as3.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{buildr-as3}
8
- s.version = "0.2.5"
8
+ s.version = "0.2.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dominic Graefen"]
12
- s.date = %q{2011-05-07}
12
+ s.date = %q{2011-05-08}
13
13
  s.default_executable = %q{buildr-as3}
14
14
  s.description = %q{Build like you code - now supporting ActionScript 3 & Flex}
15
15
  s.email = %q{dominic @nospam@ devboy.org}
@@ -60,7 +60,7 @@ module Buildr
60
60
  def needed?(sources, target, dependencies)
61
61
  return true unless File.exist?(@project.get_as3_output(target, options))
62
62
  Dir.glob(FileList[sources,dependencies].to_a.map{ |file| file = "#{file}/**/*" } ).
63
- map{|file| File.stat(file).mtime}.max > File.stat(@project.get_as3_output(target, options)).mtime
63
+ map{|file| File.stat(file).mtime}.max || Time.at(0) > File.stat(@project.get_as3_output(target, options)).mtime
64
64
  end
65
65
 
66
66
  private
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: buildr-as3
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.5
5
+ version: 0.2.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dominic Graefen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-07 00:00:00 +02:00
13
+ date: 2011-05-08 00:00:00 +02:00
14
14
  default_executable: buildr-as3
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -129,7 +129,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
129
  requirements:
130
130
  - - ">="
131
131
  - !ruby/object:Gem::Version
132
- hash: -1641736754559228561
132
+ hash: 980403198726434982
133
133
  segments:
134
134
  - 0
135
135
  version: "0"