airake 0.2.9 → 0.2.10

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/History.txt CHANGED
@@ -1,4 +1,14 @@
1
- == 0.2.8 2007-11-6
1
+ == 0.2.10 2007-11-10
2
+
3
+ * Fixing non-escaped source path (causes problems when using path with spaces)
4
+
5
+ == 0.2.9 2007-11-09
6
+
7
+ * Fixing runner to output and flush as its running; This fixes the password request on package.
8
+ * Refactoring to check command options in constructor
9
+ * Using a build_env to determine what to pass to command; Fixes test source compiling during :normal build env (instead of only in :test env)
10
+
11
+ == 0.2.8 2007-11-06
2
12
 
3
13
  * Fixing activesupport dependency
4
14
  * Using IO.popen for command runner
@@ -52,6 +52,7 @@ module Airake #:nodoc:
52
52
  raise "Source directory: #{src_dir} is not a directory or does not exist"
53
53
  end
54
54
  end
55
+ source_paths
55
56
  end
56
57
 
57
58
  def library_path
@@ -2,7 +2,7 @@ module Airake #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 9
5
+ TINY = 10
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: airake
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.9
7
- date: 2007-11-09 00:00:00 -05:00
6
+ version: 0.2.10
7
+ date: 2007-11-10 00:00:00 -05:00
8
8
  summary: Tasks and generators for Adobe AIR apps
9
9
  require_paths:
10
10
  - lib